Home | History | Annotate | Download | only in apple

Lines Matching refs:nChars

802 FX_BOOL CFX_QuartzDeviceDriver::CG_DrawGlypRun(int                        nChars,

813 if (nChars == 0) {
826 CFX_FixedBufGrow<FX_WORD, 32> glyph_indices(nChars);
827 CFX_FixedBufGrow<CGPoint, 32> glyph_positions(nChars);
828 for (int i = 0; i < nChars; i++ ) {
875 nChars);
879 FX_BOOL CFX_QuartzDeviceDriver::DrawDeviceText(int nChars,
902 while (i < nChars) {
929 nChars -= i;