Home
last modified time | relevance | path

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

/external/skqp/include/private/
DSkPathRef.h191 *start = fRRectOrOvalStartIdx; in isOval()
207 *start = fRRectOrOvalStartIdx; in isRRect()
342 fRRectOrOvalStartIdx = 0xAC; in SkPathRef()
495 fRRectOrOvalStartIdx = start; in setIsOval()
501 fRRectOrOvalStartIdx = start; in setIsRRect()
548 uint8_t fRRectOrOvalStartIdx; variable
/external/skia/include/private/
DSkPathRef.h192 *start = fRRectOrOvalStartIdx; in isOval()
208 *start = fRRectOrOvalStartIdx; in isRRect()
343 fRRectOrOvalStartIdx = 0xAC; in SkPathRef()
499 fRRectOrOvalStartIdx = start; in setIsOval()
505 fRRectOrOvalStartIdx = start; in setIsRRect()
553 uint8_t fRRectOrOvalStartIdx; variable
/external/skia/src/core/
DSkPathRef.cpp192 unsigned start = src.fRRectOrOvalStartIdx; in CreateTransformedCopy()
196 (*dst)->fRRectOrOvalStartIdx = start; in CreateTransformedCopy()
473 fRRectOrOvalStartIdx = ref.fRRectOrOvalStartIdx; in copy()
842 if (fRRectOrOvalStartIdx >= 4) { in isValid()
846 if (fRRectOrOvalStartIdx >= 8) { in isValid()
/external/skqp/src/core/
DSkPathRef.cpp192 unsigned start = src.fRRectOrOvalStartIdx; in CreateTransformedCopy()
196 (*dst)->fRRectOrOvalStartIdx = start; in CreateTransformedCopy()
471 fRRectOrOvalStartIdx = ref.fRRectOrOvalStartIdx; in copy()
822 if (fRRectOrOvalStartIdx >= 4) { in isValid()
826 if (fRRectOrOvalStartIdx >= 8) { in isValid()