Lines Matching defs:width

1870                             int width, int height,
1876 int width, int height,
1882 int width, int height,
1888 int width, int height,
1894 int width, int height,
1902 int width, int height,
1914 vc_blit_rect_8( x, y, bx, width, height, sourceRow, backRow, dataPtr, (unsigned char *) backBuffer, flags );
1917 vc_blit_rect_16( x, y, bx, width, height, sourceRow, backRow, dataPtr, (unsigned short *) backBuffer, flags );
1920 vc_blit_rect_32( x, y, bx, width, height, sourceRow, backRow, dataPtr, (unsigned int *) backBuffer, flags );
1923 vc_blit_rect_30( x, y, bx, width, height, sourceRow, backRow, dataPtr, (unsigned int *) backBuffer, flags );
1930 int width, int height,
1946 sx = ((a + b) < 0) ? ((width * scale) - 0x8000) : 0;
1958 for( col = 0; col < width; col++)
1988 int width, int height,
2004 sx = ((a + b) < 0) ? ((width * scale) - 0x8000) : 0;
2018 for( col = 0; col < width; col++)
2048 backPtr += backRow - width;
2054 int width, int height,
2070 sx = ((a + b) < 0) ? ((width * scale) - 0x8000) : 0;
2084 for( col = 0; col < width; col++)
2113 backPtr += backRow - width;
2118 int width, int height,
2135 sx = ((a + b) < 0) ? ((width * scale) - 0x8000) : 0;
2149 for( col = 0; col < width; col++)
2181 backPtr += backRow - width;
2193 uint32_t width;
2216 if (++state->col >= state->width) {
2332 int x, y, width, height;
2336 width = desc->width;
2341 x += ((vinfo.v_width - width) / 2);
2344 vc_blit_rect( x, y, 0, width, height, width, 0, data, NULL, kDataIndexed );
2368 + vc_progress->count * vc_progress->width * vc_progress->height;
2396 saveLen = (vc_progress->width << vc_uiselect) * (vc_progress->height << vc_uiselect) * vinfo.v_depth / 8;
2479 int x, y, width, height;
2493 width = (vc_progress->width << vc_uiselect);
2498 data += vc_progress_count * width * height;
2500 x += ((vinfo.v_width - width) / 2);
2504 width, height, width, width,