Home
last modified time | relevance | path

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

/external/skia/src/text/
DSkTextLayout.cpp54 uint16_t* fGlyphIDs; member
58 SkTextLayout::GlyphRun::GlyphRun() : fLocs(NULL), fGlyphIDs(NULL), fCount(0) {} in GlyphRun()
62 delete[] fGlyphIDs; in ~GlyphRun()