/third_party/skia/tools/viewer/ |
D | SkSLSlide.h | 45 kFill, enumerator 51 int fGeometry = kFill;
|
D | SkSLSlide.cpp | 240 ImGui::RadioButton("Fill", &fGeometry, kFill); ImGui::SameLine(); in draw() 257 case kFill: in draw()
|
/third_party/skia/src/gpu/ |
D | GrStyle.h | 31 static const GrStyle kFill(SkStrokeRec::kFill_InitStyle); in SimpleFill() 32 return kFill; in SimpleFill()
|
/third_party/flutter/skia/src/gpu/ |
D | GrStyle.h | 30 static const GrStyle kFill(SkStrokeRec::kFill_InitStyle); in SimpleFill() 31 return kFill; in SimpleFill()
|
/third_party/skia/modules/skottie/src/layers/shapelayer/ |
D | FillStroke.cpp | 23 enum class Type { kFill, kStroke }; enumerator 137 FillStrokeAdapter::Type::kFill); in AttachFill()
|
/third_party/flutter/skia/experimental/svg/model/ |
D | SkSVGAttribute.h | 22 kFill, enumerator
|
D | SkSVGRenderContext.cpp | 139 void commitToPaint<SkSVGAttribute::kFill>(const SkSVGPresentationAttributes& attrs, in commitToPaint() 279 commitToPaint<SkSVGAttribute::kFill>(fInherited, dummy, this); in SkSVGPresentationContext()
|
D | SkSVGNode.cpp | 126 case SkSVGAttribute::kFill: in onSetAttribute()
|
D | SkSVGDOM.cpp | 313 { "fill" , { SkSVGAttribute::kFill , SetPaintAttribute }},
|
/third_party/skia/modules/svg/include/ |
D | SkSVGAttribute.h | 23 kFill, enumerator
|
/third_party/skia/tests/ |
D | GrStyledShapeTest.cpp | 1649 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/ |
D | GrShapeTest.cpp | 1628 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/ |
D | int128_stream_test.cc | 31 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/ |
D | int128_stream_test.cc | 31 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/ |
D | GrOvalOpFactory.cpp | 697 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/ |
D | GrOvalOpFactory.cpp | 720 enum class DIEllipseStyle { kStroke = 0, kHairline, kFill }; enumerator 2135 : DIEllipseStyle::kFill; in Make() 2187 params.fStyle = DIEllipseStyle::kFill; in Make()
|