Home
last modified time | relevance | path

Searched refs:kFill (Results 1 - 15 of 15) sorted by relevance

/third_party/skia/tools/viewer/
H A DSkSLSlide.h45 kFill, enumerator
51 int fGeometry = kFill;
H A DSkSLSlide.cpp240 ImGui::RadioButton("Fill", &fGeometry, kFill); ImGui::SameLine(); in draw()
257 case kFill: in draw()
/third_party/skia/src/gpu/
H A DGrStyle.h31 static const GrStyle kFill(SkStrokeRec::kFill_InitStyle); in SimpleFill()
32 return kFill; in SimpleFill()
/third_party/skia/modules/skottie/src/layers/shapelayer/
H A DFillStroke.cpp23 enum class Type { kFill, kStroke }; member in skottie::internal::__anon18576::final::Type
137 FillStrokeAdapter::Type::kFill); in AttachFill()
/third_party/skia/modules/svg/include/
H A DSkSVGAttribute.h23 kFill, member in SkSVGAttribute
/third_party/vk-gl-cts/external/amber/src/src/
H A Dcommand_data.h39 kFill = 0, member in amber::PolygonMode
H A Dpipeline_data.h198 PolygonMode polygon_mode_ = PolygonMode::kFill;
/third_party/vk-gl-cts/external/amber/src/src/amberscript/
H A Dparser_pipeline_test.cc285 ASSERT_EQ(mode0, PolygonMode::kFill); in TEST_F()
287 ASSERT_EQ(mode1, PolygonMode::kFill); in TEST_F()
H A Dparser.cc1600 pipeline->GetPipelineData()->SetPolygonMode(PolygonMode::kFill); in ParsePipelinePolygonMode()
/third_party/skia/third_party/externals/abseil-cpp/absl/numeric/
H A Dint128_stream_test.cc31 constexpr char kFill = '_'; member
75 msg << "\n width: " << width << "\n fill: '" << kFill << "'"; in StreamFormatToString() local
83 os.fill(kFill); in CheckUint128Case()
161 os.fill(kFill); in CheckInt128Case()
/third_party/skia/tests/
H A DGrStyledShapeTest.cpp1649 kFill, in test_rrect() enumerator
1655 // SkStrokeRec has no default cons., so init with kFill before calling the setters below. in test_rrect()
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/vk-gl-cts/external/amber/src/src/vulkan/
H A Dgraphics_pipeline.cc127 case PolygonMode::kFill: in ToVkPolygonMode()
/third_party/vk-gl-cts/external/amber/src/src/vkscript/
H A Dcommand_parser.cc1125 PolygonMode mode = PolygonMode::kFill; in ProcessPolygonMode()
1128 mode = PolygonMode::kFill; in ProcessPolygonMode()
H A Dcommand_parser_test.cc1856 PolygonModeTestData{"VK_POLYGON_MODE_FILL", PolygonMode::kFill},
/third_party/skia/src/gpu/ops/
H A DGrOvalOpFactory.cpp742 enum class DIEllipseStyle { kStroke = 0, kHairline, kFill };
2164 : DIEllipseStyle::kFill;
2216 params.fStyle = DIEllipseStyle::kFill;

Completed in 29 milliseconds