Home
last modified time | relevance | path

Searched refs:fRRectOrOvalIsCCW (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/include/private/
H A DSkPathRef.h79 fRRectOrOvalIsCCW = false; in SkPathRef()
239 *isCCW = SkToBool(fRRectOrOvalIsCCW); in isOval()
255 *isCCW = SkToBool(fRRectOrOvalIsCCW); in isRRect()
380 fRRectOrOvalIsCCW = false; in SkPathRef()
475 fRRectOrOvalIsCCW = isCCW; in setIsOval()
481 fRRectOrOvalIsCCW = isCCW; in setIsRRect()
525 bool fRRectOrOvalIsCCW; member in final
/third_party/skia/src/core/
H A DSkPathRef.cpp210 bool isCCW = SkToBool(src.fRRectOrOvalIsCCW);
212 (*dst)->fRRectOrOvalIsCCW = isCCW;
323 fRRectOrOvalIsCCW = ref.fRRectOrOvalIsCCW;

Completed in 2 milliseconds