Searched refs:kStroke (Results 1 - 4 of 4) sorted by relevance
/third_party/skia/modules/skottie/src/layers/shapelayer/ |
H A D | FillStroke.cpp | 23 enum class Type { kFill, kStroke }; 39 if (type == Type::kStroke) { in FillStrokeAdapter() 149 FillStrokeAdapter::Type::kStroke); in AttachStroke()
|
/third_party/skia/modules/svg/include/ |
H A D | SkSVGAttribute.h | 45 kStroke, member in SkSVGAttribute
|
/third_party/skia/tests/ |
H A D | GrStyledShapeTest.cpp | 1650 kStroke, in test_rrect() enumerator 1659 strokeRecs[kStroke].setStrokeStyle(2.f); in test_rrect() 1686 for (Style style : {kFill, kStroke, kHairline, kStrokeAndFill}) { in test_rrect() 1724 kStroke, false)]; in test_rrect() 1729 kStroke, false)]; in test_rrect() 1841 const GrStyledShape& strokeCase = shapes[index(inverted, dir, start, kStroke, in test_rrect()
|
/third_party/skia/src/gpu/ops/ |
H A D | GrOvalOpFactory.cpp | 742 enum class DIEllipseStyle { kStroke = 0, kHairline, kFill }; 872 if (DIEllipseStyle::kStroke == diegp.fStyle) { 2161 ? DIEllipseStyle::kStroke 2214 if (DIEllipseStyle::kStroke == params.fStyle && 2321 if (DIEllipseStyle::kStroke == this->style()) {
|
Completed in 11 milliseconds