Home
last modified time | relevance | path

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

/external/skqp/src/pdf/
DSkPDFDocument.cpp422 auto outputIntent = SkPDFMakeDict("OutputIntent"); in make_srgb_output_intents() local
423 outputIntent->insertName("S", "GTS_PDFA1"); in make_srgb_output_intents()
424 outputIntent->insertString("RegistryName", "http://www.color.org"); in make_srgb_output_intents()
425 outputIntent->insertString("OutputConditionIdentifier", in make_srgb_output_intents()
427 outputIntent->insertString("Info","sRGB IEC61966-2.1"); in make_srgb_output_intents()
428 outputIntent->insertRef("DestOutputProfile", make_srgb_color_profile(doc)); in make_srgb_output_intents()
430 intentArray->appendObject(std::move(outputIntent)); in make_srgb_output_intents()
/external/skia/src/pdf/
DSkPDFDocument.cpp421 auto outputIntent = SkPDFMakeDict("OutputIntent"); in make_srgb_output_intents() local
422 outputIntent->insertName("S", "GTS_PDFA1"); in make_srgb_output_intents()
423 outputIntent->insertString("RegistryName", "http://www.color.org"); in make_srgb_output_intents()
424 outputIntent->insertString("OutputConditionIdentifier", in make_srgb_output_intents()
426 outputIntent->insertString("Info","sRGB IEC61966-2.1"); in make_srgb_output_intents()
427 outputIntent->insertRef("DestOutputProfile", make_srgb_color_profile(doc)); in make_srgb_output_intents()
429 intentArray->appendObject(std::move(outputIntent)); in make_srgb_output_intents()