Home
last modified time | relevance | path

Searched refs:fScratchGlyphIDs (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/src/core/
DSkGlyphRun.cpp317 fScratchGlyphIDs.resize(count); in textToGlyphIDs()
318 font.textToGlyphs(bytes, byteLength, encoding, fScratchGlyphIDs.data(), count); in textToGlyphIDs()
319 return SkMakeSpan(fScratchGlyphIDs); in textToGlyphIDs()
DSkGlyphRun.h164 std::vector<SkGlyphID> fScratchGlyphIDs; variable