Lines Matching refs:insertRef
323 descriptor->insertRef( in emit_subset_type0()
339 descriptor->insertRef("FontFile2", in emit_subset_type0()
347 descriptor->insertRef("FontFile3", in emit_subset_type0()
358 newCIDFont->insertRef("FontDescriptor", doc->emit(*descriptor)); in emit_subset_type0()
410 fontDict.insertRef("ToUnicode", SkPDFStreamOut(nullptr, std::move(toUnicode), doc)); in emit_subset_type0()
440 descriptor.insertRef("FontFile", SkPDFStreamOut(std::move(dict), in make_type1_font_descriptor()
481 font.insertRef("FontDescriptor", type1_font_descriptor(doc, typeface)); in emit_subset_type1()
718 charProcs->insertRef(characterName, SkPDFStreamOut(nullptr, in emit_subset_type3()
728 d0->insertRef(SkStringPrintf("Xg%X", pair.first), pair.second); in emit_subset_type3()
757 font.insertRef("ToUnicode", SkPDFStreamOut(nullptr, std::move(toUnicodeCmap), doc)); in emit_subset_type3()
758 font.insertRef("FontDescriptor", type3_descriptor(doc, typeface, cache.get())); in emit_subset_type3()