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

  /external/skia/src/pdf/
SkPDFFontImpl.h 13 #include "SkPDFFont.h"
15 class SkPDFType0Font : public SkPDFFont {
19 SK_API virtual SkPDFFont* getFontSubset(const SkPDFGlyphSet* usage);
26 friend class SkPDFFont; // to access the constructor
37 class SkPDFCIDFont : public SkPDFFont {
53 class SkPDFType1Font : public SkPDFFont {
59 friend class SkPDFFont; // to access the constructor
70 class SkPDFType3Font : public SkPDFFont {
76 friend class SkPDFFont; // to access the constructor
SkPDFFont.h 22 class SkPDFFont;
40 FontGlyphSetPair(SkPDFFont* font, SkPDFGlyphSet* glyphSet);
42 SkPDFFont* fFont;
63 void noteGlyphUsage(SkPDFFont* font, const uint16_t* glyphIDs,
67 SkPDFGlyphSet* getGlyphSetForFont(SkPDFFont* font);
73 /** \class SkPDFFont
80 class SkPDFFont : public SkPDFDict {
82 virtual ~SkPDFFont();
122 static SkPDFFont* GetFontResource(SkTypeface* typeface,
125 /** Subset the font based on usage set. Returns a SkPDFFont instance wit
    [all...]
SkPDFPage.h 85 const SkTDArray<SkPDFFont*>& getFontResources() const;
SkPDFFont.cpp 18 #include "SkPDFFont.h"
352 // SkPDFFont::populateCIDFont().
617 SkPDFGlyphSetMap::FontGlyphSetPair::FontGlyphSetPair(SkPDFFont* font,
660 void SkPDFGlyphSetMap::noteGlyphUsage(SkPDFFont* font, const uint16_t* glyphIDs,
668 SkPDFGlyphSet* SkPDFGlyphSetMap::getGlyphSetForFont(SkPDFFont* font) {
683 // class SkPDFFont
692 * granularity. a) change SkPDFFont to fill in its state on demand, kind of
698 SkPDFFont::~SkPDFFont() {
719 void SkPDFFont::getResources(SkTDArray<SkPDFObject*>* resourceList)
    [all...]
SkPDFDocument.cpp 13 #include "SkPDFFont.h"
48 SkPDFFont* subsetFont =
235 const SkTDArray<SkPDFFont*>& fontResources =
SkPDFPage.cpp 143 const SkTDArray<SkPDFFont*>& SkPDFPage::getFontResources() const {
SkPDFDevice.cpp 21 #include "SkPDFFont.h"
209 SkPDFFont* fFont;
898 SkPDFFont* font = content.entry()->fState.fFont;
    [all...]
  /external/skia/include/pdf/
SkPDFDevice.h 25 class SkPDFFont;
140 SK_API const SkTDArray<SkPDFFont*>& getFontResources() const;
194 SkTDArray<SkPDFFont*> fFontResources;

Completed in 97 milliseconds