HomeSort by: relevance | last modified time | path
    Searched refs:actual_height (Results 1 - 9 of 9) sorted by relevancy

  /xsrc/external/mit/xterm/dist/
graphics.h 75 int actual_height; /* size of image before scaling */ member in struct:__anon12077
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 */
graphics_sixel.c 144 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))
graphics.c 254 (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,
    [all...]
graphics_regis.c 6042 context->destination_graphic->actual_height = height;
  /xsrc/external/mit/xorg-server/dist/Xext/
xvdisp.c 195 swaps(&rep->actual_height);
740 unsigned int actual_width, actual_height; local
752 &actual_width, &actual_height);
759 .actual_height = actual_height
  /xsrc/external/mit/xorgproto/dist/include/X11/extensions/
Xvproto.h 505 CARD16 actual_height; member in struct:__anon11433
  /xsrc/external/mit/xorg-server.old/dist/Xext/
xvdisp.c 237 swaps(&rep->actual_height, n);
866 unsigned int actual_width, actual_height; local
887 &actual_width, &actual_height);
890 rep.actual_height = actual_height;
  /xsrc/external/mit/libXv/dist/src/
Xv.c 810 *p_actual_height = rep.actual_height;
  /xsrc/external/mit/xorg-server/dist/hw/kdrive/ephyr/
ephyrvideo.c 871 *a_prefered_h = reply->actual_height;

Completed in 18 milliseconds