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.cpp3202 static void ConvertUintPixelAlpha(uint8_t *rpixel, in ConvertUintPixelAlpha() argument
3205 if (rpixel == nullptr || wpixel == nullptr) { in ConvertUintPixelAlpha()
3210 float alphaValue = static_cast<float>(rpixel[alphaIndex]) / UINT8_MAX; in ConvertUintPixelAlpha()
3212 float pixelValue = static_cast<float>(rpixel[pixelIndex]); in ConvertUintPixelAlpha()
3222 wpixel[pixelIndex] = rpixel[pixelIndex]; in ConvertUintPixelAlpha()