Searched refs:fTextY (Results 1 – 1 of 1) sorted by relevance
95 double fTextY((getStart().getX() + getEnd().getX()) * 0.5); in create2DDecomposition() local369 fTextY = aMainLeft.getY() - (aTextRange.getHeight() + fSmall + fHalfLineWidth); in create2DDecomposition()373 fTextY -= rTextAttribute.getTextLowerDistance(); in create2DDecomposition()380 fTextY = aMainLeft.getY() + (fSmall + fHalfLineWidth); in create2DDecomposition()384 fTextY += rTextAttribute.getTextUpperDistance(); in create2DDecomposition()390 fTextY = aMainLeft.getY() - (aTextRange.getHeight() * 0.5); in create2DDecomposition()394 … fTextY += (rTextAttribute.getTextUpperDistance() - rTextAttribute.getTextLowerDistance()) / 2L; in create2DDecomposition()419 aChange.translate(fTextX - aTextRange.getMinX(), fTextY - aTextRange.getMinY()); in create2DDecomposition()
Completed in 33 milliseconds