HomeSort by relevance Sort by last modified time
    Searched defs:GlyphRun (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/src/text/
SkTextLayout.cpp 49 struct SkTextLayout::GlyphRun {
50 GlyphRun();
51 ~GlyphRun();
58 SkTextLayout::GlyphRun::GlyphRun() : fLocs(NULL), fGlyphIDs(NULL), fCount(0) {}
60 SkTextLayout::GlyphRun::~GlyphRun() {
70 SkTDArray<GlyphRun*> fRuns;
  /external/skia/src/text/
SkTextLayout.cpp 49 struct SkTextLayout::GlyphRun {
50 GlyphRun();
51 ~GlyphRun();
58 SkTextLayout::GlyphRun::GlyphRun() : fLocs(NULL), fGlyphIDs(NULL), fCount(0) {}
60 SkTextLayout::GlyphRun::~GlyphRun() {
70 SkTDArray<GlyphRun*> fRuns;

Completed in 446 milliseconds