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