Home
last modified time | relevance | path

Searched refs:kStroke_RRectType (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/src/gpu/ops/
H A DShadowRRectOp.cpp150 kStroke_RRectType, enumerator
158 case kStroke_RRectType: in rrect_type_to_vert_count()
170 case kStroke_RRectType: in rrect_type_to_index_count()
181 case kStroke_RRectType: in rrect_type_to_indices()
218 type = innerRadius > 0 ? kStroke_RRectType : kFill_RRectType; in ShadowCircularRRectOp()
224 type = innerRadius > 0 ? kOverstroke_RRectType : kStroke_RRectType; in ShadowCircularRRectOp()
233 fVertCount = circle_type_to_vert_count(kStroke_RRectType == type); in ShadowCircularRRectOp()
234 fIndexCount = circle_type_to_index_count(kStroke_RRectType == type); in ShadowCircularRRectOp()
576 bool isStroked = SkToBool(kStroke_RRectType == args.fType);
H A DGrOvalOpFactory.cpp2483 kStroke_RRectType,
2490 case kStroke_RRectType:
2502 case kStroke_RRectType:
2513 case kStroke_RRectType:
2578 type = (innerRadius >= 0) ? kStroke_RRectType : kOverstroke_RRectType;
2887 case kStroke_RRectType:
3035 fStroked ? kStroke_RRectType : kFill_RRectType, target->resourceProvider());

Completed in 6 milliseconds