Home
last modified time | relevance | path

Searched refs:fFontDescriptors (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/src/pdf/
DSkPDFType1Font.cpp273 if (SkPDFIndirectReference* ptr = doc->fFontDescriptors.find(fontID)) { in type1_font_descriptor()
278 doc->fFontDescriptors.set(fontID, fontDescriptor); in type1_font_descriptor()
DSkPDFDocumentPriv.h148 SkTHashMap<uint32_t, SkPDFIndirectReference> fFontDescriptors; variable