Home
last modified time | relevance | path

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

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