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

/xsrc/external/mit/libXrandr/dist/src/
H A DXrrCrtc.c43 XRRCrtcInfo *xci; local in function:XRRGetCrtcInfo
78 xci = Xmalloc(rbytes);
85 xci = NULL;
88 if (xci == NULL) {
95 xci->timestamp = rep.timestamp;
96 xci->x = rep.x;
97 xci->y = rep.y;
98 xci->width = rep.width;
99 xci->height = rep.height;
100 xci
[all...]
/xsrc/external/mit/xfs/dist/difs/
H A Dcharinfo.c93 CharInfoPtr *xchars, *xci; local in function:getCharInfos
145 xci = xchars;
168 &glyphCount, xci);
176 (*xci == defaultPtr && defaultCh != ((r<<8)+c)))
177 *xci = &junkDefault;
179 xci++;
202 CharInfoPtr xci; local in function:GetExtents
226 xci = *xchars_cur++;
227 cilocal.ascent = xci->metrics.ascent;
228 cilocal.descent = xci
[all...]

Completed in 4 milliseconds