Searched defs:circle_type_to_index_count (Results 1 - 4 of 4) sorted by relevance

/external/skia/src/gpu/ops/
H A DGrShadowRRectOp.cpp54 static int circle_type_to_index_count(bool stroked) { function
231 fIndexCount = circle_type_to_index_count(kStroke_RRectType == type);
596 const int primIndexCount = circle_type_to_index_count(isStroked);
H A DGrOvalOpFactory.cpp844 static int circle_type_to_index_count(bool stroked) { function
1079 fIndexCount = circle_type_to_index_count(stroked);
1404 const int primIndexCount = circle_type_to_index_count(circle.fStroked);
1564 fIndexCount = circle_type_to_index_count(true);
1713 const int primIndexCount = circle_type_to_index_count(true);
/external/skqp/src/gpu/ops/
H A DGrShadowRRectOp.cpp54 static int circle_type_to_index_count(bool stroked) { function
231 fIndexCount = circle_type_to_index_count(kStroke_RRectType == type);
596 const int primIndexCount = circle_type_to_index_count(isStroked);
H A DGrOvalOpFactory.cpp570 static int circle_type_to_index_count(bool stroked) { function
776 fIndexCount = circle_type_to_index_count(stroked);
1076 const int primIndexCount = circle_type_to_index_count(circle.fStroked);

Completed in 687 milliseconds