Home
last modified time | relevance | path

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

/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
H A Dpixel_map.cpp3154 float rPixel = pixel * percent * UINT2_MAX / alpha; in CheckPixel() local
3155 if ((rPixel + HALF_ONE) >= UINT10_MAX) { in CheckPixel()
3158 pixel = static_cast<uint16_t>(rPixel + HALF_ONE); in CheckPixel()

Completed in 7 milliseconds