Searched refs:bottomBorderValue (Results 1 – 2 of 2) sorted by relevance
3386 int bottomBorderValue = bottomBorderAttribute.getIntValue(mExifByteOrder); in updateImageSizeValues() local3389 if (bottomBorderValue > topBorderValue && rightBorderValue > leftBorderValue) { in updateImageSizeValues()3390 int length = bottomBorderValue - topBorderValue; in updateImageSizeValues()
5806 int bottomBorderValue = bottomBorderAttribute.getIntValue(mExifByteOrder);5809 if (bottomBorderValue > topBorderValue && rightBorderValue > leftBorderValue) {5810 int length = bottomBorderValue - topBorderValue;