Home
last modified time | relevance | path

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

/external/skqp/src/gpu/
DGrStyle.h30 static const GrStyle kFill(SkStrokeRec::kFill_InitStyle); in SimpleFill()
31 return kFill; in SimpleFill()
/external/skia/src/gpu/
DGrStyle.h30 static const GrStyle kFill(SkStrokeRec::kFill_InitStyle); in SimpleFill()
31 return kFill; in SimpleFill()
/external/skqp/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 }},
/external/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 }},
/external/tensorflow/tensorflow/lite/toco/graph_transformations/
Dremove_unused_op.cc52 CHECK(op->type == OperatorType::kFill || in Run()
Dresolve_constant_fill.cc50 if (base_op->type != OperatorType::kFill) { in Run()
Dpropagate_array_data_types.cc82 case OperatorType::kFill: { in Run()
Dpropagate_fixed_sizes.cc2166 case OperatorType::kFill: in Run()
/external/skqp/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()
/external/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()
/external/tensorflow/tensorflow/lite/toco/
Dmodel.h56 kFill, enumerator
1222 FillOperator() : Operator(OperatorType::kFill) {}
Dexport_tensorflow.cc2300 } else if (src_op.type == OperatorType::kFill) { in ConvertOperator()
/external/skqp/src/gpu/ops/
DGrOvalOpFactory.cpp653 enum class DIEllipseStyle { kStroke = 0, kHairline, kFill }; enumerator
1882 : DIEllipseStyle::kFill; in Make()
1923 params.fStyle = DIEllipseStyle::kFill; in Make()
/external/skia/src/gpu/ops/
DGrOvalOpFactory.cpp697 enum class DIEllipseStyle { kStroke = 0, kHairline, kFill }; enumerator
1985 : DIEllipseStyle::kFill; in Make()
2037 params.fStyle = DIEllipseStyle::kFill; in Make()
/external/tensorflow/tensorflow/lite/toco/tflite/
Doperator_test.cc155 CheckSimpleOperator<FillOperator>("FILL", OperatorType::kFill); in TEST_F()
Doperator.cc2556 MakeUnique<SimpleOperator<FillOperator>>("FILL", OperatorType::kFill)); in BuildOperatorList()
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dconstant_folding_test.cc486 int kFill = 2; in TEST_F() local
487 for (int const_type : {kConst, kLike, kFill}) { in TEST_F()
550 EXPECT_EQ(const_type == kFill ? 31 : 27, output.node_size()); in TEST_F()