Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkGlyphRun.cpp264 fScratchGlyphIDs.resize(count); in textToGlyphIDs()
265 font.textToGlyphs(bytes, byteLength, encoding, fScratchGlyphIDs.data(), count); in textToGlyphIDs()
266 return SkSpan<const SkGlyphID>{fScratchGlyphIDs}; in textToGlyphIDs()
DSkGlyphRun.h168 std::vector<SkGlyphID> fScratchGlyphIDs; variable
/external/skqp/src/core/
DSkGlyphRun.cpp264 fScratchGlyphIDs.resize(count); in textToGlyphIDs()
265 font.textToGlyphs(bytes, byteLength, encoding, fScratchGlyphIDs.data(), count); in textToGlyphIDs()
266 return SkSpan<const SkGlyphID>{fScratchGlyphIDs}; in textToGlyphIDs()
DSkGlyphRun.h168 std::vector<SkGlyphID> fScratchGlyphIDs; variable