Lines Matching refs:scale

1918     int scale = 0x10000;
1920 a = vc_rotate_matr[kDataRotate & flags][0][0] * scale;
1921 b = vc_rotate_matr[kDataRotate & flags][0][1] * scale;
1922 c = vc_rotate_matr[kDataRotate & flags][1][0] * scale;
1923 d = vc_rotate_matr[kDataRotate & flags][1][1] * scale;
1924 sx = ((a + b) < 0) ? ((width * scale) - 0x8000) : 0;
1925 sy = ((c + d) < 0) ? ((height * scale) - 0x8000) : 0;
1976 int scale = 0x10000;
1978 a = vc_rotate_matr[kDataRotate & flags][0][0] * scale;
1979 b = vc_rotate_matr[kDataRotate & flags][0][1] * scale;
1980 c = vc_rotate_matr[kDataRotate & flags][1][0] * scale;
1981 d = vc_rotate_matr[kDataRotate & flags][1][1] * scale;
1982 sx = ((a + b) < 0) ? ((width * scale) - 0x8000) : 0;
1983 sy = ((c + d) < 0) ? ((height * scale) - 0x8000) : 0;
2042 int scale = 0x10000;
2044 a = vc_rotate_matr[kDataRotate & flags][0][0] * scale;
2045 b = vc_rotate_matr[kDataRotate & flags][0][1] * scale;
2046 c = vc_rotate_matr[kDataRotate & flags][1][0] * scale;
2047 d = vc_rotate_matr[kDataRotate & flags][1][1] * scale;
2048 sx = ((a + b) < 0) ? ((width * scale) - 0x8000) : 0;
2049 sy = ((c + d) < 0) ? ((height * scale) - 0x8000) : 0;
2107 int scale = 0x10000;
2109 a = vc_rotate_matr[kDataRotate & flags][0][0] * scale;
2110 b = vc_rotate_matr[kDataRotate & flags][0][1] * scale;
2111 c = vc_rotate_matr[kDataRotate & flags][1][0] * scale;
2112 d = vc_rotate_matr[kDataRotate & flags][1][1] * scale;
2113 sx = ((a + b) < 0) ? ((width * scale) - 0x8000) : 0;
2114 sy = ((c + d) < 0) ? ((height * scale) - 0x8000) : 0;
2429 1000 * 1000 * 1000 /*second scale*/,
2577 unsigned int scale = (unsigned int)boot_vinfo->v_scale;
2578 if (scale == kPEScaleFactor1x )
2580 else if (scale == kPEScaleFactor2x)