Home
last modified time | relevance | path

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

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