Searched refs:BlendSolidHSpan (Results 1 - 5 of 5) sorted by relevance
/foundation/arkui/ui_lite/frameworks/render/ |
H A D | render_base.cpp | 86 void RenderBase::BlendSolidHSpan(int32_t x, int32_t y, int32_t len, const Rgba8T& color, const uint8_t* covers) in BlendSolidHSpan() function in OHOS::RenderBase 105 pixfmtType_->BlendSolidHSpan(x, y, len, color, covers); in BlendSolidHSpan()
|
H A D | render_base.h | 155 * @brief BlendSolidHSpan Renders a scan line of a solid line within a certain range of the Y axis. 162 void BlendSolidHSpan(int32_t x, int32_t y, int32_t len, const Rgba8T& color, const uint8_t* covers);
|
H A D | render_pixfmt_rgba_blend.cpp | 92 void RenderPixfmtRgbaBlend::BlendSolidHSpan(int32_t x, int32_t y, in BlendSolidHSpan() function in OHOS::RenderPixfmtRgbaBlend
|
H A D | render_pixfmt_rgba_blend.h | 405 virtual void BlendSolidHSpan(int32_t x, int32_t y,
|
H A D | render_scanline.cpp | 39 renBase.BlendSolidHSpan(x, y, static_cast<uint32_t>(span->spanLength), in RenderScanlinesAntiAliasSolid()
|
Completed in 4 milliseconds