Home | History | Annotate | Download | only in ports

Lines Matching defs:srcCount

1924     int srcCount;
1934 srcCount = SkToInt(utf16 - src);
1945 srcCount = glyphCount + extra;
1955 srcCount = SkToInt(utf16 - src);
1964 if (NULL == macGlyphs || srcCount > glyphCount) {
1965 macGlyphs = glyphStorage.reset(srcCount);
1968 bool allEncoded = CTFontGetGlyphsForCharacters(fFontRef, src, macGlyphs, srcCount);
1978 if (srcCount > glyphCount) {