Home | History | Annotate | Download | only in pdfapi

Lines Matching refs:SkPdfNativeDoc

26   SkString Type(SkPdfNativeDoc* doc);
28 SkString Subtype(SkPdfNativeDoc* doc);
30 SkString Name(SkPdfNativeDoc* doc);
32 SkString BaseFont(SkPdfNativeDoc* doc);
34 int64_t FirstChar(SkPdfNativeDoc* doc);
36 int64_t LastChar(SkPdfNativeDoc* doc);
38 SkPdfArray* Widths(SkPdfNativeDoc* doc);
40 SkPdfFontDescriptorDictionary* FontDescriptor(SkPdfNativeDoc* doc);
43 bool isEncodingAName(SkPdfNativeDoc* doc);
44 SkString getEncodingAsName(SkPdfNativeDoc* doc);
46 bool isEncodingADictionary(SkPdfNativeDoc* doc);
47 SkPdfDictionary* getEncodingAsDictionary(SkPdfNativeDoc* doc);
49 SkPdfStream* ToUnicode(SkPdfNativeDoc* doc);