Home
last modified time | relevance | path

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

/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
DSkPdfType3FontDictionary_autogen.h38 bool has_FontMatrix() const;
DSkPdfType3FontDictionary_autogen.cpp67 bool SkPdfType3FontDictionary::has_FontMatrix() const { in has_FontMatrix() function in SkPdfType3FontDictionary
/external/skia/experimental/PdfViewer/
DSkPdfFont.h409 fFonMatrix = dict->has_FontMatrix() ? dict->FontMatrix(parsed) : SkMatrix::I(); in SkPdfType3Font()