Searched defs:isCCW (Results 1 – 9 of 9) sorted by relevance
/external/skqp/include/private/ |
D | SkPathRef.h | 105 void setIsOval(bool isOval, bool isCCW, unsigned start) { in setIsOval() 109 void setIsRRect(bool isRRect, bool isCCW, unsigned start) { in setIsRRect() 184 bool isOval(SkRect* rect, bool* isCCW, unsigned* start) const { in isOval() 200 bool isRRect(SkRRect* rrect, bool* isCCW, unsigned* start) const { in isRRect() 516 void setIsOval(bool isOval, bool isCCW, unsigned start) { in setIsOval() 522 void setIsRRect(bool isRRect, bool isCCW, unsigned start) { in setIsRRect()
|
/external/skia/include/private/ |
D | SkPathRef.h | 154 void setIsOval(bool isOval, bool isCCW, unsigned start) { in setIsOval() 158 void setIsRRect(bool isRRect, bool isCCW, unsigned start) { in setIsRRect() 233 bool isOval(SkRect* rect, bool* isCCW, unsigned* start) const { in isOval() 249 bool isRRect(SkRRect* rrect, bool* isCCW, unsigned* start) const { in isRRect() 473 void setIsOval(bool isOval, bool isCCW, unsigned start) { in setIsOval() 479 void setIsRRect(bool isRRect, bool isCCW, unsigned start) { in setIsRRect()
|
/external/skqp/src/core/ |
D | SkPathPriv.h | 205 bool isCCW = false; in IsOval() local 233 bool isCCW = false; in IsRRect() local
|
D | SkPathRef.cpp | 119 static void transform_dir_and_start(const SkMatrix& matrix, bool isRRect, bool* isCCW, in transform_dir_and_start() 240 bool isCCW = SkToBool(src.fRRectOrOvalIsCCW); in CreateTransformedCopy() local
|
D | SkPath_serial.cpp | 58 bool isCCW; in writeToMemoryAsRRect() local
|
/external/skia/src/core/ |
D | SkPathRef.cpp | 85 static void transform_dir_and_start(const SkMatrix& matrix, bool isRRect, bool* isCCW, in transform_dir_and_start() 210 bool isCCW = SkToBool(src.fRRectOrOvalIsCCW); in CreateTransformedCopy() local
|
D | SkPathPriv.h | 234 bool isCCW = false; in IsOval() local 262 bool isCCW = false; in IsRRect() local
|
D | SkPath_serial.cpp | 61 bool isCCW; in writeToMemoryAsRRect() local
|
/external/skia/modules/canvaskit/ |
D | interface.js | 81 CanvasKit.Path.prototype.addOval = function(oval, isCCW, startIndex) { argument 143 CanvasKit.Path.prototype.addRect = function(rect, isCCW) { argument 149 CanvasKit.Path.prototype.addRRect = function(rrect, isCCW) { argument 204 CanvasKit.Path.prototype.arcToRotated = function(rx, ry, xAxisRotate, useSmallArc, isCCW, x, y) { argument 297 CanvasKit.Path.prototype.rArcTo = function(rx, ry, xAxisRotate, useSmallArc, isCCW, dx, dy) { argument
|