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

  /external/skia/include/core/
SkDraw.h 86 kStroke_RectType,
95 * Iff RectType == kStroke_RectType, then strokeSize is set to the device
  /external/skia/legacy/include/core/
SkDraw.h 85 kStroke_RectType,
94 * Iff RectType == kStroke_RectType, then strokeSize is set to the device
  /external/skia/legacy/src/core/
SkDraw.cpp 704 rtype = kStroke_RectType;
728 if (kStroke_RectType == rtype && paint.isAntiAlias()) {
782 case kStroke_RectType:
    [all...]
  /external/skia/src/core/
SkDraw.cpp 829 rtype = kStroke_RectType;
901 case kStroke_RectType:
    [all...]

Completed in 98 milliseconds