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 51 struct SkTextLayout::GlyphRun {
52 GlyphRun();
53 ~GlyphRun();
60 SkTextLayout::GlyphRun::GlyphRun() : fLocs(NULL), fGlyphIDs(NULL), fCount(0) {}
62 SkTextLayout::GlyphRun::~GlyphRun() {
72 SkTDArray<GlyphRun*> fRuns;
  /external/skia/src/text/
SkTextLayout.cpp 51 struct SkTextLayout::GlyphRun {
52 GlyphRun();
53 ~GlyphRun();
60 SkTextLayout::GlyphRun::GlyphRun() : fLocs(NULL), fGlyphIDs(NULL), fCount(0) {}
62 SkTextLayout::GlyphRun::~GlyphRun() {
72 SkTDArray<GlyphRun*> fRuns;

Completed in 2051 milliseconds