HomeSort by relevance Sort by last modified time
    Searched refs:kFill (Results 1 - 20 of 20) sorted by null

  /external/skia/experimental/svg/model/
SkSVGAttribute.h 22 kFill,
SkSVGRenderContext.cpp 137 void commitToPaint<SkSVGAttribute::kFill>(const SkSVGPresentationAttributes& attrs,
277 commitToPaint<SkSVGAttribute::kFill>(fInherited, dummy, this);
SkSVGNode.cpp 126 case SkSVGAttribute::kFill:
SkSVGDOM.cpp 312 { "fill" , { SkSVGAttribute::kFill , SetPaintAttribute }},
  /external/skqp/experimental/svg/model/
SkSVGAttribute.h 22 kFill,
SkSVGRenderContext.cpp 137 void commitToPaint<SkSVGAttribute::kFill>(const SkSVGPresentationAttributes& attrs,
277 commitToPaint<SkSVGAttribute::kFill>(fInherited, dummy, this);
SkSVGNode.cpp 126 case SkSVGAttribute::kFill:
SkSVGDOM.cpp 312 { "fill" , { SkSVGAttribute::kFill , SetPaintAttribute }},
  /external/tensorflow/tensorflow/contrib/lite/toco/graph_transformations/
remove_unused_op.cc 50 CHECK(op->type == OperatorType::kFill);
resolve_constant_fill.cc 47 if (base_op->type != OperatorType::kFill) {
propagate_array_data_types.cc 69 op->type == OperatorType::kFill) {
propagate_fixed_sizes.cc     [all...]
  /external/skia/src/gpu/
GrStyle.h 30 static const GrStyle kFill(SkStrokeRec::kFill_InitStyle);
31 return kFill;
  /external/skqp/src/gpu/
GrStyle.h 30 static const GrStyle kFill(SkStrokeRec::kFill_InitStyle);
31 return kFill;
  /external/tensorflow/tensorflow/contrib/lite/toco/
model.h 49 kFill,
892 FillOperator() : Operator(OperatorType::kFill) {}
    [all...]
export_tensorflow.cc     [all...]
  /external/skia/tests/
GrShapeTest.cpp     [all...]
  /external/skqp/tests/
GrShapeTest.cpp     [all...]
  /external/skia/src/gpu/ops/
GrOvalOpFactory.cpp 649 enum class DIEllipseStyle { kStroke = 0, kHairline, kFill };
    [all...]
  /external/skqp/src/gpu/ops/
GrOvalOpFactory.cpp 375 enum class DIEllipseStyle { kStroke = 0, kHairline, kFill };
    [all...]

Completed in 490 milliseconds