Lines Matching refs:xscaleFractUV
995 int xscaleIntUV, xscaleFractUV;1053 xscaleFractUV = xscaleFract / uvratio;1058 xscaleFract = xscaleFractUV * uvratio;1065 xscaleIntUV = xscaleFractUV >> 12;1087 newval = (xscaleIntUV << 15) | ((xscaleFractUV & 0xFFF) << 3) |1107 fCutoffUV = xscaleFractUV / 4096.0;