Home
last modified time | relevance | path

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

/foundation/arkui/ui_lite/frameworks/draw/
H A Ddraw_utils.cpp396 uint32_t imageWidthInByte = (static_cast<uint32_t>(mapWidth) * pxBitSize) >> SHIFT_3; in DrawImage() local
398 imageWidthInByte++; in DrawImage()
406 src.stride = imageWidthInByte; in DrawImage()

Completed in 5 milliseconds