Home
last modified time | relevance | path

Searched defs:InitializationOptions (Results 1 – 4 of 4) 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/arkui/ace_engine/frameworks/base/image/
Dpixel_map.h186 struct InitializationOptions { struct
187 NG::SizeT<int32_t> size;
188 PixelFormat srcPixelFormat = PixelFormat::BGRA_8888;
189 PixelFormat pixelFormat = PixelFormat::UNKNOWN;
190 AlphaType alphaType = AlphaType::IMAGE_ALPHA_TYPE_UNKNOWN;
191 ScaleMode scaleMode = ScaleMode::FIT_TARGET_SIZE;
192 int32_t srcRowStride = 0;
193 bool editable = false;
194 bool useSourceIfMatch = false;
195 bool useDMA = false;
/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.h65 struct InitializationOptions { struct
66 Size size;
67 PixelFormat srcPixelFormat = PixelFormat::BGRA_8888;
68 PixelFormat pixelFormat = PixelFormat::UNKNOWN;
69 AlphaType alphaType = AlphaType::IMAGE_ALPHA_TYPE_UNKNOWN;
70 ScaleMode scaleMode = ScaleMode::FIT_TARGET_SIZE;
71 YUVConvertColorSpaceDetails convertColorSpace;
72 int32_t srcRowStride = 0;
73 AllocatorType allocatorType = AllocatorType::DEFAULT;
74 bool editable = false;
[all …]