HomeSort by relevance Sort by last modified time
    Searched refs:fRRectOrOvalStartIdx (Results 1 - 2 of 2) sorted by null

  /external/skia/include/core/
SkPathRef.h 189 *start = fRRectOrOvalStartIdx;
205 *start = fRRectOrOvalStartIdx;
339 fRRectOrOvalStartIdx = 0xAC;
488 fRRectOrOvalStartIdx = start;
494 fRRectOrOvalStartIdx = start;
541 uint8_t fRRectOrOvalStartIdx;
  /external/skia/src/core/
SkPathRef.cpp 179 unsigned start = src.fRRectOrOvalStartIdx;
183 (*dst)->fRRectOrOvalStartIdx = start;
289 ref->fRRectOrOvalStartIdx = rrectOrOvalStartIdx;
370 int32_t packed = ((fRRectOrOvalStartIdx & 7) << kRRectOrOvalStartIdx_SerializationShift) |
418 fRRectOrOvalStartIdx = ref.fRRectOrOvalStartIdx;
746 SkASSERT(fRRectOrOvalStartIdx < 4);
748 SkASSERT(fRRectOrOvalStartIdx < 8);

Completed in 284 milliseconds