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

  /external/skia/include/core/
SkPathRef.h 197 if (fIsRRect) {
208 return SkToBool(fIsRRect);
336 fIsRRect = false;
337 // The next two values don't matter unless fIsOval or fIsRRect are true.
387 fIsRRect = false;
492 fIsRRect = isRRect;
501 fIsRRect = false;
537 SkBool8 fIsRRect;
  /external/skia/src/core/
SkPathRef.cpp 177 (*dst)->fIsRRect = src.fIsRRect && rectStaysRect;
178 if ((*dst)->fIsOval || (*dst)->fIsRRect) {
181 transform_dir_and_start(matrix, (*dst)->fIsRRect, &isCCW, &start);
287 ref->fIsRRect = isRRect;
305 (*pathRef)->fIsRRect = false;
374 ((fIsRRect & 1) << kIsRRect_SerializationShift) |
416 fIsRRect = ref.fIsRRect;
432 out->fIsRRect = false
    [all...]

Completed in 263 milliseconds