Home
last modified time | relevance | path

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

/external/skqp/src/gpu/ops/
DGrShadowRRectOp.cpp54 static int circle_type_to_vert_count(bool stroked) { in circle_type_to_vert_count()
58 static int circle_type_to_index_count(bool stroked) { in circle_type_to_index_count()
62 static const uint16_t* circle_type_to_indices(bool stroked) { in circle_type_to_indices()
DGrOvalOpFactory.cpp875 static int circle_type_to_vert_count(bool stroked) { in circle_type_to_vert_count()
879 static int circle_type_to_index_count(bool stroked) { in circle_type_to_index_count()
883 static const uint16_t* circle_type_to_indices(bool stroked) { in circle_type_to_indices()
985 bool stroked = isStrokeOnly && innerRadius > 0.0f; in CircleOp() local
2577 bool stroked = false; in EllipticalRRectOp() local
/external/skia/src/gpu/ops/
DGrShadowRRectOp.cpp59 static int circle_type_to_vert_count(bool stroked) { in circle_type_to_vert_count()
63 static int circle_type_to_index_count(bool stroked) { in circle_type_to_index_count()
67 static const uint16_t* circle_type_to_indices(bool stroked) { in circle_type_to_indices()
DGrOvalOpFactory.cpp996 static int circle_type_to_vert_count(bool stroked) { in circle_type_to_vert_count()
1000 static int circle_type_to_index_count(bool stroked) { in circle_type_to_index_count()
1004 static const uint16_t* circle_type_to_indices(bool stroked) { in circle_type_to_indices()
1106 bool stroked = isStrokeOnly && innerRadius > 0.0f; in CircleOp() local
2919 bool stroked = false; in EllipticalRRectOp() local
/external/skqp/src/compute/sk/
DSkDevice_Compute.cpp714 SkPath stroked; in drawPath() local