Home
last modified time | relevance | path

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

/foundation/multimedia/image_framework/plugins/manager/include/image/
Dabs_image_decoder.h90 struct PixelDecodeOptions { struct
91 PlRect CropRect;
92 PlSize desiredSize;
93 float rotateDegrees = 0;
94 static constexpr uint32_t DEFAULT_SAMPLE_SIZE = 1;
95 uint32_t sampleSize = DEFAULT_SAMPLE_SIZE;
96 PlPixelFormat desiredPixelFormat = PlPixelFormat::RGBA_8888;
97 PlColorSpace desiredColorSpace = PlColorSpace::UNKNOWN;
98 PlAlphaType desireAlphaType = PlAlphaType::IMAGE_ALPHA_TYPE_PREMUL;
99 bool allowPartialImage = true;
[all …]