Searched refs:GetByteSizeByColorMode (Results 1 – 10 of 10) sorted by relevance
53 …animatorImageInfo_.dataSize = bufferWidth * bufferHeight * DrawUtils::GetByteSizeByColorMode(anima… in SetAnimatorRect()121 uint8_t byteSize = DrawUtils::GetByteSizeByColorMode(frameBufferMode_); in GetScreenBitmapBuffer()
43 uint8_t sizeByColorMode = DrawUtils::GetByteSizeByColorMode(OHOS::ColorMode::ARGB8888); in SaveUxBuffToFile()
53 …info.dataSize = screenWidth * screenHeight * DrawUtils::GetByteSizeByColorMode(info.header.colorMo… in GetCurrentScreenBitmap()
107 uint8_t pixelBytes = OHOS::DrawUtils::GetByteSizeByColorMode(colorMode_); in GetFBBufferInfo()
116 uint8_t pixelBytes = OHOS::DrawUtils::GetByteSizeByColorMode(colorMode_); in GetFBBufferInfo()
247 …uint8_t sizeByColorMode = DrawUtils::GetByteSizeByColorMode(ScreenDeviceProxy::GetInstance()->GetB… in SaveByBit()
48 uint8_t bufferPxSize = GetByteSizeByColorMode(bufferMode); \139 uint8_t DrawUtils::GetByteSizeByColorMode(uint8_t colorMode) in GetByteSizeByColorMode() function in OHOS::DrawUtils426 uint8_t destByteSize = GetByteSizeByColorMode(mode); in FillAreaWithSoftWare()477 int16_t step = NEON_STEP_8 * GetByteSizeByColorMode(mode); in FillAreaWithSoftWare()589 uint8_t destByteSize = GetByteSizeByColorMode(destMode); in BlendWithSoftWare()590 uint8_t srcByteSize = GetByteSizeByColorMode(srcMode); in BlendWithSoftWare()628 int16_t dstStep = NEON_STEP_8 * GetByteSizeByColorMode(destMode); in SetDestAndSrc()629 int16_t srcStep = NEON_STEP_8 * GetByteSizeByColorMode(srcMode); in SetDestAndSrc()1671 uint8_t bufferPxSize = GetByteSizeByColorMode(bufferMode);
265 static uint8_t GetByteSizeByColorMode(uint8_t colorMode);
1469 DrawUtils::GetByteSizeByColorMode(gfxDstBuffer.mode); in BlitMapBuffer()1547 uint8_t destByteSize = DrawUtils::GetByteSizeByColorMode(srcBuff.mode); in InitGfxMapBuffer()
1312 bufInfo.stride = bufInfo.width * DrawUtils::GetByteSizeByColorMode(bufInfo.mode); in GetBitmap()