Home
last modified time | relevance | path

Searched refs:kFill (Results 1 – 15 of 15) 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/skia/modules/skottie/src/layers/shapelayer/
DFillStroke.cpp23 enum class Type { kFill, kStroke }; enumerator
137 FillStrokeAdapter::Type::kFill); in AttachFill()
/third_party/skia/modules/svg/include/
DSkSVGAttribute.h23 kFill, enumerator
/third_party/vk-gl-cts/external/amber/src/src/
Dcommand_data.h39 kFill = 0, enumerator
Dpipeline_data.h198 PolygonMode polygon_mode_ = PolygonMode::kFill;
/third_party/vk-gl-cts/external/amber/src/src/amberscript/
Dparser_pipeline_test.cc285 ASSERT_EQ(mode0, PolygonMode::kFill); in TEST_F()
287 ASSERT_EQ(mode1, PolygonMode::kFill); in TEST_F()
Dparser.cc1600 pipeline->GetPipelineData()->SetPolygonMode(PolygonMode::kFill); in ParsePipelinePolygonMode()
/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/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/vk-gl-cts/external/amber/src/src/vulkan/
Dgraphics_pipeline.cc127 case PolygonMode::kFill: in ToVkPolygonMode()
/third_party/vk-gl-cts/external/amber/src/src/vkscript/
Dcommand_parser.cc1125 PolygonMode mode = PolygonMode::kFill; in ProcessPolygonMode()
1128 mode = PolygonMode::kFill; in ProcessPolygonMode()
Dcommand_parser_test.cc1856 PolygonModeTestData{"VK_POLYGON_MODE_FILL", PolygonMode::kFill},
/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()