Searched refs:xchar2b_buf (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/libX11/dist/modules/om/generic/
H A DomTextExt.c46 XChar2b xchar2b_buf[BUFSIZ], *buf; local in function:_XomGenericTextExtents
63 buf = xchar2b_buf;
72 XTextExtents16(font, xchar2b_buf, buf_len, &direction,
75 XTextExtents(font, (char *) xchar2b_buf, buf_len, &direction,
H A DomTextPer.c50 XChar2b xchar2b_buf[BUFSIZ], *xchar2b_ptr; local in function:_XomGenericTextPerCharExtents
68 xchar2b_ptr = xchar2b_buf;
96 xchar2b_ptr = xchar2b_buf;
99 xchar_ptr = (char *) xchar2b_buf;
H A DomTextEsc.c253 XChar2b xchar2b_buf[BUFSIZ], *buf; local in function:_XomGenericTextEscapement
266 buf = xchar2b_buf;
276 (XPointer) xchar2b_buf, buf_len);
H A DomText.c299 XChar2b xchar2b_buf[BUFSIZ], *buf; local in function:_XomGenericDrawString
314 buf = xchar2b_buf;
324 (XPointer)xchar2b_buf, buf_len);

Completed in 4 milliseconds