Searched defs:isCCW (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/skia/include/private/ |
H A D | SkPathRef.h | 151 void setIsOval(bool isCCW, unsigned start) { in setIsOval() 155 void setIsRRect(bool isCCW, unsigned start) { in setIsRRect() 234 bool isOval(SkRect* rect, bool* isCCW, unsigned* start) const { in isOval() 501 void setIsOval(bool isCCW, unsigned start) { in setIsOval() 507 void setIsRRect(bool isCCW, unsigned start) { in setIsRRect()
|
/aosp_15_r20/external/skia/src/core/ |
H A D | SkPathRef.cpp | 87 static void transform_dir_and_start(const SkMatrix& matrix, bool isRRect, bool* isCCW, in transform_dir_and_start() 215 bool isCCW = SkToBool(src.fRRectOrOvalIsCCW); in CreateTransformedCopy() local 518 bool SkPathRef::isRRect(SkRRect* rrect, bool* isCCW, unsigned* start) const { in isRRect()
|
H A D | SkPathPriv.h | 255 bool isCCW = false; in IsOval() local 283 bool isCCW = false; in IsRRect() local
|
H A D | SkPath_serial.cpp | 72 bool isCCW; in writeToMemoryAsRRect() local
|
/aosp_15_r20/external/skia/modules/canvaskit/ |
H A D | interface.js | 81 CanvasKit.Path.prototype.addCircle = function(x, y, r, isCCW) { argument 86 CanvasKit.Path.prototype.addOval = function(oval, isCCW, startIndex) { argument 148 CanvasKit.Path.prototype.addRect = function(rect, isCCW) { argument 154 CanvasKit.Path.prototype.addRRect = function(rrect, isCCW) { argument 209 CanvasKit.Path.prototype.arcToRotated = function(rx, ry, xAxisRotate, useSmallArc, isCCW, x, y) { argument 302 CanvasKit.Path.prototype.rArcTo = function(rx, ry, xAxisRotate, useSmallArc, isCCW, dx, dy) { argument
|