Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ui_lite/frameworks/imgdecode/
H A Dimage_load.cpp36 uint32_t bytePerPixel = 4; in CreateImage() local
41 bytePerPixel = 4; // 4 bytes per pixel in CreateImage()
44 bytePerPixel = 3; // 3 bytes per pixel in CreateImage()
47 bytePerPixel = 2; // 2 bytes per pixel in CreateImage()
54 imageInfo.dataSize = imageHeader.width * imageHeader.height * bytePerPixel; in CreateImage()
/ohos5.0/foundation/window/window_manager_lite/interfaces/innerkits/
H A Dlite_wm_type.h42 uint8_t bytePerPixel; member
/ohos5.0/foundation/graphic/graphic_utils_lite/frameworks/hals/
H A Dhi_fbdev.cpp162 g_devSurfaceData.bytePerPixel = g_layerInfo.bpp / BITS_PER_BYTE; in HiFbdevInit()
/ohos5.0/foundation/window/window_manager_lite/services/wms/
H A Dlite_wm.cpp579 int32_t len = static_cast<int32_t>(x2 - x1 + 1) * layerData_->bytePerPixel; in DrawBackground()