Home
last modified time | relevance | path

Searched refs:UpdateTextStyleForeground (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/
H A Drosen_render_offscreen_canvas.h152 void UpdateTextStyleForeground(bool isStroke, txt::TextStyle& style, bool hasShadow);
155 void UpdateTextStyleForeground(bool isStroke, Rosen::TextStyle& style, bool hasShadow);
H A Drosen_render_custom_paint.h148 …void UpdateTextStyleForeground(const Offset& offset, bool isStroke, txt::TextStyle& style, bool ha…
150 …void UpdateTextStyleForeground(const Offset& offset, bool isStroke, Rosen::TextStyle& style, bool …
H A Drosen_render_custom_paint.cpp2078 UpdateTextStyleForeground(offset, isStroke, txtStyle, hasShadow); in UpdateParagraph()
2091 void RosenRenderCustomPaint::UpdateTextStyleForeground( function in OHOS::Ace::RosenRenderCustomPaint
2094 void RosenRenderCustomPaint::UpdateTextStyleForeground(
H A Drosen_render_offscreen_canvas.cpp2290 UpdateTextStyleForeground(isStroke, txtStyle, hasShadow); in UpdateOffParagraph()
2303 void RosenRenderOffscreenCanvas::UpdateTextStyleForeground(bool isStroke, txt::TextStyle& txtStyle,… in UpdateTextStyleForeground() function in OHOS::Ace::RosenRenderOffscreenCanvas
2305 void RosenRenderOffscreenCanvas::UpdateTextStyleForeground(bool isStroke, Rosen::TextStyle& txtStyl… in UpdateTextStyleForeground()