Searched defs:this_chars (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/libXrender/dist/src/
H A DGlyph.c481 int this_chars = nchars > MAX_8 ? MAX_8 : nchars; local in function:XRenderCompositeText8
594 int this_chars = nchars > MAX_16 ? MAX_16 : nchars; local in function:XRenderCompositeText16
704 int this_chars = nchars > MAX_32 ? MAX_32 : nchars; local in function:XRenderCompositeText32
[all...]

Completed in 3 milliseconds