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

/xsrc/external/mit/libXaw/dist/src/
H A DAsciiSink.c743 int n_rects, i_rects; local in function:AsciiDoPaint
805 i_rects = n_rects = 0;
809 if (i_rects)
811 rects, i_rects);
812 i_rects = 0;
820 if (i_rects <= n_rects)
824 rects[i_rects].x = (short)paint->x;
825 rects[i_rects].y = (short)(paint->y - font->ascent);
826 rects[i_rects].width = (unsigned short)paint->width;
827 rects[i_rects
[all...]

Completed in 3 milliseconds