Home
last modified time | relevance | path

Searched refs:resizePercentage (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.cpp243 decodeOpts.SVGOpts.SVGResize.resizePercentage = 200;
287 decodeOpts.SVGOpts.SVGResize.resizePercentage = 200;
/ohos5.0/foundation/multimedia/image_framework/interfaces/innerkits/include/
H A Dimage_type.h298 uint32_t resizePercentage = 100; member
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/sendable/
H A Dsendable_image_source_napi.cpp385 if (GET_UINT32_BY_NAME(root, "SVGResize", opts->SVGOpts.SVGResize.resizePercentage)) { in ParseDecodeOptions2()
387 IMAGE_LOGD("SVGResize percentage %{public}x", opts->SVGOpts.SVGResize.resizePercentage); in ParseDecodeOptions2()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libsvgplugin/src/
H A Dsvg_decoder.cpp552 svgDom_->setResizePercentage(opts_.plSVGResize.resizePercentage * scaleFitDesired); in DoSetDecodeOptions()
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/
H A Dimage_source_napi.cpp1087 if (GET_UINT32_BY_NAME(root, "SVGResize", opts->SVGOpts.SVGResize.resizePercentage)) { in ParseDecodeOptions2()
1089 IMAGE_LOGD("SVGResize percentage %{public}x", opts->SVGOpts.SVGResize.resizePercentage); in ParseDecodeOptions2()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/
H A Dimage_source.cpp2419 plOpts.plSVGResize.resizePercentage = opts.SVGOpts.SVGResize.resizePercentage; in CopyOptionsToPlugin()