Home
last modified time | relevance | path

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

/dports/print/scribus-devel/scribus-1.5.7/scribus/
H A Ddocumentchecker.cpp331 ScColorProfile printerProf = currDoc->DocPrinterProf; in checkItems() local
332 currPrintProfCS = printerProf.colorSpace(); in checkItems()
595 ScColorProfile printerProf = currDoc->DocPrinterProf; in checkItems() local
596 currPrintProfCS = static_cast<int>(printerProf.colorSpace()); in checkItems()
H A Dscimage.cpp2434 …ScColorProfile printerProf = cmSettings.printerProfile() ? cmSettings.printerProfile() : ScCore->d… in loadPicture() local
2435 if (cmSettings.colorManagementAllowed() && inputProf && screenProf && printerProf) in loadPicture()
2441 eColorSpaceType outputProfColorSpace = printerProf.colorSpace(); in loadPicture()
2465 …xform = inputCSpace.createTransform(printerProf, outputProfFormat, cmSettings.imageRenderingIntent… in loadPicture()
2468 outputCSpace = engine.createColorSpace(printerProf, outputProfFormat); in loadPicture()
2483 xform = inputCSpace.createProofingTransform(screenCSpace, printerProf, in loadPicture()