Home
last modified time | relevance | path

Searched refs:CopyColorHSpan (Results 1 - 4 of 4) sorted by relevance

/foundation/arkui/ui_lite/frameworks/render/
H A Drender_base.cpp108 void RenderBase::CopyColorHSpan(int32_t x, int32_t y, int32_t len, const Rgba8T* colors) in CopyColorHSpan() function in OHOS::RenderBase
114 pixfmtType_->CopyColorHSpan(x, y, len, colors); in CopyColorHSpan()
H A Drender_base.h165 * @brief CopyColorHSpan Copy colors within a certain Y-axis range
171 void CopyColorHSpan(int32_t x, int32_t y, int32_t len, const Rgba8T* colors);
H A Drender_pixfmt_rgba_blend.cpp140 void RenderPixfmtRgbaBlend::CopyColorHSpan(int32_t x, int32_t y, in CopyColorHSpan() function in OHOS::RenderPixfmtRgbaBlend
151 return GRAPHIC_LOGE("CopyColorHSpan faile"); in CopyColorHSpan()
H A Drender_pixfmt_rgba_blend.h427 virtual void CopyColorHSpan(int32_t x, int32_t y,

Completed in 3 milliseconds