Lines Matching refs:srcCount
1923 int srcCount;
1933 srcCount = utf16 - src;
1944 srcCount = glyphCount + extra;
1954 srcCount = utf16 - src;
1963 if (NULL == macGlyphs || srcCount > glyphCount) {
1964 macGlyphs = glyphStorage.reset(srcCount);
1967 bool allEncoded = CTFontGetGlyphsForCharacters(fFontRef, src, macGlyphs, srcCount);
1977 if (srcCount > glyphCount) {