Searched refs:actual_height (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/xterm/dist/
H A Dgraphics.h75 int actual_height; /* 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 Dgraphics_sixel.c144 for (r = 1; r < graphic->actual_height; r++) {
183 if (pix_row >= graphic->actual_height) {
184 graphic->actual_height = pix_row + 1;
299 + (((graphic->actual_height * graphic->pixh)
314 graphic->actual_height * graphic->pixh,
316 + ((double) (graphic->actual_height * graphic->pixh)
675 if (s_context.declared_height > s_graphic->actual_height) {
676 s_graphic->actual_height = s_context.declared_height;
841 (((s_context.row + Min(6, s_graphic->actual_height - s_context.row))
H A Dgraphics.c254 (y) < (graphic)->actual_height)
284 y >= 0 && y < graphic->actual_height) {
307 y2 < 0 || y1 >= graphic->actual_height)
316 if (y2 >= graphic->actual_height)
317 y2 = graphic->actual_height - 1;
359 if (dst_y < 0 || dst_y >= (int) graphic->actual_height)
370 src_y < 0 || src_y >= (int) graphic->actual_height)
714 graphic->actual_height = 0;
822 int actual_height,
833 actual_width, actual_height,
818 get_new_or_matching_graphic(XtermWidget xw,int charrow,int charcol,int actual_width,int actual_height,unsigned type) argument
[all...]
H A Dgraphics_regis.c6042 context->destination_graphic->actual_height = height;
/xsrc/external/mit/xorg-server/dist/Xext/
H A Dxvdisp.c195 swaps(&rep->actual_height);
740 unsigned int actual_width, actual_height; local in function:ProcXvQueryBestSize
752 &actual_width, &actual_height);
759 .actual_height = actual_height
/xsrc/external/mit/xorgproto/dist/include/X11/extensions/
H A DXvproto.h505 CARD16 actual_height; member in struct:__anon348c008f1d08
/xsrc/external/mit/xorg-server.old/dist/Xext/
H A Dxvdisp.c237 swaps(&rep->actual_height, n);
866 unsigned int actual_width, actual_height; local in function:ProcXvQueryBestSize
887 &actual_width, &actual_height);
890 rep.actual_height = actual_height;
/xsrc/external/mit/libXv/dist/src/
H A DXv.c810 *p_actual_height = rep.actual_height;
/xsrc/external/mit/xorg-server/dist/hw/kdrive/ephyr/
H A Dephyrvideo.c871 *a_prefered_h = reply->actual_height;

Completed in 86 milliseconds