Searched refs:xRes (Results 1 – 1 of 1) sorted by relevance
5115 float xRes = xRange.getResolution(); in process() local5116 if (xRes <= 0) { in process()5117 xRes = xRange.getRange() / DEFAULT_WIDTH_MILLIMETERS; in process()5123 float nominalRes = (xRes + yRes) * 0.5f; in process()