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

  /external/skia/include/pdf/
SkPDFFont.h 39 struct FontGlyphSetPair {
40 FontGlyphSetPair(SkPDFFont* font, SkPDFGlyphSet* glyphSet);
52 FontGlyphSetPair* next() const;
56 const SkTDArray<FontGlyphSetPair>* fMap;
69 SkTDArray<FontGlyphSetPair> fMap;
  /external/skia/src/pdf/
SkPDFDocument.cpp 45 SkPDFGlyphSetMap::FontGlyphSetPair* entry = iterator.next();
SkPDFFont.cpp 612 SkPDFGlyphSetMap::FontGlyphSetPair::FontGlyphSetPair(SkPDFFont* font,
622 SkPDFGlyphSetMap::FontGlyphSetPair* SkPDFGlyphSetMap::F2BIter::next() const {
    [all...]

Completed in 276 milliseconds