Searched refs:has_FontMatrix (Results 1 – 3 of 3) sorted by relevance
38 bool has_FontMatrix() const;
67 bool SkPdfType3FontDictionary::has_FontMatrix() const { in has_FontMatrix() function in SkPdfType3FontDictionary
409 fFonMatrix = dict->has_FontMatrix() ? dict->FontMatrix(parsed) : SkMatrix::I(); in SkPdfType3Font()