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

  /external/skia/experimental/PdfViewer/
SkPdfFont.cpp 8 #include "SkPdfFont.h"
155 SkPdfFont* SkPdfFont::fontFromFontDescriptor(SkPdfNativeDoc* doc, SkPdfFontDescriptorDictionary* fd,
196 SkPdfFont* fontFromName(SkPdfNativeDoc* doc, SkPdfNativeObject* obj, const char* fontName) {
216 SkPdfFont* font = SkPdfFont::fontFromFontDescriptor(doc, fd, false);
227 return SkPdfFont::Default();
230 SkPdfFont* SkPdfFont::fontFromPdfDictionaryOnce(SkPdfNativeDoc* doc, SkPdfFontDictionary* dict) {
258 SkPdfFont* SkPdfFont::fontFromPdfDictionary(SkPdfNativeDoc* doc, SkPdfFontDictionary* dict)
    [all...]
SkPdfFont.h 28 class SkPdfFont;
48 SkPdfFont* fontFromName(SkPdfNativeDoc* doc, SkPdfNativeObject* obj, const char* fontName);
167 class SkPdfFont {
169 SkPdfFont* fBaseFont;
175 SkPdfFont() : fBaseFont(NULL), fEncoding(SkPdfDefaultEncoding::instance()), fToUnicode(NULL) {}
177 virtual ~SkPdfFont() {
233 static SkPdfFont* fontFromPdfDictionary(SkPdfNativeDoc* doc, SkPdfFontDictionary* dict);
234 static SkPdfFont* Default() {return fontFromName(NULL, NULL, "TimesNewRoman");}
247 static SkPdfFont* fontFromFontDescriptor(SkPdfNativeDoc* doc,
257 static SkPdfFont* fontFromPdfDictionaryOnce(SkPdfNativeDoc* doc, SkPdfFontDictionary* dict)
    [all...]
SkPdfGraphicsState.h 16 class SkPdfFont;
89 SkPdfFont* fSkFont;
  /external/skia/experimental/PdfViewer/pdfparser/native/
SkPdfNativeObject.cpp 12 #include "SkPdfFont.h"
116 delete (SkPdfFont*)fData;
  /external/skia/experimental/PdfViewer/src/
SkPdfRenderer.cpp 20 #include "SkPdfFont.h"
308 SkPdfFont* skfont = pdfContext->fGraphicsState.fSkFont;
310 skfont = SkPdfFont::Default();
    [all...]

Completed in 921 milliseconds