Searched defs:PixelDecodeOptions (Results 1 – 1 of 1) sorted by relevance
90 struct PixelDecodeOptions { struct91 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 …]