Searched refs:strokeAndFill (Results 1 – 6 of 6) sorted by relevance
87 void SkStrokeRec::setStrokeStyle(SkScalar width, bool strokeAndFill) { in setStrokeStyle() argument88 if (strokeAndFill && (0 == width)) { in setStrokeStyle()93 fStrokeAndFill = strokeAndFill; in setStrokeStyle()
222 bool strokeAndFill = random->nextBool(); in randomize_stroke_rec() local224 rec->setStrokeStyle(strokeWidth, strokeAndFill); in randomize_stroke_rec()
58 void setStrokeStyle(SkScalar width, bool strokeAndFill = false);
291 Json::Value strokeAndFill(SKJSONCANVAS_STYLE_STROKEANDFILL); in apply_paint_style() local292 (*target)[SKJSONCANVAS_ATTRIBUTE_STYLE] = strokeAndFill; in apply_paint_style()
857 Json::Value strokeAndFill(SKDEBUGCANVAS_STYLE_STROKEANDFILL); in apply_paint_style() local858 (*target)[SKDEBUGCANVAS_ATTRIBUTE_STYLE] = strokeAndFill; in apply_paint_style()
613 …<!-- @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.