Searched refs:UpdateTextStyleForeground (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/ |
H A D | rosen_render_offscreen_canvas.h | 152 void UpdateTextStyleForeground(bool isStroke, txt::TextStyle& style, bool hasShadow); 155 void UpdateTextStyleForeground(bool isStroke, Rosen::TextStyle& style, bool hasShadow);
|
H A D | rosen_render_custom_paint.h | 148 …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 D | rosen_render_custom_paint.cpp | 2078 UpdateTextStyleForeground(offset, isStroke, txtStyle, hasShadow); in UpdateParagraph() 2091 void RosenRenderCustomPaint::UpdateTextStyleForeground( function in OHOS::Ace::RosenRenderCustomPaint 2094 void RosenRenderCustomPaint::UpdateTextStyleForeground(
|
H A D | rosen_render_offscreen_canvas.cpp | 2290 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()
|