Home
last modified time | relevance | path

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

/external/skia/include/private/
DSkPathRef.h80 fRRectOrOvalStartIdx = 0xAC; in SkPathRef()
242 *start = fRRectOrOvalStartIdx; in isOval()
258 *start = fRRectOrOvalStartIdx; in isRRect()
381 fRRectOrOvalStartIdx = 0xAC; in SkPathRef()
476 fRRectOrOvalStartIdx = SkToU8(start); in setIsOval()
482 fRRectOrOvalStartIdx = SkToU8(start); in setIsRRect()
526 uint8_t fRRectOrOvalStartIdx; variable
/external/skqp/include/private/
DSkPathRef.h193 *start = fRRectOrOvalStartIdx; in isOval()
209 *start = fRRectOrOvalStartIdx; in isRRect()
359 fRRectOrOvalStartIdx = 0xAC; in SkPathRef()
519 fRRectOrOvalStartIdx = SkToU8(start); in setIsOval()
525 fRRectOrOvalStartIdx = SkToU8(start); in setIsRRect()
573 uint8_t fRRectOrOvalStartIdx; variable
/external/skia/src/core/
DSkPathRef.cpp209 unsigned start = src.fRRectOrOvalStartIdx; in CreateTransformedCopy()
213 (*dst)->fRRectOrOvalStartIdx = start; in CreateTransformedCopy()
324 fRRectOrOvalStartIdx = ref.fRRectOrOvalStartIdx; in copy()
638 if (fRRectOrOvalStartIdx >= 4) { in isValid()
642 if (fRRectOrOvalStartIdx >= 8) { in isValid()
/external/skqp/src/core/
DSkPathRef.cpp239 unsigned start = src.fRRectOrOvalStartIdx; in CreateTransformedCopy()
243 (*dst)->fRRectOrOvalStartIdx = start; in CreateTransformedCopy()
520 fRRectOrOvalStartIdx = ref.fRRectOrOvalStartIdx; in copy()
893 if (fRRectOrOvalStartIdx >= 4) { in isValid()
897 if (fRRectOrOvalStartIdx >= 8) { in isValid()