Searched refs:fTextY (Results 1 – 1 of 1) sorted by relevance
97 double fTextY((getStart().getX() + getEnd().getX()) * 0.5); in create2DDecomposition() local371 fTextY = aMainLeft.getY() - (aTextRange.getHeight() + fSmall + fHalfLineWidth); in create2DDecomposition()375 fTextY -= rTextAttribute.getTextLowerDistance(); in create2DDecomposition()382 fTextY = aMainLeft.getY() + (fSmall + fHalfLineWidth); in create2DDecomposition()386 fTextY += rTextAttribute.getTextUpperDistance(); in create2DDecomposition()392 fTextY = aMainLeft.getY() - (aTextRange.getHeight() * 0.5); in create2DDecomposition()396 … fTextY += (rTextAttribute.getTextUpperDistance() - rTextAttribute.getTextLowerDistance()) / 2L; in create2DDecomposition()421 aChange.translate(fTextX - aTextRange.getMinX(), fTextY - aTextRange.getMinY()); in create2DDecomposition()
Completed in 8 milliseconds