Searched refs:ColorHSpanHandler (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/arkui/ui_lite/frameworks/render/ |
H A D | render_base.cpp | 111 if (!ColorHSpanHandler(x, y, len, colors, covers)) { in CopyColorHSpan() 120 if (!ColorHSpanHandler(x, y, len, colors, covers)) { in BlendColorHSpan() 126 bool RenderBase::ColorHSpanHandler(int32_t& x, const int32_t& y, int32_t& len, const Rgba8T*& color… in ColorHSpanHandler() function in OHOS::RenderBase
|
H A D | render_base.h | 194 bool ColorHSpanHandler(int32_t& x, const int32_t& y, int32_t& len, const Rgba8T*& colors,
|