Searched defs:InitializationOptions (Results 1 – 4 of 4) 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;
186 struct InitializationOptions { struct187 NG::SizeT<int32_t> size;188 PixelFormat srcPixelFormat = PixelFormat::BGRA_8888;189 PixelFormat pixelFormat = PixelFormat::UNKNOWN;190 AlphaType alphaType = AlphaType::IMAGE_ALPHA_TYPE_UNKNOWN;191 ScaleMode scaleMode = ScaleMode::FIT_TARGET_SIZE;192 int32_t srcRowStride = 0;193 bool editable = false;194 bool useSourceIfMatch = false;195 bool useDMA = false;
47 struct InitializationOptions { struct70 const InitializationOptions &opts); argument
65 struct InitializationOptions { struct66 Size size;67 PixelFormat srcPixelFormat = PixelFormat::BGRA_8888;68 PixelFormat pixelFormat = PixelFormat::UNKNOWN;69 AlphaType alphaType = AlphaType::IMAGE_ALPHA_TYPE_UNKNOWN;70 ScaleMode scaleMode = ScaleMode::FIT_TARGET_SIZE;71 YUVConvertColorSpaceDetails convertColorSpace;72 int32_t srcRowStride = 0;73 AllocatorType allocatorType = AllocatorType::DEFAULT;74 bool editable = false;[all …]