Home
last modified time | relevance | path

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

/external/skia/src/gpu/ops/
DGrShadowRRectOp.cpp455 kStroke_RRectType, enumerator
463 case kStroke_RRectType: in rrect_type_to_vert_count()
476 case kStroke_RRectType: in rrect_type_to_index_count()
489 case kStroke_RRectType: in rrect_type_to_indices()
534 type = (innerRadius >= 0) ? kStroke_RRectType : kOverstroke_RRectType; in ShadowCircularRRectOp()
DGrOvalOpFactory.cpp1659 kStroke_RRectType, enumerator
1667 case kStroke_RRectType: in rrect_type_to_vert_count()
1681 case kStroke_RRectType: in rrect_type_to_index_count()
1694 case kStroke_RRectType: in rrect_type_to_indices()
1744 type = (innerRadius >= 0) ? kStroke_RRectType : kOverstroke_RRectType; in CircularRRectOp()
2059 case kStroke_RRectType: in ref_rrect_index_buffer()
2184 fStroked ? kStroke_RRectType : kFill_RRectType, target->resourceProvider())); in onPrepareDraws()