Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/image_native/
H A Dimage_type.h160 struct DecodeOptions { struct
161 int32_t fitDensity = 0;
162 Rect CropRect;
163 Size desiredSize;
164 Rect desiredRegion;
165 float rotateDegrees = 0;
166 uint32_t rotateNewDegrees = 0;
168 uint32_t sampleSize = DEFAULT_SAMPLE_SIZE;
171 ColorSpace desiredColorSpace = ColorSpace::SRGB;
172 bool allowPartialImage = true;
[all …]
/ohos5.0/foundation/multimedia/image_framework/interfaces/innerkits/include/
H A Dimage_type.h307 struct DecodeOptions { struct
327 SVGDecodeOptions SVGOpts; argument
328 std::shared_ptr<OHOS::ColorManager::ColorSpace> desiredColorSpaceInfo = nullptr;
329 bool preferDma = false;
330 bool fastAstc = false;
331 uint16_t invokeType = 0;
332 DecodeDynamicRange desiredDynamicRange = DecodeDynamicRange::SDR;
333 ResolutionQuality resolutionQuality = ResolutionQuality::UNKNOWN;
334 bool isAisr = false;
/ohos5.0/foundation/arkui/ace_engine/interfaces/inner_api/drawable_descriptor/
H A Dimage_source_preview.h65 struct DecodeOptions { struct
84 std::unique_ptr<PixelMap> CreatePixelMap(const DecodeOptions& opts, uint32_t& errorCode) in CreatePixelMap() argument