Searched refs:actual_width (Results 1 - 9 of 9) sorted by relevance
| /xsrc/external/mit/xterm/dist/ |
| H A D | graphics.h | 74 int actual_width; /* size of image before scaling */ member in struct:__anon728dc0ff0208 90 extern Graphic *get_new_or_matching_graphic(XtermWidget /* xw */, int /* charrow */, int /* charcol */, int /* actual_width */, int /* actual_height */, unsigned /* type */); 116 #define get_new_or_matching_graphic(xw, charrow, charcol, actual_width, actual_height, type) /* nothing */
|
| H A D | graphics_sixel.c | 139 for (c = 0; c < graphic->actual_width; c++) { 143 length = (size_t) graphic->actual_width * sizeof(*target); 180 if (context->col >= graphic->actual_width) { 181 graphic->actual_width = context->col + 1; 305 + (((graphic->actual_width * graphic->pixw) 313 graphic->actual_width * graphic->pixw, 672 if (s_context.declared_width > s_graphic->actual_width) { 673 s_graphic->actual_width = s_context.declared_width;
|
| H A D | graphics.c | 252 (x) < (graphic)->actual_width && 283 if (x >= 0 && x < graphic->actual_width && 306 if (x2 < 0 || x1 >= graphic->actual_width || 312 if (x2 >= graphic->actual_width) 313 x2 = graphic->actual_width - 1; 366 if (dst_x < 0 || dst_x >= (int) graphic->actual_width) 369 if (src_x < 0 || src_x >= (int) graphic->actual_width || 713 graphic->actual_width = 0; 821 int actual_width, 833 actual_width, actual_heigh 818 get_new_or_matching_graphic(XtermWidget xw,int charrow,int charcol,int actual_width,int actual_height,unsigned type) argument [all...] |
| H A D | graphics_regis.c | 6041 context->destination_graphic->actual_width = width;
|
| /xsrc/external/mit/xorg-server/dist/Xext/ |
| H A D | xvdisp.c | 194 swaps(&rep->actual_width); 740 unsigned int actual_width, actual_height; local in function:ProcXvQueryBestSize 752 &actual_width, &actual_height); 758 .actual_width = actual_width,
|
| /xsrc/external/mit/xorgproto/dist/include/X11/extensions/ |
| H A D | Xvproto.h | 504 CARD16 actual_width; member in struct:__anon348c008f1d08
|
| /xsrc/external/mit/xorg-server.old/dist/Xext/ |
| H A D | xvdisp.c | 236 swaps(&rep->actual_width, n); 866 unsigned int actual_width, actual_height; local in function:ProcXvQueryBestSize 887 &actual_width, &actual_height); 889 rep.actual_width = actual_width;
|
| /xsrc/external/mit/libXv/dist/src/ |
| H A D | Xv.c | 809 *p_actual_width = rep.actual_width;
|
| /xsrc/external/mit/xorg-server/dist/hw/kdrive/ephyr/ |
| H A D | ephyrvideo.c | 870 *a_prefered_w = reply->actual_width;
|
Completed in 23 milliseconds