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

1 2

  /external/chromium_org/third_party/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 {
81 SK_DECLARE_INST_COUNT(SkPDFFont)
83 virtual ~SkPDFFont();
132 static SkPDFFont* GetFontResource(SkTypeface* typeface, uint16_t glyphID)
    [all...]
SkPDFFont.cpp 16 #include "SkPDFFont.h"
357 // SkPDFFont::populateCIDFont().
649 SkPDFGlyphSetMap::FontGlyphSetPair::FontGlyphSetPair(SkPDFFont* font,
692 void SkPDFGlyphSetMap::noteGlyphUsage(SkPDFFont* font, const uint16_t* glyphIDs,
700 SkPDFGlyphSet* SkPDFGlyphSetMap::getGlyphSetForFont(SkPDFFont* font) {
715 // class SkPDFFont
724 * granularity. a) change SkPDFFont to fill in its state on demand, kind of
730 SkPDFFont::~SkPDFFont() {
751 void SkPDFFont::getResources(const SkTSet<SkPDFObject*>& knownResourceObjects
    [all...]
SkPDFPage.h 93 const SkTDArray<SkPDFFont*>& getFontResources() const;
SkPDFDocument.cpp 13 #include "SkPDFFont.h"
40 SkPDFFont* subsetFont =
270 const SkTDArray<SkPDFFont*>& fontResources =
297 const SkTDArray<SkPDFFont*>& fontResources =
SkPDFPage.cpp 148 const SkTDArray<SkPDFFont*>& SkPDFPage::getFontResources() const {
SkPDFDevice.cpp 20 #include "SkPDFFont.h"
219 SkPDFFont* fFont;
    [all...]
  /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 {
81 SK_DECLARE_INST_COUNT(SkPDFFont)
83 virtual ~SkPDFFont();
132 static SkPDFFont* GetFontResource(SkTypeface* typeface, uint16_t glyphID)
    [all...]
SkPDFFont.cpp 16 #include "SkPDFFont.h"
357 // SkPDFFont::populateCIDFont().
649 SkPDFGlyphSetMap::FontGlyphSetPair::FontGlyphSetPair(SkPDFFont* font,
692 void SkPDFGlyphSetMap::noteGlyphUsage(SkPDFFont* font, const uint16_t* glyphIDs,
700 SkPDFGlyphSet* SkPDFGlyphSetMap::getGlyphSetForFont(SkPDFFont* font) {
715 // class SkPDFFont
724 * granularity. a) change SkPDFFont to fill in its state on demand, kind of
730 SkPDFFont::~SkPDFFont() {
751 void SkPDFFont::getResources(const SkTSet<SkPDFObject*>& knownResourceObjects
    [all...]
SkPDFPage.h 93 const SkTDArray<SkPDFFont*>& getFontResources() const;
SkPDFDocument.cpp 13 #include "SkPDFFont.h"
40 SkPDFFont* subsetFont =
270 const SkTDArray<SkPDFFont*>& fontResources =
297 const SkTDArray<SkPDFFont*>& fontResources =
SkPDFPage.cpp 148 const SkTDArray<SkPDFFont*>& SkPDFPage::getFontResources() const {
SkPDFDevice.cpp 20 #include "SkPDFFont.h"
219 SkPDFFont* fFont;
    [all...]
  /external/chromium_org/third_party/skia/include/pdf/
SkPDFDevice.h 28 class SkPDFFont;
156 SK_API const SkTDArray<SkPDFFont*>& getFontResources() const;
229 SkTDArray<SkPDFFont*> fFontResources;
  /external/skia/include/pdf/
SkPDFDevice.h 28 class SkPDFFont;
156 SK_API const SkTDArray<SkPDFFont*>& getFontResources() const;
229 SkTDArray<SkPDFFont*> fFontResources;
  /external/chromium_org/third_party/skia/include/core/
SkTypeface.h 323 friend class SkPDFFont;
  /external/skia/include/core/
SkTypeface.h 323 friend class SkPDFFont;
  /external/skia/
Android.mk 335 src/pdf/SkPDFFont.cpp \
  /external/chromium_org/skia/
skia_library.target.darwin-arm.mk 291 third_party/skia/src/pdf/SkPDFFont.cpp \
skia_library.target.darwin-arm64.mk 291 third_party/skia/src/pdf/SkPDFFont.cpp \
skia_library.target.darwin-mips.mk 291 third_party/skia/src/pdf/SkPDFFont.cpp \
skia_library.target.darwin-x86.mk 292 third_party/skia/src/pdf/SkPDFFont.cpp \
skia_library.target.darwin-x86_64.mk 292 third_party/skia/src/pdf/SkPDFFont.cpp \
skia_library.target.linux-arm.mk 291 third_party/skia/src/pdf/SkPDFFont.cpp \

Completed in 324 milliseconds

1 2