Searched refs:topBorderValue (Results 1 – 2 of 2) sorted by relevance
3459 int topBorderValue = topBorderAttribute.getIntValue(mExifByteOrder); in updateImageSizeValues() local3463 if (bottomBorderValue > topBorderValue && rightBorderValue > leftBorderValue) { in updateImageSizeValues()3464 int length = bottomBorderValue - topBorderValue; in updateImageSizeValues()
5817 int topBorderValue = topBorderAttribute.getIntValue(mExifByteOrder);5821 if (bottomBorderValue > topBorderValue && rightBorderValue > leftBorderValue) {5822 int length = bottomBorderValue - topBorderValue;