Lines Matching defs:elts
394 _Xconst XGlyphElt8 *elts,
416 req->glyphset = (CARD32) elts[0].glyphset;
427 glyphset = elts[0].glyphset;
436 if (elts[i].glyphset != glyphset)
438 glyphset = elts[i].glyphset;
441 nchars = elts[i].nchars;
456 glyphset = elts[0].glyphset;
466 if (elts[i].glyphset != glyphset)
468 glyphset = elts[i].glyphset;
475 nchars = elts[i].nchars;
476 xDst = elts[i].xOff;
477 yDst = elts[i].yOff;
478 chars = elts[i].chars;
510 _Xconst XGlyphElt16 *elts,
532 req->glyphset = (CARD32) elts[0].glyphset;
543 glyphset = elts[0].glyphset;
552 if (elts[i].glyphset != glyphset)
554 glyphset = elts[i].glyphset;
557 nchars = elts[i].nchars;
569 glyphset = elts[0].glyphset;
579 if (elts[i].glyphset != glyphset)
581 glyphset = elts[i].glyphset;
588 nchars = elts[i].nchars;
589 xDst = elts[i].xOff;
590 yDst = elts[i].yOff;
591 chars = elts[i].chars;
624 _Xconst XGlyphElt32 *elts,
647 req->glyphset = (CARD32) elts[0].glyphset;
658 glyphset = elts[0].glyphset;
667 if (elts[i].glyphset != glyphset)
669 glyphset = elts[i].glyphset;
672 nchars = elts[i].nchars;
679 glyphset = elts[0].glyphset;
689 if (elts[i].glyphset != glyphset)
691 glyphset = elts[i].glyphset;
698 nchars = elts[i].nchars;
699 xDst = elts[i].xOff;
700 yDst = elts[i].yOff;
701 chars = elts[i].chars;