Searched refs:kFill (Results 1 – 15 of 15) sorted by relevance
/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/skia/modules/skottie/src/layers/shapelayer/ |
D | FillStroke.cpp | 23 enum class Type { kFill, kStroke }; enumerator 137 FillStrokeAdapter::Type::kFill); in AttachFill()
|
/third_party/skia/modules/svg/include/ |
D | SkSVGAttribute.h | 23 kFill, enumerator
|
/third_party/vk-gl-cts/external/amber/src/src/ |
D | command_data.h | 39 kFill = 0, enumerator
|
D | pipeline_data.h | 198 PolygonMode polygon_mode_ = PolygonMode::kFill;
|
/third_party/vk-gl-cts/external/amber/src/src/amberscript/ |
D | parser_pipeline_test.cc | 285 ASSERT_EQ(mode0, PolygonMode::kFill); in TEST_F() 287 ASSERT_EQ(mode1, PolygonMode::kFill); in TEST_F()
|
D | parser.cc | 1600 pipeline->GetPipelineData()->SetPolygonMode(PolygonMode::kFill); in ParsePipelinePolygonMode()
|
/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/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/vk-gl-cts/external/amber/src/src/vulkan/ |
D | graphics_pipeline.cc | 127 case PolygonMode::kFill: in ToVkPolygonMode()
|
/third_party/vk-gl-cts/external/amber/src/src/vkscript/ |
D | command_parser.cc | 1125 PolygonMode mode = PolygonMode::kFill; in ProcessPolygonMode() 1128 mode = PolygonMode::kFill; in ProcessPolygonMode()
|
D | command_parser_test.cc | 1856 PolygonModeTestData{"VK_POLYGON_MODE_FILL", PolygonMode::kFill},
|
/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()
|