Home
last modified time | relevance | path

Searched refs:FontMatrix (Results 1 – 3 of 3) sorted by relevance

/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
DSkPdfType3FontDictionary_autogen.h37 SkMatrix FontMatrix(SkPdfNativeDoc* doc);
DSkPdfType3FontDictionary_autogen.cpp59 SkMatrix SkPdfType3FontDictionary::FontMatrix(SkPdfNativeDoc* doc) { in FontMatrix() function in SkPdfType3FontDictionary
/external/skia/experimental/PdfViewer/
DSkPdfFont.h409 fFonMatrix = dict->has_FontMatrix() ? dict->FontMatrix(parsed) : SkMatrix::I(); in SkPdfType3Font()