HomeSort by relevance Sort by last modified time
    Searched refs:FontGlyphSetPair (Results 1 - 3 of 3) 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;
SkPDFDocument.cpp 38 const SkPDFGlyphSetMap::FontGlyphSetPair* entry = iterator.next();
SkPDFFont.cpp 663 SkPDFGlyphSetMap::FontGlyphSetPair::FontGlyphSetPair(SkPDFFont* font,
673 const SkPDFGlyphSetMap::FontGlyphSetPair* SkPDFGlyphSetMap::F2BIter::next() const {
    [all...]

Completed in 668 milliseconds