Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager_lite/interfaces/innerkits/
H A Dlite_wm_type.h30 ImagePixelFormat pixelFormat;
36 ImagePixelFormat pixelFormat;
46 ImagePixelFormat pixelFormat;
H A Diwindows_manager.h34 ImagePixelFormat format, uint32_t stride) = 0;
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/
H A Dpixel_format_utils.h45 enum ImagePixelFormat { enum
98 static bool BppOfPixelFormat(ImagePixelFormat pixelFormat, int16_t& bpp);
/ohos5.0/foundation/graphic/graphic_utils_lite/frameworks/
H A Dpixel_format_utils.cpp20 ImagePixelFormat pixelFormat;
29 bool PixelFormatUtils::BppOfPixelFormat(ImagePixelFormat pixelFormat, int16_t& bpp) in BppOfPixelFormat()
/ohos5.0/foundation/graphic/graphic_utils_lite/frameworks/hals/
H A Dgfx_engines.cpp22 ImagePixelFormat srcColorFmt;
31 static bool ConvertFormat(const ImagePixelFormat& srcColorFmt, PixelFormat& dstColorFmt) in ConvertFormat()
H A Dhi_fbdev.cpp39 constexpr const ImagePixelFormat LAYER_PIXEL_FORMAT = IMAGE_PIXEL_FORMAT_ARGB1555;
43 constexpr const ImagePixelFormat LAYER_PIXEL_FORMAT = IMAGE_PIXEL_FORMAT_ARGB8888;
/ohos5.0/foundation/arkui/ui_lite/frameworks/dfx/
H A Dui_screenshot.cpp41 ImagePixelFormat format, uint32_t stride) override in OnScreenshotEnd()
103 uint32_t width, ImagePixelFormat format, uint32_t stride) const in WriteBlockToFile()
/ohos5.0/foundation/arkui/ui_lite/frameworks/window/
H A Dwindow_impl.h63 ImagePixelFormat pixelFormat;
/ohos5.0/foundation/window/window_manager_lite/frameworks/wms/
H A Dlite_wm_requestor.cpp203 ImagePixelFormat format = static_cast<ImagePixelFormat>(surface_->GetFormat()); in OnBufferAvailable()
/ohos5.0/foundation/arkui/ui_lite/frameworks/dock/
H A Dscreen_device.h35 ImagePixelFormat pixelFormat;
/ohos5.0/foundation/window/window_manager_lite/services/wms/
H A Dlite_win.cpp241 srcData.pixelFormat = (ImagePixelFormat)surface_->GetFormat(); in Flush()
H A Dlite_wm.cpp733 …if (!PixelFormatUtils::BppOfPixelFormat(static_cast<ImagePixelFormat>(screenshotSurface_->GetForma… in Screenshot()