Home
last modified time | relevance | path

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

/ohos5.0/base/update/updater/services/ui/
H A Dupdater_ui_tools.cpp43 uint8_t sizeByColorMode = DrawUtils::GetByteSizeByColorMode(OHOS::ColorMode::ARGB8888); in SaveUxBuffToFile() local
52 .biBitCount = sizeByColorMode * 8, /* 8 is uint8_t bit */ in SaveUxBuffToFile()
/ohos5.0/foundation/arkui/ui_lite/test/autotest/src/
H A Dcompare_tools.cpp247 …uint8_t sizeByColorMode = DrawUtils::GetByteSizeByColorMode(ScreenDeviceProxy::GetInstance()->GetB… in SaveByBit() local
256 bitmapInfo.biBitCount = sizeByColorMode * 8; // 8: uint8_t bit in SaveByBit()