Home
last modified time | relevance | path

Searched refs:BlendSolidHSpan (Results 1 - 5 of 5) sorted by relevance

/foundation/arkui/ui_lite/frameworks/render/
H A Drender_base.cpp86 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 Drender_base.h155 * @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 Drender_pixfmt_rgba_blend.cpp92 void RenderPixfmtRgbaBlend::BlendSolidHSpan(int32_t x, int32_t y, in BlendSolidHSpan() function in OHOS::RenderPixfmtRgbaBlend
H A Drender_pixfmt_rgba_blend.h405 virtual void BlendSolidHSpan(int32_t x, int32_t y,
H A Drender_scanline.cpp39 renBase.BlendSolidHSpan(x, y, static_cast<uint32_t>(span->spanLength), in RenderScanlinesAntiAliasSolid()

Completed in 4 milliseconds