Searched refs:BlendHLine (Results 1 - 5 of 5) sorted by relevance
/foundation/arkui/ui_lite/frameworks/render/ |
H A D | render_base.cpp | 66 void RenderBase::BlendHLine(int32_t x1, int32_t y, int32_t x2, const Rgba8T& color, uint8_t cover) in BlendHLine() function in OHOS::RenderBase 83 pixfmtType_->BlendHLine(x1, y, x2 - x1 + 1, color, cover); in BlendHLine()
|
H A D | render_base.h | 145 * @brief BlendHLine Render scanlines within a certain range of the X axis on the Y axis. 152 void BlendHLine(int32_t x1, int32_t y, int32_t x2, const Rgba8T& color, uint8_t cover);
|
H A D | render_pixfmt_rgba_blend.cpp | 54 void RenderPixfmtRgbaBlend::BlendHLine(int32_t x, int32_t y, in BlendHLine() function in OHOS::RenderPixfmtRgbaBlend
|
H A D | render_pixfmt_rgba_blend.h | 394 virtual void BlendHLine(int32_t x, int32_t y,
|
H A D | render_scanline.cpp | 42 renBase.BlendHLine(x, y, static_cast<uint32_t>(x - span->spanLength - 1), in RenderScanlinesAntiAliasSolid()
|
Completed in 5 milliseconds