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

  /external/skia/include/pdf/
SkPDFFont.h 27 /** \class SkPDFFont
34 class SkPDFFont : public SkPDFDict {
36 SK_API virtual ~SkPDFFont();
76 SK_API static SkPDFFont* getFontResource(SkTypeface* typeface,
99 SkPDFFont* fFont;
105 FontRec(SkPDFFont* font, uint32_t fontID, uint16_t fGlyphID);
125 SkPDFFont(class SkAdvancedTypefaceMetrics* fontInfo, SkTypeface* typeface,
  /external/skia/src/pdf/
SkPDFFont.cpp 23 #include "SkPDFFont.h"
332 // SkPDFFont::populateCIDFont().
414 * granularity. a) change SkPDFFont to fill in its state on demand, kind of
420 SkPDFFont::~SkPDFFont() {
434 void SkPDFFont::getResources(SkTDArray<SkPDFObject*>* resourceList) {
443 SkTypeface* SkPDFFont::typeface() {
447 SkAdvancedTypefaceMetrics::FontType SkPDFFont::getType() {
451 bool SkPDFFont::hasGlyph(uint16_t id) {
455 bool SkPDFFont::multiByteGlyphs()
    [all...]

Completed in 398 milliseconds