Home
last modified time | relevance | path

Searched refs:plSVGResize (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/plugins/manager/include/image/
H A Dabs_image_decoder.h119 OHOS::Media::SVGResize plSVGResize; member
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libsvgplugin/src/
H A Dsvg_decoder.cpp551 if (opts_.plSVGResize.isValidPercentage) { in DoSetDecodeOptions()
552 svgDom_->setResizePercentage(opts_.plSVGResize.resizePercentage * scaleFitDesired); in DoSetDecodeOptions()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/
H A Dimage_source.cpp2418 plOpts.plSVGResize.isValidPercentage = opts.SVGOpts.SVGResize.isValidPercentage; in CopyOptionsToPlugin()
2419 plOpts.plSVGResize.resizePercentage = opts.SVGOpts.SVGResize.resizePercentage; in CopyOptionsToPlugin()