Searched refs:yRes (Results 1 – 1 of 1) sorted by relevance
5119 float yRes = yRange.getResolution(); in process() local5120 if (yRes <= 0) { in process()5121 yRes = yRange.getRange() / DEFAULT_HEIGHT_MILLIMETERS; in process()5123 float nominalRes = (xRes + yRes) * 0.5f; in process()