Home
last modified time | relevance | path

Searched refs:isValidPercentage (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/image_source_test/
H A Dimage_source_svg_test.cpp242 decodeOpts.SVGOpts.SVGResize.isValidPercentage = true;
286 decodeOpts.SVGOpts.SVGResize.isValidPercentage = true;
/ohos5.0/foundation/multimedia/image_framework/interfaces/innerkits/include/
H A Dimage_type.h297 bool isValidPercentage = false; member
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libsvgplugin/src/
H A Dsvg_decoder.cpp551 if (opts_.plSVGResize.isValidPercentage) { in DoSetDecodeOptions()
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/sendable/
H A Dsendable_image_source_napi.cpp386 opts->SVGOpts.SVGResize.isValidPercentage = true; in ParseDecodeOptions2()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/
H A Dimage_source.cpp2417 if (opts.SVGOpts.SVGResize.isValidPercentage) { in CopyOptionsToPlugin()
2418 plOpts.plSVGResize.isValidPercentage = opts.SVGOpts.SVGResize.isValidPercentage; in CopyOptionsToPlugin()
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/
H A Dimage_source_napi.cpp1088 opts->SVGOpts.SVGResize.isValidPercentage = true; in ParseDecodeOptions2()