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

  /external/chromium_org/third_party/skia/src/pdf/
SkPDFFont.h 39 struct FontGlyphSetPair {
40 FontGlyphSetPair(SkPDFFont* font, SkPDFGlyphSet* glyphSet);
52 const FontGlyphSetPair* next() const;
56 const SkTDArray<FontGlyphSetPair>* fMap;
69 SkTDArray<FontGlyphSetPair> fMap;
  /external/skia/src/pdf/
SkPDFFont.h 39 struct FontGlyphSetPair {
40 FontGlyphSetPair(SkPDFFont* font, SkPDFGlyphSet* glyphSet);
52 const FontGlyphSetPair* next() const;
56 const SkTDArray<FontGlyphSetPair>* fMap;
69 SkTDArray<FontGlyphSetPair> fMap;

Completed in 930 milliseconds