Lines Matching refs:height

711 	case '#':		/* change characters height */
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,
1947 sy = ((c + d) < 0) ? ((height * scale) - 0x8000) : 0;
1956 for( line = 0; line < height; line++)
1988 int width, int height,
2005 sy = ((c + d) < 0) ? ((height * scale) - 0x8000) : 0;
2016 for( line = 0; line < height; line++)
2054 int width, int height,
2071 sy = ((c + d) < 0) ? ((height * scale) - 0x8000) : 0;
2082 for( line = 0; line < height; line++)
2118 int width, int height,
2136 sy = ((c + d) < 0) ? ((height * scale) - 0x8000) : 0;
2147 for( line = 0; line < height; line++)
2194 uint32_t height;
2218 if (++state->row >= state->height) {
2332 int x, y, width, height;
2337 height = desc->height;
2342 y += ((vinfo.v_height - height) / 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;
2494 height = (vc_progress->height << vc_uiselect);
2498 data += vc_progress_count * width * height;
2501 y += ((vinfo.v_height - height) / 2);
2504 width, height, width, width,