HomeSort by relevance Sort by last modified time
    Searched defs:width (Results 1 - 11 of 11) sorted by null

  /nv-g11n/g11n/src/cmd/mp/
tp1.h 62 float width; member in struct:tp1_data
pcf.h 102 int width; member in struct:charmetric
114 double width; member in struct:scaled_charmetric
xpr_prolog_scan.h 71 uint_t width, height; member in struct:arc_struct
xpr_client.c 740 da->width*=x_scale;
788 ap->width, ap->height, ap->angle1*64, ap->angle2*64);
872 unsigned short width, height; local
878 XpGetPageDimensions(xprdpy, xprcontext, &width, &height, rect);
880 xpr_width = width;
883 xpr_width = rect->width;
886 fprintf(stderr, "Pix width of page = %d\nPix height of page = \
887 %d\n rect->x = %d\n rect->y = %d\n rect->width = %d\n \
888 rect->height = %d\n", width, height, rect->x, rect->y, rect->width, \
    [all...]
  /nv-g11n/g11n/src/openwin/lib/locale/iso8859-1/
omTextEsc.c 94 int buf_len, left, width = 0; local
98 return width;
113 width += XTextWidth16(font, xchar2b_buf, buf_len);
115 width += XTextWidth(font, (char *) xchar2b_buf, buf_len);
118 return width;
  /nv-g11n/g11n/src/openwin/lib/locale/iso8859-1/src/lib/X11/
Xutil.h 82 * value (x, y, width, height) was found in the parsed string.
100 int width, height; /* should set so old wm's don't mess up */ member in struct:__anon276
119 #define USSize (1L << 1) /* user specified width, height */
218 #define XSubImage(ximage, x, y, width, height) \
219 ((*((ximage)->f.sub_image))((ximage), (x), (y), (width), (height)))
631 unsigned int /* width */,
Xlib.h 119 #define DisplayWidth(dpy, scr) (ScreenOfDisplay(dpy,scr)->width)
155 #define WidthOfScreen(s) ((s)->width)
206 int line_width; /* line width */
281 int width, height; /* width and height of screen */ member in struct:__anon201
282 int mwidth, mheight; /* width and height of in millimeters */
330 int width, height; /* width and height of window */ member in struct:__anon204
331 int border_width; /* border width of window */
371 int width, height; /* size of image * member in struct:_XImage
409 int width, height; member in struct:__anon206
440 unsigned short width, height; member in struct:__anon210
445 unsigned short width, height; member in struct:__anon211
674 int width, height; member in struct:__anon222
685 int width, height; member in struct:__anon223
718 int width, height; \/* size of window *\/ member in struct:__anon226
781 int width, height; member in struct:__anon232
803 int width, height; member in struct:__anon234
814 int width, height; member in struct:__anon235
996 short width; \/* advance to next char's origin *\/ member in struct:__anon248
    [all...]
  /nv-g11n/g11n/src/cmd/fsexam/src/
fsexam-ui.c 2476 gint width, height; local
2482 &width, &height); local
2485 gtk_window_resize (GTK_WINDOW (peekwin), width, height); local
2496 gint width, height; local
2513 &width, &height); local
2516 gtk_window_resize (GTK_WINDOW (peekwin), width, height); local
2524 gint width, height; local
2665 gint x, y, height, width; local
    [all...]
  /nv-g11n/inputmethod/sunpinyin/ime/iiim/cle/
ime.h 355 int width; ///< window's width, in pixel, could be IME_MOVE_FREELY member in struct:__anon316
  /nv-g11n/inputmethod/sunpinyin2/wrapper/cle/iiim/cle/
ime.h 355 int width; ///< window's width, in pixel, could be IME_MOVE_FREELY member in struct:__anon34
  /nv-g11n/g11n/src/lib/locale/common/LO_LTYPE/
UMLE.c 595 #define WIDTH(obj) (CURINFO(obj)->width)
6307 int width; member in struct:_CurTransformRec
    [all...]

Completed in 360 milliseconds