Searched refs:rfH (Results 1 – 2 of 2) sorted by relevance
212 …void SvgPatternNode::getValuesRelative(double& rfX, double& rfY, double& rfW, double& rfH, const b… in getValuesRelative() argument224 rfH = (getHeight().isSet()) ? getHeight().getNumber() : 0.0; in getValuesRelative()233 rfH *= 0.01; in getValuesRelative()239 rfH = (getHeight().isSet()) ? getHeight().solve(rUser, ycoordinate) : 0.0; in getValuesRelative()243 rfH /= fTargetHeight; 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 18 milliseconds