Lines Matching refs:insertObject
254 descriptor->insertObject("FontBBox", in PopulateCommonFontDescriptor()
370 newCIDFont->insertObject("CIDSystemInfo", std::move(sysInfo)); in emit_subset_type0()
377 newCIDFont->insertObject("W", std::move(widths)); in emit_subset_type0()
390 fontDict.insertObject("DescendantFonts", std::move(descendantFonts)); in emit_subset_type0()
559 font.insertObject("FontMatrix", SkPDFUtils::MatrixToArray(fontMatrix)); in emit_subset_type3()
634 d1->insertObject("XObject", std::move(d0)); in emit_subset_type3()
635 font.insertObject("Resources", std::move(d1)); in emit_subset_type3()
638 encoding->insertObject("Differences", std::move(encDiffs)); in emit_subset_type3()
646 font.insertObject("FontBBox", SkPDFMakeArray(bbox.left(), in emit_subset_type3()
662 font.insertObject("Widths", std::move(widthArray)); in emit_subset_type3()
663 font.insertObject("Encoding", std::move(encoding)); in emit_subset_type3()
664 font.insertObject("CharProcs", std::move(charProcs)); in emit_subset_type3()