Home
last modified time | relevance | path

Searched refs:kFill (Results 1 – 16 of 16) sorted by relevance

/third_party/skia/tools/viewer/
DSkSLSlide.h45 kFill, enumerator
51 int fGeometry = kFill;
DSkSLSlide.cpp240 ImGui::RadioButton("Fill", &fGeometry, kFill); ImGui::SameLine(); in draw()
257 case kFill: in draw()
/third_party/skia/src/gpu/
DGrStyle.h31 static const GrStyle kFill(SkStrokeRec::kFill_InitStyle); in SimpleFill()
32 return kFill; in SimpleFill()
/third_party/flutter/skia/src/gpu/
DGrStyle.h30 static const GrStyle kFill(SkStrokeRec::kFill_InitStyle); in SimpleFill()
31 return kFill; in SimpleFill()
/third_party/skia/modules/skottie/src/layers/shapelayer/
DFillStroke.cpp23 enum class Type { kFill, kStroke }; enumerator
137 FillStrokeAdapter::Type::kFill); in AttachFill()
/third_party/flutter/skia/experimental/svg/model/
DSkSVGAttribute.h22 kFill, enumerator
DSkSVGRenderContext.cpp139 void commitToPaint<SkSVGAttribute::kFill>(const SkSVGPresentationAttributes& attrs, in commitToPaint()
279 commitToPaint<SkSVGAttribute::kFill>(fInherited, dummy, this); in SkSVGPresentationContext()
DSkSVGNode.cpp126 case SkSVGAttribute::kFill: in onSetAttribute()
DSkSVGDOM.cpp313 { "fill" , { SkSVGAttribute::kFill , SetPaintAttribute }},
/third_party/skia/modules/svg/include/
DSkSVGAttribute.h23 kFill, enumerator
/third_party/skia/tests/
DGrStyledShapeTest.cpp1649 kFill, in test_rrect() enumerator
1658 strokeRecs[kFill].setFillStyle(); in test_rrect()
1686 for (Style style : {kFill, kStroke, kHairline, kStrokeAndFill}) { in test_rrect()
1702 const GrStyledShape& exampleFillCase = shapes[index(false, kExamplesDir, kExamplesStart, kFill, in test_rrect()
1713 kExamplesStart, kFill, false)]; in test_rrect()
1819 const GrStyledShape& fillCase = shapes[index(inverted, dir, start, kFill, in test_rrect()
/third_party/flutter/skia/tests/
DGrShapeTest.cpp1628 kFill, in test_rrect() enumerator
1637 strokeRecs[kFill].setFillStyle(); in test_rrect()
1665 for (Style style : {kFill, kStroke, kHairline, kStrokeAndFill}) { in test_rrect()
1681 const GrShape& exampleFillCase = shapes[index(false, kExamplesDir, kExamplesStart, kFill, in test_rrect()
1691 const GrShape& exampleInvFillCase = shapes[index(true, kExamplesDir, kExamplesStart, kFill, in test_rrect()
1797 const GrShape& fillCase = shapes[index(inverted, dir, start, kFill, dash)]; in test_rrect()
/third_party/abseil-cpp/absl/numeric/
Dint128_stream_test.cc31 constexpr char kFill = '_'; variable
75 msg << "\n width: " << width << "\n fill: '" << kFill << "'"; in StreamFormatToString()
83 os.fill(kFill); in CheckUint128Case()
161 os.fill(kFill); in CheckInt128Case()
/third_party/skia/third_party/externals/abseil-cpp/absl/numeric/
Dint128_stream_test.cc31 constexpr char kFill = '_'; variable
75 msg << "\n width: " << width << "\n fill: '" << kFill << "'"; in StreamFormatToString()
83 os.fill(kFill); in CheckUint128Case()
161 os.fill(kFill); in CheckInt128Case()
/third_party/flutter/skia/src/gpu/ops/
DGrOvalOpFactory.cpp697 enum class DIEllipseStyle { kStroke = 0, kHairline, kFill }; enumerator
1991 : DIEllipseStyle::kFill; in Make()
2043 params.fStyle = DIEllipseStyle::kFill; in Make()
/third_party/skia/src/gpu/ops/
DGrOvalOpFactory.cpp720 enum class DIEllipseStyle { kStroke = 0, kHairline, kFill }; enumerator
2135 : DIEllipseStyle::kFill; in Make()
2187 params.fStyle = DIEllipseStyle::kFill; in Make()