Home | History | Annotate | Download | only in ports

Lines Matching defs:srcCount

2069     int srcCount;
2079 srcCount = SkToInt(utf16 - src);
2090 srcCount = glyphCount + extra;
2100 srcCount = SkToInt(utf16 - src);
2109 if (nullptr == macGlyphs || srcCount > glyphCount) {
2110 macGlyphs = glyphStorage.reset(srcCount);
2113 bool allEncoded = CTFontGetGlyphsForCharacters(fFontRef, src, macGlyphs, srcCount);
2123 if (srcCount > glyphCount) {