Home
last modified time | relevance | path

Searched refs:BaseFont (Results 1 – 16 of 16) sorted by relevance

/external/pdfium/testing/resources/
Dhello_world.in28 /BaseFont /Times-Roman
34 /BaseFont /Helvetica
Dweblinks.in28 /BaseFont /Times-Roman
34 /BaseFont /Helvetica
Dbug_57.in27 /BaseFont /Times-Roman
Dbug_459580.in27 /BaseFont /Times-Roman
Dbug_481363.in35 /BaseFont /He
Dnamed_dests.in78 /BaseFont /Arial
Dbug_487928.in54 /BaseFont /Helvetica
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
DSkPdfType1FontDictionary_autogen.h32 SkString BaseFont(SkPdfNativeDoc* doc);
DSkPdfType0FontDictionary_autogen.h39 SkString BaseFont(SkPdfNativeDoc* doc);
DSkPdfType0FontDictionary_autogen.cpp35 SkString SkPdfType0FontDictionary::BaseFont(SkPdfNativeDoc* doc) { in BaseFont() function in SkPdfType0FontDictionary
DSkPdfType1FontDictionary_autogen.cpp47 SkString SkPdfType1FontDictionary::BaseFont(SkPdfNativeDoc* doc) { in BaseFont() function in SkPdfType1FontDictionary
DSkPdfCIDFontDictionary_autogen.cpp35 SkString SkPdfCIDFontDictionary::BaseFont(SkPdfNativeDoc* doc) { in BaseFont() function in SkPdfCIDFontDictionary
DSkPdfCIDFontDictionary_autogen.h525 SkString BaseFont(SkPdfNativeDoc* doc);
/external/pdfium/testing/resources/pixel/
Dfont_size.in27 /BaseFont /Times-Roman
/external/skia/experimental/PdfViewer/
DSkPdfFont.h306 fBaseFont = fontFromName(doc, dict, dict->BaseFont(doc).c_str()); in SkPdfType1Font()
387 fBaseFont = fontFromName(parsed, dict, dict->BaseFont(parsed).c_str()); in SkPdfType3Font()
DSkPdfFont.cpp428 fBaseFont = fontFromName(doc, dict, dict->BaseFont(doc).c_str()); in SkPdfType0Font()