Searched refs:relAnisotropy (Results 1 – 1 of 1) sorted by relevance
514 float relAnisotropy = (inputDpiY / inputDpiX) / (outputDpiY / outputDpiX); in computeScaling() local516 || (relAnisotropy > (1 - MAX_ANISOTROPY) && relAnisotropy < (1 + MAX_ANISOTROPY))) { in computeScaling()