Searched refs:BlendLerpPix (Results 1 - 3 of 3) sorted by relevance
/foundation/arkui/ui_lite/frameworks/render/ |
H A D | render_pixfmt_rgba_blend.h | 43 DrawUtils::GetInstance()->BlendLerpPix(color, red, green, blue, alpha, covers); in NeonBlendPix() 55 DrawUtils::GetInstance()->BlendLerpPix(color, red, green, blue, alpha, cover); in NeonBlendPix() 67 DrawUtils::GetInstance()->BlendLerpPix(color, red, green, blue, alpha); in NeonBlendPix() 72 DrawUtils::GetInstance()->BlendLerpPix(dstColors, srcColors, srcCover); in NeonBlendPix() 77 DrawUtils::GetInstance()->BlendLerpPix(dstColors, srcColors, srcCovers); in NeonBlendPix()
|
/foundation/arkui/ui_lite/frameworks/draw/ |
H A D | draw_utils.h | 324 void BlendLerpPix(uint8_t* color, uint8_t red, uint8_t green, uint8_t blue, 326 void BlendLerpPix(uint8_t* color, uint8_t red, uint8_t green, uint8_t blue, 328 void BlendLerpPix(uint8_t* dstColors, uint8_t* srcColors, uint8_t srcCover); 329 void BlendLerpPix(uint8_t* dstColors, uint8_t* srcColors, uint8_t* srcCovers); 330 void BlendLerpPix(uint8_t* color, uint8_t red, uint8_t green, uint8_t blue, uint8_t alpha, uint8_t* covers);
|
H A D | draw_utils.cpp | 509 void DrawUtils::BlendLerpPix(uint8_t* color, uint8_t red, uint8_t green, uint8_t blue, in BlendLerpPix() function in OHOS::DrawUtils 516 void DrawUtils::BlendLerpPix(uint8_t* color, uint8_t red, uint8_t green, uint8_t blue, uint8_t alpha) in BlendLerpPix() function in OHOS::DrawUtils 522 void DrawUtils::BlendLerpPix(uint8_t* dstColors, uint8_t* srcColors, uint8_t srcCover) in BlendLerpPix() function in OHOS::DrawUtils 528 void DrawUtils::BlendLerpPix(uint8_t* dstColors, uint8_t* srcColors, uint8_t* srcCovers) in BlendLerpPix() function in OHOS::DrawUtils 534 void DrawUtils::BlendLerpPix(uint8_t* color, uint8_t red, uint8_t green, uint8_t blue, in BlendLerpPix() function in OHOS::DrawUtils
|
Completed in 7 milliseconds