Searched defs:DecodeOptions (Results 1 – 3 of 3) sorted by relevance
177 struct DecodeOptions { struct196 SVGDecodeOptions SVGOpts; argument197 std::shared_ptr<OHOS::ColorManager::ColorSpace> desiredColorSpaceInfo = nullptr;198 bool preferDma = false;
158 struct DecodeOptions { struct159 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 …]
65 struct DecodeOptions { struct84 std::unique_ptr<PixelMap> CreatePixelMap(const DecodeOptions& opts, uint32_t& errorCode) in CreatePixelMap() argument