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

/external/skia/src/gpu/ops/
H A DGrShadowRRectOp.cpp56 static int circle_type_to_index_count(bool stroked) { function
121 op->fIndexCount = circle_type_to_index_count(stroked);
344 const int primIndexCount = circle_type_to_index_count(circle.fStroked);
H A DGrOvalOpFactory.cpp601 static int circle_type_to_index_count(bool stroked) { function
783 op->fIndexCount = circle_type_to_index_count(stroked);
1089 const int primIndexCount = circle_type_to_index_count(geom.fStroked);

Completed in 115 milliseconds