Home
last modified time | relevance | path

Searched refs:colorPixelNum (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render/
H A Drs_color_extract.h267 uint32_t colorPixelNum = hist[color]; in GetAverageColor() local
268 totalPixelNum += colorPixelNum; in GetAverageColor()
269 redSum += colorPixelNum * QuantizedRed(color); in GetAverageColor()
270 greenSum += colorPixelNum * QuantizedGreen(color); in GetAverageColor()
271 blueSum += colorPixelNum * QuantizedBlue(color); in GetAverageColor()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/effect/color_picker/include/
H A Dcolor_extract.h291 uint32_t colorPixelNum = hist[color]; in GetAverageColor() local
292 totalPixelNum += colorPixelNum; in GetAverageColor()
293 redSum += colorPixelNum * QuantizedRed(color); in GetAverageColor()
294 greenSum += colorPixelNum * QuantizedGreen(color); in GetAverageColor()
295 blueSum += colorPixelNum * QuantizedBlue(color); in GetAverageColor()