Lines Matching refs:nchars
431 int nchars;
441 nchars = elts[i].nchars;
447 elen = SIZEOF(xGlyphElt) * ((nchars + MAX_8-1) / MAX_8) + nchars;
461 int nchars;
475 nchars = elts[i].nchars;
479 while (nchars)
481 int this_chars = nchars > MAX_8 ? MAX_8 : nchars;
490 nchars -= this_chars;
546 int nchars;
557 nchars = elts[i].nchars;
563 elen = SIZEOF(xGlyphElt) * ((nchars + MAX_16-1) / MAX_16) + nchars * 2;
574 int nchars;
588 nchars = elts[i].nchars;
592 while (nchars)
594 int this_chars = nchars > MAX_16 ? MAX_16 : nchars;
604 nchars -= this_chars;
661 int nchars;
672 nchars = elts[i].nchars;
673 elen = SIZEOF(xGlyphElt) * ((nchars + MAX_32-1) / MAX_32) + nchars *4;
684 int nchars;
698 nchars = elts[i].nchars;
702 while (nchars)
704 int this_chars = nchars > MAX_32 ? MAX_32 : nchars;
713 nchars -= this_chars;