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