Lines Matching defs:scale

1940     int scale = 0x10000;
1942 a = vc_rotate_matr[kDataRotate & flags][0][0] * scale;
1943 b = vc_rotate_matr[kDataRotate & flags][0][1] * scale;
1944 c = vc_rotate_matr[kDataRotate & flags][1][0] * scale;
1945 d = vc_rotate_matr[kDataRotate & flags][1][1] * scale;
1946 sx = ((a + b) < 0) ? ((width * scale) - 0x8000) : 0;
1947 sy = ((c + d) < 0) ? ((height * scale) - 0x8000) : 0;
1998 int scale = 0x10000;
2000 a = vc_rotate_matr[kDataRotate & flags][0][0] * scale;
2001 b = vc_rotate_matr[kDataRotate & flags][0][1] * scale;
2002 c = vc_rotate_matr[kDataRotate & flags][1][0] * scale;
2003 d = vc_rotate_matr[kDataRotate & flags][1][1] * scale;
2004 sx = ((a + b) < 0) ? ((width * scale) - 0x8000) : 0;
2005 sy = ((c + d) < 0) ? ((height * scale) - 0x8000) : 0;
2064 int scale = 0x10000;
2066 a = vc_rotate_matr[kDataRotate & flags][0][0] * scale;
2067 b = vc_rotate_matr[kDataRotate & flags][0][1] * scale;
2068 c = vc_rotate_matr[kDataRotate & flags][1][0] * scale;
2069 d = vc_rotate_matr[kDataRotate & flags][1][1] * scale;
2070 sx = ((a + b) < 0) ? ((width * scale) - 0x8000) : 0;
2071 sy = ((c + d) < 0) ? ((height * scale) - 0x8000) : 0;
2129 int scale = 0x10000;
2131 a = vc_rotate_matr[kDataRotate & flags][0][0] * scale;
2132 b = vc_rotate_matr[kDataRotate & flags][0][1] * scale;
2133 c = vc_rotate_matr[kDataRotate & flags][1][0] * scale;
2134 d = vc_rotate_matr[kDataRotate & flags][1][1] * scale;
2135 sx = ((a + b) < 0) ? ((width * scale) - 0x8000) : 0;
2136 sy = ((c + d) < 0) ? ((height * scale) - 0x8000) : 0;
2451 1000 * 1000 * 1000 /*second scale*/,
2599 unsigned int scale = (unsigned int)boot_vinfo->v_scale;
2600 if (scale == kPEScaleFactor1x )
2602 else if (scale == kPEScaleFactor2x)