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

  /external/skia/src/pdf/
SkPDFFont.h 20 class SkPDFFont;
22 /** \class SkPDFFont
29 class SkPDFFont : public SkPDFDict {
32 ~SkPDFFont() override;
55 bool multiByteGlyphs() const { return SkPDFFont::IsMultiByte(this->getType()); }
86 static sk_sp<SkPDFFont> GetFontResource(SkPDFCanon* canon,
116 SkPDFFont(Info);
SkPDFFont.cpp 14 #include "SkPDFFont.h"
29 SkAutoGlyphCache SkPDFFont::MakeVectorCache(SkTypeface* face, int* size) {
53 struct SkPDFType0Font final : public SkPDFFont {
54 SkPDFType0Font(SkPDFFont::Info, const SkAdvancedTypefaceMetrics&);
64 struct SkPDFType1Font final : public SkPDFFont {
65 SkPDFType1Font(SkPDFFont::Info, const SkAdvancedTypefaceMetrics&, SkPDFCanon*);
70 struct SkPDFType3Font final : public SkPDFFont {
71 SkPDFType3Font(SkPDFFont::Info, const SkAdvancedTypefaceMetrics&);
121 // class SkPDFFont
130 * granularity. a) change SkPDFFont to fill in its state on demand, kind o
    [all...]
SkPDFCanon.h 19 class SkPDFFont;
41 SkTHashMap<uint64_t, sk_sp<SkPDFFont>> fFontMap;
SkPDFDocument.h 13 #include "SkPDFFont.h"
81 void registerFont(SkPDFFont* f) { fFonts.add(f); }
87 SkTHashSet<SkPDFFont*> fFonts;
SkPDFDevice.h 32 class SkPDFFont;
196 SkTDArray<SkPDFFont*> fFontResources;
SkPDFDocument.cpp 424 fFonts.foreach([canon](SkPDFFont* p){ p->getFontSubset(canon); });
SkPDFDevice.cpp 28 #include "SkPDFFont.h"
    [all...]
  /external/skia/include/core/
SkTypeface.h 386 friend class SkPDFFont;
  /external/skia/tests/
PDFPrimitivesTest.cpp 23 #include "SkPDFFont.h"
426 !SkPDFFont::CanEmbedTypeface(noEmbedTypeface.get(), &canon));
431 SkPDFFont::CanEmbedTypeface(portableTypeface.get(), &canon));

Completed in 252 milliseconds