Home
last modified time | relevance | path

Searched refs:pxSizeInBit (Results 1 - 1 of 1) sorted by relevance

/foundation/arkui/ui_lite/frameworks/imgdecode/
H A Dfile_img_decoder.cpp148 uint8_t pxSizeInBit = DrawUtils::GetPxSizeByColorMode(dsc.imgInfo.header.colorMode); in ReadLineTrueColor() local
151 uint32_t pos = ((start.y * dsc.imgInfo.header.width + start.x) * pxSizeInBit) >> BYTE_TO_BIT_SHIFT; in ReadLineTrueColor()
157 uint32_t btr = len * (pxSizeInBit >> BYTE_TO_BIT_SHIFT); in ReadLineTrueColor()

Completed in 1 milliseconds