Searched refs:this_chars (Results 1 - 1 of 1) sorted by relevance
| /xsrc/external/mit/libXrender/dist/src/ | ||
| H A D | Glyph.c | 481 int this_chars = nchars > MAX_8 ? MAX_8 : nchars; local in function:XRenderCompositeText8 484 elt->len = (CARD8) this_chars; 489 Data (dpy, chars, this_chars); 490 nchars -= this_chars; 491 chars += this_chars; 594 int this_chars = nchars > MAX_16 ? MAX_16 : nchars; local in function:XRenderCompositeText16 595 int this_bytes = this_chars * 2; 598 elt->len = (CARD8) this_chars; 604 nchars -= this_chars; 605 chars += this_chars; 704 int this_chars = nchars > MAX_32 ? MAX_32 : nchars; local in function:XRenderCompositeText32 [all...] |
Completed in 2 milliseconds