Lines Matching refs:getWidth
163 fStartArrowH = aArrowRange.getHeight() * fStartArrowW / aArrowRange.getWidth(); in create2DDecomposition()
175 fEndArrowH = aArrowRange.getHeight() * fEndArrowW / aArrowRange.getWidth(); in create2DDecomposition()
186 const double fHalfLineWidth(rLineAttribute.getWidth() * 0.5); in create2DDecomposition()
208 if(aTextRange.getWidth() > fDistance) in create2DDecomposition()
219 if(aTextRange.getWidth() + fSpaceNeededByArrows > fDistance) in create2DDecomposition()
228 if(aTextRange.getWidth() + fSmallArrowNeed > fDistance) in create2DDecomposition()
267 fLenLeft = fStartArrowH + aTextRange.getWidth(); in create2DDecomposition()
271 fLenRight = fEndArrowH + aTextRange.getWidth(); in create2DDecomposition()
290 …const double fHalfLength((fDistance - (aTextRange.getWidth() + (fStartArrowH + fEndArrowH) * 0.25)… in create2DDecomposition()
325 fTextX = aMainLeft.getX() - (fStartArrowH + aTextRange.getWidth() + fSmall + fHalfLineWidth); in create2DDecomposition()
356 fTextX = aMainLeft.getX() + ((fDistance - aTextRange.getWidth()) * 0.5); in create2DDecomposition()