HomeSort by relevance Sort by last modified time
    Searched refs:SkPDFFont (Results 1 - 10 of 10) 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 SkPDFFont* GetFontResource(SkPDFCanon* canon,
117 SkPDFFont(Info);
SkPDFFont.cpp 16 #include "SkPDFFont.h"
28 SkAutoGlyphCache SkPDFFont::MakeVectorCache(SkTypeface* face, int* size) {
52 struct SkPDFType0Font final : public SkPDFFont {
53 SkPDFType0Font(SkPDFFont::Info, const SkAdvancedTypefaceMetrics&);
63 struct SkPDFType1Font final : public SkPDFFont {
64 SkPDFType1Font(SkPDFFont::Info, const SkAdvancedTypefaceMetrics&, SkPDFCanon*);
69 struct SkPDFType3Font final : public SkPDFFont {
70 SkPDFType3Font(SkPDFFont::Info, const SkAdvancedTypefaceMetrics&);
120 // class SkPDFFont
129 * granularity. a) change SkPDFFont to fill in its state on demand, kind o
    [all...]
SkPDFDocument.h 13 #include "SkPDFFont.h"
70 void registerFont(SkPDFFont* f) { fFonts.add(f); }
76 SkTHashSet<SkPDFFont*> fFonts;
SkPDFCanon.h 18 class SkPDFFont;
61 SkTHashMap<uint64_t, SkPDFFont*> fFontMap;
SkPDFDevice.h 31 class SkPDFFont;
212 SkTDArray<SkPDFFont*> fFontResources;
SkPDFCanon.cpp 11 #include "SkPDFFont.h"
28 fFontMap.foreach(UnrefValue<uint64_t, SkPDFFont>());
SkPDFDevice.cpp 27 #include "SkPDFFont.h"
    [all...]
SkPDFDocument.cpp 426 fFonts.foreach([canon](SkPDFFont* p){ p->getFontSubset(canon); });
  /external/skia/include/core/
SkTypeface.h 390 friend class SkPDFFont;
  /external/skia/tests/
PDFPrimitivesTest.cpp 23 #include "SkPDFFont.h"
423 !SkPDFFont::CanEmbedTypeface(noEmbedTypeface.get(), &canon));
428 SkPDFFont::CanEmbedTypeface(portableTypeface.get(), &canon));

Completed in 182 milliseconds