Home
last modified time | relevance | path

Searched defs:InitializationOptions (Results 1 – 3 of 3) sorted by relevance

/foundation/arkui/ace_engine/interfaces/inner_api/drawable_descriptor/
Dimage_source_preview.h55 struct InitializationOptions { struct
56 AlphaType alphaType = AlphaType::IMAGE_ALPHA_TYPE_UNKNOWN;
57 ScaleMode scaleMode = ScaleMode::FIT_TARGET_SIZE;
58 PixelFormat pixelFormat = PixelFormat::UNKNOWN;
59 bool useIfMatch = false;
60 bool editable = false;
61 Size size;
/foundation/graphic/graphic_2d/rosen/modules/platform/image_native/
Dpixel_map.h47 struct InitializationOptions { struct
70 const InitializationOptions &opts); argument
/foundation/multimedia/image_framework/interfaces/innerkits/include/
Dpixel_map.h55 struct InitializationOptions { struct
56 Size size;
57 PixelFormat srcPixelFormat = PixelFormat::BGRA_8888;
58 PixelFormat pixelFormat = PixelFormat::UNKNOWN;
59 AlphaType alphaType = AlphaType::IMAGE_ALPHA_TYPE_UNKNOWN;
60 ScaleMode scaleMode = ScaleMode::FIT_TARGET_SIZE;
61 int32_t srcRowStride = 0;
62 bool editable = false;
63 bool useSourceIfMatch = false;
64 bool useDMA = false;