Searched defs:isCCW (Results 1 - 4 of 4) sorted by relevance
/third_party/skia/src/core/ |
H A D | SkPathRef.cpp | 85 static void transform_dir_and_start(const SkMatrix& matrix, bool isRRect, bool* isCCW, in transform_dir_and_start() argument 210 bool isCCW = SkToBool(src.fRRectOrOvalIsCCW); variable
|
H A D | SkPath_serial.cpp | 61 bool isCCW; in writeToMemoryAsRRect() local
|
H A D | SkPathPriv.h | 235 bool isCCW = false; in IsOval() local 263 bool isCCW = false; in IsRRect() local
|
/third_party/skia/include/private/ |
H A D | SkPathRef.h | 154 void setIsOval(bool isOval, bool isCCW, unsigned start) { in setIsOval() argument 158 void setIsRRect(bool isRRect, bool isCCW, unsigned start) { in setIsRRect() argument 233 bool isOval(SkRect* rect, bool* isCCW, unsigned* start) const { in isOval() argument 249 bool isRRect(SkRRect* rrect, bool* isCCW, unsigned* start) const { in isRRect() argument 473 setIsOval(bool isOval, bool isCCW, unsigned start) setIsOval() argument 479 setIsRRect(bool isRRect, bool isCCW, unsigned start) setIsRRect() argument [all...] |
Completed in 5 milliseconds