Searched refs:SetStrokeRuleForPath (Results 1 – 11 of 11) sorted by relevance
77 void SetStrokeRuleForPath(const CanvasFillRule& fillRule) override;
303 void CanvasRenderingContext2DModelImpl::SetStrokeRuleForPath(const CanvasFillRule& fillRule) in SetStrokeRuleForPath() function in OHOS::Ace::Framework::CanvasRenderingContext2DModelImpl
304 void OffscreenCanvasRenderingContext2DModelImpl::SetStrokeRuleForPath(const CanvasFillRule& fillRul… in SetStrokeRuleForPath() function in OHOS::Ace::Framework::OffscreenCanvasRenderingContext2DModelImpl
80 void SetStrokeRuleForPath(const CanvasFillRule& fillRule) override;
83 void SetStrokeRuleForPath(const CanvasFillRule& fillRule) override;
84 virtual void SetStrokeRuleForPath(const CanvasFillRule& fillRule) = 0;
316 void OffscreenCanvasRenderingContext2DModelNG::SetStrokeRuleForPath(const CanvasFillRule& fillRule) in SetStrokeRuleForPath() function in OHOS::Ace::NG::OffscreenCanvasRenderingContext2DModelNG
441 void CanvasRenderingContext2DModelNG::SetStrokeRuleForPath(const CanvasFillRule& fillRule) in SetStrokeRuleForPath() function in OHOS::Ace::NG::CanvasRenderingContext2DModelNG
239 renderingContext2DModel_->SetStrokeRuleForPath(fillRule); in Stroke()
1221 renderingContext2DModel_->SetStrokeRuleForPath(CanvasFillRule::NONZERO); in JsStroke()