Home
last modified time | relevance | path

Searched refs:fRRectOrOvalIsCCW (Results 1 – 4 of 4) sorted by relevance

/external/skia/include/private/
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; variable
/external/skqp/include/private/
DSkPathRef.h190 *isCCW = SkToBool(fRRectOrOvalIsCCW); in isOval()
206 *isCCW = SkToBool(fRRectOrOvalIsCCW); in isRRect()
358 fRRectOrOvalIsCCW = false; in SkPathRef()
518 fRRectOrOvalIsCCW = isCCW; in setIsOval()
524 fRRectOrOvalIsCCW = isCCW; in setIsRRect()
572 bool fRRectOrOvalIsCCW; variable
/external/skia/src/core/
DSkPathRef.cpp210 bool isCCW = SkToBool(src.fRRectOrOvalIsCCW); in CreateTransformedCopy()
212 (*dst)->fRRectOrOvalIsCCW = isCCW; in CreateTransformedCopy()
323 fRRectOrOvalIsCCW = ref.fRRectOrOvalIsCCW; in copy()
/external/skqp/src/core/
DSkPathRef.cpp240 bool isCCW = SkToBool(src.fRRectOrOvalIsCCW); in CreateTransformedCopy()
242 (*dst)->fRRectOrOvalIsCCW = isCCW; in CreateTransformedCopy()
519 fRRectOrOvalIsCCW = ref.fRRectOrOvalIsCCW; in copy()