Searched refs:fScratchGlyphIDs (Results 1 – 2 of 2) sorted by relevance
317 fScratchGlyphIDs.resize(count); in textToGlyphIDs()318 font.textToGlyphs(bytes, byteLength, encoding, fScratchGlyphIDs.data(), count); in textToGlyphIDs()319 return SkMakeSpan(fScratchGlyphIDs); in textToGlyphIDs()
164 std::vector<SkGlyphID> fScratchGlyphIDs; variable