Home
last modified time | relevance | path

Searched defs:isCCW (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/src/core/
H A DSkPathRef.cpp85 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 DSkPath_serial.cpp61 bool isCCW; in writeToMemoryAsRRect() local
H A DSkPathPriv.h235 bool isCCW = false; in IsOval() local
263 bool isCCW = false; in IsRRect() local
/third_party/skia/include/private/
H A DSkPathRef.h154 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