Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/ops/
H A DShadowRRectOp.cpp580 const int primIndexCount = circle_type_to_index_count(isStroked); variable
581 for (int j = 0; j < primIndexCount; ++j) {
591 const int primIndexCount = rrect_type_to_index_count(args.fType); variable
592 for (int j = 0; j < primIndexCount; ++j) {
H A DGrOvalOpFactory.cpp1417 const int primIndexCount = circle_type_to_index_count(circle.fStroked);
1418 for (int i = 0; i < primIndexCount; ++i) {
1748 const int primIndexCount = circle_type_to_index_count(true);
1749 for (int i = 0; i < primIndexCount; ++i) {
2786 const int primIndexCount = rrect_type_to_index_count(rrect.fType);
2787 for (int i = 0; i < primIndexCount; ++i) {

Completed in 6 milliseconds