Home
last modified time | relevance | path

Searched refs:SetStrokeText (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/canvas/
H A Dcanvas_rendering_context_2d_model_impl.h35 void SetStrokeText(const PaintState& state, const FillTextInfo& fillTextInfo) override;
H A Doffscreen_canvas_rendering_context_2d_model_impl.h35 void SetStrokeText(const PaintState& state, const FillTextInfo& fillTextInfo) override;
H A Dcanvas_rendering_context_2d_model_impl.cpp43 void CanvasRenderingContext2DModelImpl::SetStrokeText(const PaintState& state, const FillTextInfo& … in SetStrokeText() function in OHOS::Ace::Framework::CanvasRenderingContext2DModelImpl
H A Doffscreen_canvas_rendering_context_2d_model_impl.cpp43 void OffscreenCanvasRenderingContext2DModelImpl::SetStrokeText( in SetStrokeText() function in OHOS::Ace::Framework::OffscreenCanvasRenderingContext2DModelImpl
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H A Doffscreen_canvas_rendering_context_2d_model_ng.h34 void SetStrokeText(const PaintState& state, const FillTextInfo& fillTextInfo) override;
H A Dcanvas_rendering_context_2d_model_ng.h37 void SetStrokeText(const PaintState& state, const FillTextInfo& fillTextInfo) override;
H A Drendering_context_2d_model.h38 virtual void SetStrokeText(const PaintState& state, const FillTextInfo& fillTextInfo) = 0;
H A Doffscreen_canvas_rendering_context_2d_model_ng.cpp41 void OffscreenCanvasRenderingContext2DModelNG::SetStrokeText(const PaintState& state, const FillTex… in SetStrokeText() function in OHOS::Ace::NG::OffscreenCanvasRenderingContext2DModelNG
H A Dcanvas_rendering_context_2d_model_ng.cpp116 void CanvasRenderingContext2DModelNG::SetStrokeText(const PaintState& state, const FillTextInfo& fi… in SetStrokeText() function in OHOS::Ace::NG::CanvasRenderingContext2DModelNG
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/cppview/
H A Dcanvas_renderer.cpp219 renderingContext2DModel_->SetStrokeText(paintState_, textInfo); in StrokeText()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/canvas/
H A Djs_canvas_renderer.cpp253 renderingContext2DModel_->SetStrokeText(paintState_, textInfo); in JsStrokeText()