Searched defs:DecodeOptions (Results 1 – 3 of 3) sorted by relevance
173 struct DecodeOptions { struct192 SVGDecodeOptions SVGOpts; argument
157 struct DecodeOptions { struct158 int32_t fitDensity = 0;159 Rect CropRect;160 Size desiredSize;161 Rect desiredRegion;162 float rotateDegrees = 0;163 uint32_t rotateNewDegrees = 0;164 static constexpr uint32_t DEFAULT_SAMPLE_SIZE = 1;165 uint32_t sampleSize = DEFAULT_SAMPLE_SIZE;166 PixelFormat desiredPixelFormat = PixelFormat::UNKNOWN;[all …]
65 struct DecodeOptions { struct78 std::unique_ptr<PixelMap> CreatePixelMap(const DecodeOptions& opts, uint32_t& errorCode) in CreatePixelMap() argument