Searched refs:kFill (Results 1 – 7 of 7) sorted by relevance
/external/skia/src/gpu/ |
D | GrStyle.h | 30 static const GrStyle kFill(SkStrokeRec::kFill_InitStyle); in SimpleFill() 31 return kFill; in SimpleFill()
|
/external/skia/experimental/svg/model/ |
D | SkSVGAttribute.h | 21 kFill, enumerator
|
D | SkSVGRenderContext.cpp | 136 void commitToPaint<SkSVGAttribute::kFill>(const SkSVGPresentationAttributes& attrs, in commitToPaint() 216 commitToPaint<SkSVGAttribute::kFill>(fInherited, dummy, this); in SkSVGPresentationContext()
|
D | SkSVGNode.cpp | 102 case SkSVGAttribute::kFill: in onSetAttribute()
|
D | SkSVGDOM.cpp | 284 { "fill" , { SkSVGAttribute::kFill , SetPaintAttribute }},
|
/external/skia/tests/ |
D | GrShapeTest.cpp | 1370 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/ |
D | GrOvalOpFactory.cpp | 379 enum class DIEllipseStyle { kStroke = 0, kHairline, kFill }; enumerator 1406 : DIEllipseStyle::kFill; in Make() 1447 params.fStyle = DIEllipseStyle::kFill; in Make()
|