Searched refs:newCIDFont (Results 1 – 2 of 2) sorted by relevance
/third_party/flutter/skia/src/pdf/ |
D | SkPDFFont.cpp | 348 auto newCIDFont = SkPDFMakeDict("Font"); in emit_subset_type0() local 349 newCIDFont->insertRef("FontDescriptor", doc->emit(*descriptor)); in emit_subset_type0() 350 newCIDFont->insertName("BaseFont", metrics.fPostScriptName); in emit_subset_type0() 354 newCIDFont->insertName("Subtype", "CIDFontType0"); in emit_subset_type0() 357 newCIDFont->insertName("Subtype", "CIDFontType2"); in emit_subset_type0() 358 newCIDFont->insertName("CIDToGIDMap", "Identity"); in emit_subset_type0() 367 newCIDFont->insertObject("CIDSystemInfo", std::move(sysInfo)); in emit_subset_type0() 374 newCIDFont->insertObject("W", std::move(widths)); in emit_subset_type0() 376 newCIDFont->insertScalar("DW", defaultWidth); in emit_subset_type0() 386 descendantFonts->appendRef(doc->emit(*newCIDFont)); in emit_subset_type0()
|
/third_party/skia/src/pdf/ |
D | SkPDFFont.cpp | 351 auto newCIDFont = SkPDFMakeDict("Font"); in emit_subset_type0() local 352 newCIDFont->insertRef("FontDescriptor", doc->emit(*descriptor)); in emit_subset_type0() 353 newCIDFont->insertName("BaseFont", metrics.fPostScriptName); in emit_subset_type0() 357 newCIDFont->insertName("Subtype", "CIDFontType0"); in emit_subset_type0() 360 newCIDFont->insertName("Subtype", "CIDFontType2"); in emit_subset_type0() 361 newCIDFont->insertName("CIDToGIDMap", "Identity"); in emit_subset_type0() 370 newCIDFont->insertObject("CIDSystemInfo", std::move(sysInfo)); in emit_subset_type0() 377 newCIDFont->insertObject("W", std::move(widths)); in emit_subset_type0() 379 newCIDFont->insertScalar("DW", defaultWidth); in emit_subset_type0() 389 descendantFonts->appendRef(doc->emit(*newCIDFont)); in emit_subset_type0()
|