Searched refs:BlendPreLerpPix (Results 1 - 2 of 2) sorted by relevance
/foundation/arkui/ui_lite/frameworks/draw/ |
H A D | draw_utils.h | 331 void BlendPreLerpPix(uint8_t* color, uint8_t red, uint8_t green, uint8_t blue, 333 void BlendPreLerpPix(uint8_t* color, uint8_t red, uint8_t green, uint8_t blue, 335 void BlendPreLerpPix(uint8_t* dstColors, uint8_t* srcColors, uint8_t srcCover); 336 void BlendPreLerpPix(uint8_t* dstColors, uint8_t* srcColors, uint8_t* srcCovers); 337 void BlendPreLerpPix(uint8_t* color, uint8_t red, uint8_t green, uint8_t blue, uint8_t alpha, uint8_t* covers);
|
H A D | draw_utils.cpp | 541 void DrawUtils::BlendPreLerpPix(uint8_t* color, uint8_t red, uint8_t green, uint8_t blue, in BlendPreLerpPix() function in OHOS::DrawUtils 548 void DrawUtils::BlendPreLerpPix(uint8_t* color, uint8_t red, uint8_t green, uint8_t blue, uint8_t alpha) in BlendPreLerpPix() function in OHOS::DrawUtils 553 void DrawUtils::BlendPreLerpPix(uint8_t *dstColors, uint8_t *srcColors, uint8_t srcCover) in BlendPreLerpPix() function in OHOS::DrawUtils 559 void DrawUtils::BlendPreLerpPix(uint8_t *dstColors, uint8_t *srcColors, uint8_t *srcCovers) in BlendPreLerpPix() function in OHOS::DrawUtils 565 void DrawUtils::BlendPreLerpPix(uint8_t *color, uint8_t red, uint8_t green, uint8_t blue, in BlendPreLerpPix() function in OHOS::DrawUtils
|
Completed in 6 milliseconds