Searched refs:bottomY (Results 1 – 1 of 1) sorted by relevance
271 int bottomY = -1; in getScale() local304 bottomY = y; in getScale()319 convertToConvexArray(mLeftBorder, 1, topY, bottomY); in getScale()320 convertToConvexArray(mRightBorder, -1, topY, bottomY); in getScale()335 mBounds.bottom = bottomY; in getScale()346 float rectArea = (bottomY + 1 - topY) * (rightX + 1 - leftX); in getScale()359 float[] xCoordinates, int direction, int topY, int bottomY) { in convertToConvexArray() argument369 for (int i = topY + 1; i <= bottomY; i++) { in convertToConvexArray()