Searched refs:mapFontDictionary (Results 1 – 4 of 4) sorted by relevance
236 switch (doc->mapper()->mapFontDictionary(dict)) { in fontFromPdfDictionaryOnce()
65 if (kNone_SkPdfNativeObjectType != (ret = mapFontDictionary(in))) return ret; in mapDictionary()183 SkPdfNativeObjectType SkPdfMapper::mapFontDictionary(const SkPdfNativeObject* in) const { in mapFontDictionary() function in SkPdfMapper1407 if (kNone_SkPdfNativeObjectType == mapFontDictionary(value)) return false; in SkPdfFontDictionaryFromDictionary()
20 SkPdfNativeObjectType mapFontDictionary(const SkPdfNativeObject* in) const;
1478 if (kNone_SkPdfNativeObjectType == pdfContext->fPdfDoc->mapper()->mapFontDictionary(objFont)) { in skpdfGraphicsStateApplyFontCore()