Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrStyle.h30 static const GrStyle kFill(SkStrokeRec::kFill_InitStyle); in SimpleFill()
31 return kFill; in SimpleFill()
/external/skia/experimental/svg/model/
DSkSVGAttribute.h21 kFill, enumerator
DSkSVGRenderContext.cpp136 void commitToPaint<SkSVGAttribute::kFill>(const SkSVGPresentationAttributes& attrs, in commitToPaint()
216 commitToPaint<SkSVGAttribute::kFill>(fInherited, dummy, this); in SkSVGPresentationContext()
DSkSVGNode.cpp102 case SkSVGAttribute::kFill: in onSetAttribute()
DSkSVGDOM.cpp284 { "fill" , { SkSVGAttribute::kFill , SetPaintAttribute }},
/external/skia/tests/
DGrShapeTest.cpp1370 kFill, in test_rrect() enumerator
1379 strokeRecs[kFill].setFillStyle(); in test_rrect()
1407 for (Style style : {kFill, kStroke, kHairline, kStrokeAndFill}) { in test_rrect()
1423 const GrShape& exampleFillCase = shapes[index(false, kExamplesDir, kExamplesStart, kFill, in test_rrect()
1433 const GrShape& exampleInvFillCase = shapes[index(true, kExamplesDir, kExamplesStart, kFill, in test_rrect()
1539 const GrShape& fillCase = shapes[index(inverted, dir, start, kFill, dash)]; in test_rrect()
/external/skia/src/gpu/ops/
DGrOvalOpFactory.cpp379 enum class DIEllipseStyle { kStroke = 0, kHairline, kFill }; enumerator
1406 : DIEllipseStyle::kFill; in Make()
1447 params.fStyle = DIEllipseStyle::kFill; in Make()