Searched refs:rfW (Results 1 – 2 of 2) sorted by relevance
212 …void SvgPatternNode::getValuesRelative(double& rfX, double& rfY, double& rfW, double& rfH, const b… in getValuesRelative() argument223 rfW = (getWidth().isSet()) ? getWidth().getNumber() : 0.0; in getValuesRelative()228 rfW *= 0.01; in getValuesRelative()238 rfW = (getWidth().isSet()) ? getWidth().solve(rUser, xcoordinate) : 0.0; in getValuesRelative()242 rfW /= fTargetWidth; in getValuesRelative()246 if(rfW > 0.0 && rfH > 0.0) in getValuesRelative()
74 …void getValuesRelative(double& rfX, double& rfY, double& rfW, double& rfH, const basegfx::B2DRange…
Completed in 17 milliseconds