Home
last modified time | relevance | path

Searched defs:fillRule (Results 1 - 10 of 10) sorted by relevance

/third_party/skia/src/gpu/tessellate/shaders/
H A DGrPathTessellationShader.h63 static const GrUserStencilSettings* StencilPathSettings(GrFillRule fillRule) { in StencilPathSettings() argument
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dcanvas_rendering_context_2d_modifier.cpp52 CanvasFillRule fillRule = CanvasFillRule::NONZERO; in SetCanvasFill() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H A Dcanvas_rendering_context_2d_model_ng.cpp410 void CanvasRenderingContext2DModelNG::SetFillRuleForPath(const CanvasFillRule& fillRule) in SetFillRuleForPath() argument
436 void CanvasRenderingContext2DModelNG::SetStrokeRuleForPath(const CanvasFillRule& fillRule) in SetStrokeRuleForPath() argument
444 void CanvasRenderingContext2DModelNG::SetClipRuleForPath(const CanvasFillRule& fillRule) in SetClipRuleForPath() argument
418 SetFillRuleForPath2D( const CanvasFillRule& fillRule, const RefPtr<CanvasPath2D>& path) SetFillRuleForPath2D() argument
427 SetStrokeRuleForPath2D( const CanvasFillRule& fillRule, const RefPtr<CanvasPath2D>& path) SetStrokeRuleForPath2D() argument
452 SetClipRuleForPath2D( const CanvasFillRule& fillRule, const RefPtr<CanvasPath2D>& path) SetClipRuleForPath2D() argument
[all...]
H A Doffscreen_canvas_rendering_context_2d_model_ng.cpp288 void OffscreenCanvasRenderingContext2DModelNG::SetFillRuleForPath(const CanvasFillRule& fillRule) in SetFillRuleForPath() argument
312 void OffscreenCanvasRenderingContext2DModelNG::SetStrokeRuleForPath(const CanvasFillRule& fillRule) in SetStrokeRuleForPath() argument
319 void OffscreenCanvasRenderingContext2DModelNG::SetClipRuleForPath(const CanvasFillRule& fillRule) in SetClipRuleForPath() argument
295 SetFillRuleForPath2D( const CanvasFillRule& fillRule, const RefPtr<CanvasPath2D>& path) SetFillRuleForPath2D() argument
303 SetStrokeRuleForPath2D( const CanvasFillRule& fillRule, const RefPtr<CanvasPath2D>& path) SetStrokeRuleForPath2D() argument
327 SetClipRuleForPath2D( const CanvasFillRule& fillRule, const RefPtr<CanvasPath2D>& path) SetClipRuleForPath2D() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dsvg_paint_state.h92 void SetFillRule(const std::string& fillRule, bool isSelf = true) in SetFillRule() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/canvas/
H A Dcanvas_rendering_context_2d_model_impl.cpp273 void CanvasRenderingContext2DModelImpl::SetFillRuleForPath(const CanvasFillRule& fillRule) in SetFillRuleForPath() argument
296 void CanvasRenderingContext2DModelImpl::SetStrokeRuleForPath(const CanvasFillRule& fillRule) in SetStrokeRuleForPath() argument
303 void CanvasRenderingContext2DModelImpl::SetClipRuleForPath(const CanvasFillRule& fillRule) in SetClipRuleForPath() argument
280 SetFillRuleForPath2D( const CanvasFillRule& fillRule, const RefPtr<CanvasPath2D>& path) SetFillRuleForPath2D() argument
288 SetStrokeRuleForPath2D( const CanvasFillRule& fillRule, const RefPtr<CanvasPath2D>& path) SetStrokeRuleForPath2D() argument
310 SetClipRuleForPath2D( const CanvasFillRule& fillRule, const RefPtr<CanvasPath2D>& path) SetClipRuleForPath2D() argument
[all...]
H A Doffscreen_canvas_rendering_context_2d_model_impl.cpp275 void OffscreenCanvasRenderingContext2DModelImpl::SetFillRuleForPath(const CanvasFillRule& fillRule) in SetFillRuleForPath() argument
298 void OffscreenCanvasRenderingContext2DModelImpl::SetStrokeRuleForPath(const CanvasFillRule& fillRule) in SetStrokeRuleForPath() argument
305 void OffscreenCanvasRenderingContext2DModelImpl::SetClipRuleForPath(const CanvasFillRule& fillRule) in SetClipRuleForPath() argument
282 SetFillRuleForPath2D( const CanvasFillRule& fillRule, const RefPtr<CanvasPath2D>& path) SetFillRuleForPath2D() argument
290 SetStrokeRuleForPath2D( const CanvasFillRule& fillRule, const RefPtr<CanvasPath2D>& path) SetStrokeRuleForPath2D() argument
312 SetClipRuleForPath2D( const CanvasFillRule& fillRule, const RefPtr<CanvasPath2D>& path) SetClipRuleForPath2D() argument
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/cppview/
H A Dcanvas_renderer.cpp232 auto fillRule = CanvasFillRule::NONZERO; in Stroke() local
239 auto fillRule = CanvasFillRule::NONZERO; in Stroke() local
296 auto fillRule = CanvasFillRule::NONZERO; in Fill() local
303 auto fillRule = CanvasFillRule::NONZERO; in Clip() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/canvas/
H A Djs_canvas_renderer.cpp1198 auto fillRule = CanvasFillRule::NONZERO; in JsFill() local
1234 auto fillRule = CanvasFillRule::NONZERO; JsClip() local
[all...]
/third_party/skia/src/xps/
H A DSkXPSDevice.cpp1705 clipToPath(IXpsOMVisual* xpsVisual, const SkPath& clipPath, XPS_FILL_RULE fillRule) clipToPath() argument

Completed in 14 milliseconds