Home | History | Annotate | Download | only in common

Lines Matching refs:xscaleFract

994     int xscaleInt, xscaleFract, yscaleInt, yscaleFract;
1045 xscaleFract = (1 << 12);
1048 xscaleFract = ((srcWidth - 1) << 12) / dstWidth;
1053 xscaleFractUV = xscaleFract / uvratio;
1058 xscaleFract = xscaleFractUV * uvratio;
1062 xscaleInt = xscaleFract >> 12;
1081 ((xscaleFract & 0xFFF) << 3) | ((yscaleFract & 0xFFF) << 20);
1106 fCutoffY = xscaleFract / 4096.0;