Home
last modified time | relevance | path

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

/foundation/arkui/ui_lite/frameworks/render/
H A Drender_scanline.cpp76 renBase.BlendColorHSpan(x, y, len, alloc.GetSpanPtr(), in RenderScanlinesAntiAlias()
169 renBase.BlendColorHSpan(x2, y2, (uint32_t)span2->spanLength, in BlendSourceAtop()
173 renBase.BlendColorHSpan(x2, y2, (uint32_t)span2->spanLength, in BlendSourceAtop()
178 renBase.BlendColorHSpan(x1, y2, (uint32_t)span1->spanLength, in BlendSourceAtop()
187 renBase.BlendColorHSpan(x1, y2, (uint32_t)span3->spanLength, in BlendSourceAtop()
196 renBase.BlendColorHSpan(x2, y2, (uint32_t)span3->spanLength, in BlendSourceAtop()
206 renBase.BlendColorHSpan(x2, y2, (uint32_t)span2->spanLength, in BlendSourceAtop()
289 renBase.BlendColorHSpan(x1, y2, (uint32_t)span3->spanLength, in BlendSourceOut()
298 renBase.BlendColorHSpan(x1, y2, (uint32_t)span4->spanLength, in BlendSourceOut()
307 renBase.BlendColorHSpan(x in BlendSourceOut()
[all...]
H A Drender_base.cpp117 void RenderBase::BlendColorHSpan(int32_t x, int32_t y, int32_t len, const Rgba8T* colors, const uint8_t* covers, in BlendColorHSpan() function in OHOS::RenderBase
123 pixfmtType_->BlendColorHSpan(x, y, len, colors, covers, cover); in BlendColorHSpan()
H A Drender_base.h174 * @brief BlendColorHSpan Mix colors within a certain height.
182 void BlendColorHSpan(int32_t x, int32_t y, int32_t len, const Rgba8T* colors, const uint8_t* covers,
H A Drender_pixfmt_rgba_blend.cpp176 void RenderPixfmtRgbaBlend::BlendColorHSpan(int32_t x, int32_t y, in BlendColorHSpan() function in OHOS::RenderPixfmtRgbaBlend
190 GRAPHIC_LOGE("BlendColorHSpan fail"); in BlendColorHSpan()
213 GRAPHIC_LOGE("BlendColorHSpan fail"); in BlendColorHSpan()
H A Drender_pixfmt_rgba_blend.h452 void BlendColorHSpan(int32_t x, int32_t y,

Completed in 4 milliseconds