Lines Matching refs:Composer
30 using namespace OHOS::HDI::Display::Composer::V1_0;
52 static int32_t GetPixelFormatBpp(Composer::V1_0::PixelFormat format)
56 case Composer::V1_0::PIXEL_FMT_RGBA_8888:
58 case Composer::V1_0::PIXEL_FMT_BGRA_8888:
82 static uint32_t ConverToRGBA(Composer::V1_0::PixelFormat fmt, uint32_t color)
85 case Composer::V1_0::PIXEL_FMT_BGRA_8888:
87 case Composer::V1_0::PIXEL_FMT_RGBA_8888:
98 int32_t bpp = GetPixelFormatBpp((Composer::V1_0::PixelFormat)handle.format);
131 int32_t bpp = GetPixelFormatBpp(static_cast<Composer::V1_0::PixelFormat>(handle.format));
148 uint32_t checkColor = ConverToRGBA(static_cast<Composer::V1_0::PixelFormat>(handle.format), GetUint32(*pixel));