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