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
55 struct InitializationOptions { struct56 Size size;57 PixelFormat srcPixelFormat = PixelFormat::BGRA_8888;58 PixelFormat pixelFormat = PixelFormat::UNKNOWN;59 AlphaType alphaType = AlphaType::IMAGE_ALPHA_TYPE_UNKNOWN;60 ScaleMode scaleMode = ScaleMode::FIT_TARGET_SIZE;61 int32_t srcRowStride = 0;62 bool editable = false;63 bool useSourceIfMatch = false;64 bool useDMA = false;