Lines Matching refs:is32bit
1058 int is32bit; in rotozoomSurfaceXY() local
1080 is32bit = (src->format->BitsPerPixel == 32); in rotozoomSurfaceXY()
1081 if ((is32bit) || (src->format->BitsPerPixel == 8)) { in rotozoomSurfaceXY()
1107 is32bit = 1; in rotozoomSurfaceXY()
1152 if (is32bit) { in rotozoomSurfaceXY()
1190 if (is32bit) { in rotozoomSurfaceXY()
1244 if (is32bit) { in rotozoomSurfaceXY()
1282 if (is32bit) { in rotozoomSurfaceXY()
1397 int is32bit; in zoomSurface() local
1410 is32bit = (src->format->BitsPerPixel == 32); in zoomSurface()
1411 if ((is32bit) || (src->format->BitsPerPixel == 8)) { in zoomSurface()
1434 is32bit = 1; in zoomSurface()
1449 if (is32bit) { in zoomSurface()
1488 if (is32bit) { in zoomSurface()
1554 int is32bit; in shrinkSurface() local
1568 is32bit = (src->format->BitsPerPixel == 32); in shrinkSurface()
1569 if ((is32bit) || (src->format->BitsPerPixel == 8)) { in shrinkSurface()
1593 is32bit = 1; in shrinkSurface()
1616 if (is32bit==1) { in shrinkSurface()
1643 if (is32bit==1) { in shrinkSurface()