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

/xsrc/external/mit/x11perf/dist/
H A Ddo_text.c178 char *pbuf0, *pbuf1, *pbuf2; local in function:InitText16
180 pbuf0 = items[i*SEGS+0].chars =
197 *pbuf0++ = ch / columns + font->min_byte1;
198 *pbuf0++ = ch % columns + font->min_char_or_byte2;
212 char *pbuf0 = charBuf[i] = local in function:InitText16
216 *pbuf0++ = ch / columns + font->min_byte1;
217 *pbuf0++ = ch % columns + font->min_char_or_byte2;

Completed in 2 milliseconds