Searched refs:ColorHSpanHandler (Results 1 - 2 of 2) sorted by relevance
/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*& colors, in ColorHSpanHandler() function in OHOS::RenderBase
|
H A D | render_base.h | 186 * @brief ColorHSpanHandler Handle ColorHSpan params. 194 bool ColorHSpanHandler(int32_t& x, const int32_t& y, int32_t& len, const Rgba8T*& colors,
|
Completed in 1 milliseconds