HomeSort by relevance Sort by last modified time
    Searched refs:newCIDFont (Results 1 - 2 of 2) sorted by null

  /external/skia/src/pdf/
SkPDFFont.cpp 438 auto newCIDFont = sk_make_sp<SkPDFDict>("Font");
439 newCIDFont->insertObjRef("FontDescriptor", std::move(descriptor));
440 newCIDFont->insertName("BaseFont", metrics.fFontName);
444 newCIDFont->insertName("Subtype", "CIDFontType0");
447 newCIDFont->insertName("Subtype", "CIDFontType2");
448 newCIDFont->insertName("CIDToGIDMap", "Identity");
457 newCIDFont->insertObject("CIDSystemInfo", std::move(sysInfo));
466 newCIDFont->insertObject("W", std::move(widths));
468 newCIDFont->insertScalar(
478 descendantFonts->appendObjRef(std::move(newCIDFont));
    [all...]
  /external/skqp/src/pdf/
SkPDFFont.cpp 438 auto newCIDFont = sk_make_sp<SkPDFDict>("Font");
439 newCIDFont->insertObjRef("FontDescriptor", std::move(descriptor));
440 newCIDFont->insertName("BaseFont", metrics.fFontName);
444 newCIDFont->insertName("Subtype", "CIDFontType0");
447 newCIDFont->insertName("Subtype", "CIDFontType2");
448 newCIDFont->insertName("CIDToGIDMap", "Identity");
457 newCIDFont->insertObject("CIDSystemInfo", std::move(sysInfo));
466 newCIDFont->insertObject("W", std::move(widths));
468 newCIDFont->insertScalar(
478 descendantFonts->appendObjRef(std::move(newCIDFont));
    [all...]

Completed in 91 milliseconds