Searched defs:InitializationOptions (Results 1 – 3 of 3) sorted by relevance
55 struct InitializationOptions { struct56 AlphaType alphaType = AlphaType::IMAGE_ALPHA_TYPE_UNKNOWN;57 ScaleMode scaleMode = ScaleMode::FIT_TARGET_SIZE;58 PixelFormat pixelFormat = PixelFormat::UNKNOWN;59 bool useIfMatch = false;60 bool editable = false;61 Size size;
47 struct InitializationOptions { struct70 const InitializationOptions &opts); argument
52 struct InitializationOptions { struct53 Size size;54 PixelFormat srcPixelFormat = PixelFormat::BGRA_8888;55 PixelFormat pixelFormat = PixelFormat::UNKNOWN;56 AlphaType alphaType = AlphaType::IMAGE_ALPHA_TYPE_UNKNOWN;57 ScaleMode scaleMode = ScaleMode::FIT_TARGET_SIZE;58 bool editable = false;59 bool useSourceIfMatch = false;