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.cpp 18 #include "SkPDFFont.h"
354 // SkPDFFont::populateCIDFont().
612 SkPDFGlyphSetMap::FontGlyphSetPair::FontGlyphSetPair(SkPDFFont* font,
655 void SkPDFGlyphSetMap::noteGlyphUsage(SkPDFFont* font, const uint16_t* glyphIDs,
663 SkPDFGlyphSet* SkPDFGlyphSetMap::getGlyphSetForFont(SkPDFFont* font) {
678 // class SkPDFFont
687 * granularity. a) change SkPDFFont to fill in its state on demand, kind of
693 SkPDFFont::~SkPDFFont() {
703 void SkPDFFont::getResources(SkTDArray<SkPDFObject*>* resourceList)
    [all...]
SkPDFPage.cpp 135 const SkTDArray<SkPDFFont*>& SkPDFPage::getFontResources() const {
SkPDFDocument.cpp 14 #include "SkPDFFont.h"
47 SkPDFFont* subsetFont =
SkPDFDevice.cpp 19 #include "SkPDFFont.h"
143 SkPDFFont* fFont;
823 SkPDFFont* font = content.entry()->fState.fFont;
870 SkPDFFont* font = content.entry()->fState.fFont;
    [all...]
  /external/skia/include/pdf/
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 SK_API virtual ~SkPDFFont();
122 SK_API static SkPDFFont* GetFontResource(SkTypeface* typeface,
125 /** Subset the font based on usage set. Returns a SkPDFFont instance wit
    [all...]
SkPDFPage.h 84 SK_API const SkTDArray<SkPDFFont*>& getFontResources() const;
SkPDFDevice.h 24 class SkPDFFont;
132 SK_API const SkTDArray<SkPDFFont*>& getFontResources() const;
180 SkTDArray<SkPDFFont*> fFontResources;

Completed in 492 milliseconds