Home
last modified time | relevance | path

Searched refs:outputIntent (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/pdf/
DSkPDFDocument.cpp389 auto outputIntent = sk_make_sp<SkPDFDict>("OutputIntent"); in make_srgb_output_intents() local
390 outputIntent->insertName("S", "GTS_PDFA1"); in make_srgb_output_intents()
391 outputIntent->insertString("RegistryName", "http://www.color.org"); in make_srgb_output_intents()
392 outputIntent->insertString("OutputConditionIdentifier", in make_srgb_output_intents()
394 outputIntent->insertString("Info","sRGB IEC61966-2.1"); in make_srgb_output_intents()
395 outputIntent->insertObjRef("DestOutputProfile", in make_srgb_output_intents()
398 intentArray->appendObject(std::move(outputIntent)); in make_srgb_output_intents()