Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ui_lite/frameworks/draw/
H A Ddraw_utils.cpp393 int16_t mapWidth = area.GetWidth(); in DrawImage() local
396 uint32_t imageWidthInByte = (static_cast<uint32_t>(mapWidth) * pxBitSize) >> SHIFT_3; in DrawImage()
397 if ((mapWidth * pxBitSize) & 0x7) { // 0x7 : less than 1 byte is counted as 1 byte in DrawImage()