Lines Matching refs:insertRef
320 descriptor->insertRef( in emit_subset_type0()
335 descriptor->insertRef("FontFile2", in emit_subset_type0()
343 descriptor->insertRef("FontFile3", in emit_subset_type0()
354 newCIDFont->insertRef("FontDescriptor", doc->emit(*descriptor)); in emit_subset_type0()
406 fontDict.insertRef("ToUnicode", SkPDFStreamOut(nullptr, std::move(toUnicode), doc)); in emit_subset_type0()
436 descriptor.insertRef("FontFile", SkPDFStreamOut(std::move(dict), in make_type1_font_descriptor()
477 font.insertRef("FontDescriptor", type1_font_descriptor(doc, typeface)); in emit_subset_type1()
714 charProcs->insertRef(characterName, SkPDFStreamOut(nullptr, in emit_subset_type3()
724 d0->insertRef(SkStringPrintf("Xg%X", pair.first), pair.second); in emit_subset_type3()
753 font.insertRef("ToUnicode", SkPDFStreamOut(nullptr, std::move(toUnicodeCmap), doc)); in emit_subset_type3()
754 font.insertRef("FontDescriptor", type3_descriptor(doc, typeface, cache.get())); in emit_subset_type3()