Home
last modified time | relevance | path

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

/foundation/multimedia/image_framework/interfaces/innerkits/include/
Dimage_type.h177 struct DecodeOptions { struct
196 SVGDecodeOptions SVGOpts; argument
197 std::shared_ptr<OHOS::ColorManager::ColorSpace> desiredColorSpaceInfo = nullptr;
198 bool preferDma = false;
/foundation/graphic/graphic_2d/rosen/modules/platform/image_native/
Dimage_type.h158 struct DecodeOptions { struct
159 int32_t fitDensity = 0;
160 Rect CropRect;
161 Size desiredSize;
162 Rect desiredRegion;
163 float rotateDegrees = 0;
164 uint32_t rotateNewDegrees = 0;
165 static constexpr uint32_t DEFAULT_SAMPLE_SIZE = 1;
166 uint32_t sampleSize = DEFAULT_SAMPLE_SIZE;
167 PixelFormat desiredPixelFormat = PixelFormat::UNKNOWN;
[all …]
/foundation/arkui/ace_engine/interfaces/inner_api/drawable_descriptor/
Dimage_source_preview.h65 struct DecodeOptions { struct
84 std::unique_ptr<PixelMap> CreatePixelMap(const DecodeOptions& opts, uint32_t& errorCode) in CreatePixelMap() argument