/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/canvas/ |
H A D | canvas_rendering_context_2d_model_impl.h | 35 void SetStrokeText(const PaintState& state, const FillTextInfo& fillTextInfo) override;
|
H A D | offscreen_canvas_rendering_context_2d_model_impl.h | 35 void SetStrokeText(const PaintState& state, const FillTextInfo& fillTextInfo) override;
|
H A D | canvas_rendering_context_2d_model_impl.cpp | 43 void CanvasRenderingContext2DModelImpl::SetStrokeText(const PaintState& state, const FillTextInfo& … in SetStrokeText() function in OHOS::Ace::Framework::CanvasRenderingContext2DModelImpl
|
H A D | offscreen_canvas_rendering_context_2d_model_impl.cpp | 43 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 D | offscreen_canvas_rendering_context_2d_model_ng.h | 34 void SetStrokeText(const PaintState& state, const FillTextInfo& fillTextInfo) override;
|
H A D | canvas_rendering_context_2d_model_ng.h | 37 void SetStrokeText(const PaintState& state, const FillTextInfo& fillTextInfo) override;
|
H A D | rendering_context_2d_model.h | 38 virtual void SetStrokeText(const PaintState& state, const FillTextInfo& fillTextInfo) = 0;
|
H A D | offscreen_canvas_rendering_context_2d_model_ng.cpp | 41 void OffscreenCanvasRenderingContext2DModelNG::SetStrokeText(const PaintState& state, const FillTex… in SetStrokeText() function in OHOS::Ace::NG::OffscreenCanvasRenderingContext2DModelNG
|
H A D | canvas_rendering_context_2d_model_ng.cpp | 116 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 D | canvas_renderer.cpp | 219 renderingContext2DModel_->SetStrokeText(paintState_, textInfo); in StrokeText()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/canvas/ |
H A D | js_canvas_renderer.cpp | 253 renderingContext2DModel_->SetStrokeText(paintState_, textInfo); in JsStrokeText()
|