Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/interfaces/inner_api/drawable_descriptor/
H A 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;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/image_native/
H A Dpixel_map.h47 struct InitializationOptions { struct
70 const InitializationOptions &opts); argument
/ohos5.0/foundation/multimedia/image_framework/interfaces/innerkits/include/
H A Dpixel_map.h59 struct InitializationOptions { struct
60 Size size;
61 PixelFormat srcPixelFormat = PixelFormat::BGRA_8888;
62 PixelFormat pixelFormat = PixelFormat::UNKNOWN;
63 AlphaType alphaType = AlphaType::IMAGE_ALPHA_TYPE_UNKNOWN;
64 ScaleMode scaleMode = ScaleMode::FIT_TARGET_SIZE;
65 int32_t srcRowStride = 0;
66 bool editable = false;
67 bool useSourceIfMatch = false;
68 bool useDMA = false;