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

/external/skia/src/gpu/ops/
H A DGrShadowRRectOp.cpp455 kStroke_RRectType, enumerator in enum:RRectType
463 case kStroke_RRectType:
476 case kStroke_RRectType:
489 case kStroke_RRectType:
534 type = (innerRadius >= 0) ? kStroke_RRectType : kOverstroke_RRectType;
H A DGrOvalOpFactory.cpp1659 kStroke_RRectType, enumerator in enum:RRectType
1667 case kStroke_RRectType:
1681 case kStroke_RRectType:
1694 case kStroke_RRectType:
1744 type = (innerRadius >= 0) ? kStroke_RRectType : kOverstroke_RRectType;
2059 case kStroke_RRectType:
2184 fStroked ? kStroke_RRectType : kFill_RRectType, target->resourceProvider()));

Completed in 75 milliseconds