Home
last modified time | relevance | path

Searched defs:stroked (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/gpu/ganesh/ops/
DShadowRRectOp.cpp63 int circle_type_to_vert_count(bool stroked) { in circle_type_to_vert_count()
67 int circle_type_to_index_count(bool stroked) { in circle_type_to_index_count()
71 const uint16_t* circle_type_to_indices(bool stroked) { in circle_type_to_indices()
DGrOvalOpFactory.cpp971 static int circle_type_to_vert_count(bool stroked) { in circle_type_to_vert_count()
975 static int circle_type_to_index_count(bool stroked) { in circle_type_to_index_count()
979 static const uint16_t* circle_type_to_indices(bool stroked) { in circle_type_to_indices()
1081 bool stroked = isStrokeOnly && innerRadius > 0.0f; in CircleOp() local
2937 bool stroked = false; in EllipticalRRectOp() local