Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ui_lite/frameworks/dock/
H A Dscreen_device_proxy.cpp53 …animatorImageInfo_.dataSize = bufferWidth * bufferHeight * DrawUtils::GetByteSizeByColorMode(anima… in SetAnimatorRect()
121 uint8_t byteSize = DrawUtils::GetByteSizeByColorMode(frameBufferMode_); in GetScreenBitmapBuffer()
/ohos5.0/base/update/updater/services/ui/
H A Dupdater_ui_tools.cpp43 uint8_t sizeByColorMode = DrawUtils::GetByteSizeByColorMode(OHOS::ColorMode::ARGB8888); in SaveUxBuffToFile()
/ohos5.0/foundation/arkui/ui_lite/frameworks/common/
H A Dscreen.cpp53 …info.dataSize = screenWidth * screenHeight * DrawUtils::GetByteSizeByColorMode(info.header.colorMo… in GetCurrentScreenBitmap()
/ohos5.0/base/powermgr/battery_manager/charger/src/
H A Dcharger_graphic_engine.cpp107 uint8_t pixelBytes = OHOS::DrawUtils::GetByteSizeByColorMode(colorMode_); in GetFBBufferInfo()
/ohos5.0/base/update/updater/services/ui/driver/
H A Dgraphic_engine.cpp116 uint8_t pixelBytes = OHOS::DrawUtils::GetByteSizeByColorMode(colorMode_); in GetFBBufferInfo()
/ohos5.0/foundation/arkui/ui_lite/test/autotest/src/
H A Dcompare_tools.cpp247 …uint8_t sizeByColorMode = DrawUtils::GetByteSizeByColorMode(ScreenDeviceProxy::GetInstance()->GetB… in SaveByBit()
/ohos5.0/foundation/arkui/ui_lite/frameworks/draw/
H A Ddraw_utils.cpp48 uint8_t bufferPxSize = GetByteSizeByColorMode(bufferMode); \
139 uint8_t DrawUtils::GetByteSizeByColorMode(uint8_t colorMode) in GetByteSizeByColorMode() function in OHOS::DrawUtils
426 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);
H A Ddraw_utils.h265 static uint8_t GetByteSizeByColorMode(uint8_t colorMode);
/ohos5.0/foundation/arkui/ui_lite/frameworks/components/
H A Dui_canvas.cpp1469 DrawUtils::GetByteSizeByColorMode(gfxDstBuffer.mode); in BlitMapBuffer()
1547 uint8_t destByteSize = DrawUtils::GetByteSizeByColorMode(srcBuff.mode); in InitGfxMapBuffer()
H A Dui_view.cpp1312 bufInfo.stride = bufInfo.width * DrawUtils::GetByteSizeByColorMode(bufInfo.mode); in GetBitmap()