Searched refs:resizePercentage (Results 1 – 6 of 6) sorted by relevance
243 decodeOpts.SVGOpts.SVGResize.resizePercentage = 200;287 decodeOpts.SVGOpts.SVGResize.resizePercentage = 200;
298 uint32_t resizePercentage = 100; member
385 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()
552 svgDom_->setResizePercentage(opts_.plSVGResize.resizePercentage * scaleFitDesired); in DoSetDecodeOptions()
1087 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()
2419 plOpts.plSVGResize.resizePercentage = opts.SVGOpts.SVGResize.resizePercentage; in CopyOptionsToPlugin()