Home
last modified time | relevance | path

Searched refs:strokeAndFill (Results 1 – 6 of 6) sorted by relevance

/external/skia/src/core/
DSkStrokeRec.cpp87 void SkStrokeRec::setStrokeStyle(SkScalar width, bool strokeAndFill) { in setStrokeStyle() argument
88 if (strokeAndFill && (0 == width)) { in setStrokeStyle()
93 fStrokeAndFill = strokeAndFill; in setStrokeStyle()
/external/skia/src/gpu/
DGrTestUtils.cpp222 bool strokeAndFill = random->nextBool(); in randomize_stroke_rec() local
224 rec->setStrokeStyle(strokeWidth, strokeAndFill); in randomize_stroke_rec()
/external/skia/include/core/
DSkStrokeRec.h58 void setStrokeStyle(SkScalar width, bool strokeAndFill = false);
/external/skia/tools/json/
DSkJSONCanvas.cpp291 Json::Value strokeAndFill(SKJSONCANVAS_STYLE_STROKEANDFILL); in apply_paint_style() local
292 (*target)[SKJSONCANVAS_ATTRIBUTE_STYLE] = strokeAndFill; in apply_paint_style()
/external/skia/tools/debugger/
DSkDrawCommand.cpp857 Json::Value strokeAndFill(SKDEBUGCANVAS_STYLE_STROKEANDFILL); in apply_paint_style() local
858 (*target)[SKDEBUGCANVAS_ATTRIBUTE_STYLE] = strokeAndFill; in apply_paint_style()
/external/skia/src/animator/
DSkAnimateSchema.xsd613 …<!-- @pattern strokeAndFill The interior is filled and outline is stroked with the paint's color. …
614 <xs:pattern value="strokeAndFill"/>
1731 strokeAndFill attributes are ignored.