HomeSort by relevance Sort by last modified time
    Searched refs:GlyphRun (Results 1 - 4 of 4) 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;
  /external/chromium_org/third_party/skia/include/text/
SkTextLayout.h 56 struct GlyphRun;
  /external/skia/include/text/
SkTextLayout.h 56 struct GlyphRun;

Completed in 53 milliseconds