Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/ops/
DShadowRRectOp.cpp60 int circle_type_to_vert_count(bool stroked) { in circle_type_to_vert_count()
64 int circle_type_to_index_count(bool stroked) { in circle_type_to_index_count()
68 const uint16_t* circle_type_to_indices(bool stroked) { in circle_type_to_indices()
DGrOvalOpFactory.cpp991 static int circle_type_to_vert_count(bool stroked) { in circle_type_to_vert_count()
995 static int circle_type_to_index_count(bool stroked) { in circle_type_to_index_count()
999 static const uint16_t* circle_type_to_indices(bool stroked) { in circle_type_to_indices()
1101 bool stroked = isStrokeOnly && innerRadius > 0.0f; in CircleOp() local
2957 bool stroked = false; in EllipticalRRectOp() local