Home
last modified time | relevance | path

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

/external/skqp/include/private/
DSkPathRef.h188 *isCCW = SkToBool(fRRectOrOvalIsCCW); in isOval()
204 *isCCW = SkToBool(fRRectOrOvalIsCCW); in isRRect()
341 fRRectOrOvalIsCCW = false; in SkPathRef()
494 fRRectOrOvalIsCCW = isCCW; in setIsOval()
500 fRRectOrOvalIsCCW = isCCW; in setIsRRect()
547 SkBool8 fRRectOrOvalIsCCW; variable
/external/skia/include/private/
DSkPathRef.h189 *isCCW = SkToBool(fRRectOrOvalIsCCW); in isOval()
205 *isCCW = SkToBool(fRRectOrOvalIsCCW); in isRRect()
342 fRRectOrOvalIsCCW = false; in SkPathRef()
498 fRRectOrOvalIsCCW = isCCW; in setIsOval()
504 fRRectOrOvalIsCCW = isCCW; in setIsRRect()
552 SkBool8 fRRectOrOvalIsCCW; variable
/external/skia/src/core/
DSkPathRef.cpp193 bool isCCW = SkToBool(src.fRRectOrOvalIsCCW); in CreateTransformedCopy()
195 (*dst)->fRRectOrOvalIsCCW = isCCW; in CreateTransformedCopy()
472 fRRectOrOvalIsCCW = ref.fRRectOrOvalIsCCW; in copy()
/external/skqp/src/core/
DSkPathRef.cpp193 bool isCCW = SkToBool(src.fRRectOrOvalIsCCW); in CreateTransformedCopy()
195 (*dst)->fRRectOrOvalIsCCW = isCCW; in CreateTransformedCopy()
470 fRRectOrOvalIsCCW = ref.fRRectOrOvalIsCCW; in copy()