Home
last modified time | relevance | path

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

/dports/graphics/poppler-qt5/poppler-21.12.0/qt5/src/
H A Dpoppler-page.cc540 …Qt5SplashOutputDev splash_output(colorMode, 4, false, ignorePaperColor, ignorePaperColor ? nullptr… in renderToImage() local
542splash_output.setCallbacks(partialUpdateCallback, shouldDoPartialUpdateCallback, shouldAbortRender… in renderToImage()
544splash_output.setFontAntialias(m_page->parentDoc->m_hints & Document::TextAntialiasing ? true : fa… in renderToImage()
545splash_output.setVectorAntialias(m_page->parentDoc->m_hints & Document::Antialiasing ? true : fals… in renderToImage()
546splash_output.setFreeTypeHinting(m_page->parentDoc->m_hints & Document::TextHinting ? true : false… in renderToImage()
549 splash_output.setDisplayProfile(m_page->parentDoc->m_displayProfile); in renderToImage()
552 splash_output.startDoc(m_page->parentDoc->doc); in renderToImage()
556 OutputDevCallbackHelper *abortHelper = &splash_output; in renderToImage()
557 …m_page->parentDoc->doc->displayPageSlice(&splash_output, m_page->index + 1, xres, yres, rotation, … in renderToImage()
560 img = splash_output.getXBGRImage(true /* takeImageData */); in renderToImage()
/dports/graphics/poppler-qt5/poppler-21.12.0/qt6/src/
H A Dpoppler-page.cc539 …Qt6SplashOutputDev splash_output(colorMode, 4, false, ignorePaperColor, ignorePaperColor ? nullptr… in renderToImage() local
541splash_output.setCallbacks(partialUpdateCallback, shouldDoPartialUpdateCallback, shouldAbortRender… in renderToImage()
543splash_output.setFontAntialias(m_page->parentDoc->m_hints & Document::TextAntialiasing ? true : fa… in renderToImage()
544splash_output.setVectorAntialias(m_page->parentDoc->m_hints & Document::Antialiasing ? true : fals… in renderToImage()
545splash_output.setFreeTypeHinting(m_page->parentDoc->m_hints & Document::TextHinting ? true : false… in renderToImage()
548 splash_output.setDisplayProfile(m_page->parentDoc->m_displayProfile); in renderToImage()
551 splash_output.startDoc(m_page->parentDoc->doc); in renderToImage()
555 OutputDevCallbackHelper *abortHelper = &splash_output; in renderToImage()
556 …m_page->parentDoc->doc->displayPageSlice(&splash_output, m_page->index + 1, xres, yres, rotation, … in renderToImage()
559 img = splash_output.getXBGRImage(true /* takeImageData */); in renderToImage()
/dports/graphics/poppler-utils/poppler-21.12.0/qt6/src/
H A Dpoppler-page.cc539 …Qt6SplashOutputDev splash_output(colorMode, 4, false, ignorePaperColor, ignorePaperColor ? nullptr… in renderToImage() local
541splash_output.setCallbacks(partialUpdateCallback, shouldDoPartialUpdateCallback, shouldAbortRender… in renderToImage()
543splash_output.setFontAntialias(m_page->parentDoc->m_hints & Document::TextAntialiasing ? true : fa… in renderToImage()
544splash_output.setVectorAntialias(m_page->parentDoc->m_hints & Document::Antialiasing ? true : fals… in renderToImage()
545splash_output.setFreeTypeHinting(m_page->parentDoc->m_hints & Document::TextHinting ? true : false… in renderToImage()
548 splash_output.setDisplayProfile(m_page->parentDoc->m_displayProfile); in renderToImage()
551 splash_output.startDoc(m_page->parentDoc->doc); in renderToImage()
555 OutputDevCallbackHelper *abortHelper = &splash_output; in renderToImage()
556 …m_page->parentDoc->doc->displayPageSlice(&splash_output, m_page->index + 1, xres, yres, rotation, … in renderToImage()
559 img = splash_output.getXBGRImage(true /* takeImageData */); in renderToImage()
/dports/graphics/poppler-glib/poppler-21.12.0/qt6/src/
H A Dpoppler-page.cc539 …Qt6SplashOutputDev splash_output(colorMode, 4, false, ignorePaperColor, ignorePaperColor ? nullptr… in renderToImage() local
541splash_output.setCallbacks(partialUpdateCallback, shouldDoPartialUpdateCallback, shouldAbortRender… in renderToImage()
543splash_output.setFontAntialias(m_page->parentDoc->m_hints & Document::TextAntialiasing ? true : fa… in renderToImage()
544splash_output.setVectorAntialias(m_page->parentDoc->m_hints & Document::Antialiasing ? true : fals… in renderToImage()
545splash_output.setFreeTypeHinting(m_page->parentDoc->m_hints & Document::TextHinting ? true : false… in renderToImage()
548 splash_output.setDisplayProfile(m_page->parentDoc->m_displayProfile); in renderToImage()
551 splash_output.startDoc(m_page->parentDoc->doc); in renderToImage()
555 OutputDevCallbackHelper *abortHelper = &splash_output; in renderToImage()
556 …m_page->parentDoc->doc->displayPageSlice(&splash_output, m_page->index + 1, xres, yres, rotation, … in renderToImage()
559 img = splash_output.getXBGRImage(true /* takeImageData */); in renderToImage()
/dports/graphics/poppler/poppler-21.12.0/qt5/src/
H A Dpoppler-page.cc540 …Qt5SplashOutputDev splash_output(colorMode, 4, false, ignorePaperColor, ignorePaperColor ? nullptr… in renderToImage() local
542splash_output.setCallbacks(partialUpdateCallback, shouldDoPartialUpdateCallback, shouldAbortRender… in renderToImage()
544splash_output.setFontAntialias(m_page->parentDoc->m_hints & Document::TextAntialiasing ? true : fa… in renderToImage()
545splash_output.setVectorAntialias(m_page->parentDoc->m_hints & Document::Antialiasing ? true : fals… in renderToImage()
546splash_output.setFreeTypeHinting(m_page->parentDoc->m_hints & Document::TextHinting ? true : false… in renderToImage()
549 splash_output.setDisplayProfile(m_page->parentDoc->m_displayProfile); in renderToImage()
552 splash_output.startDoc(m_page->parentDoc->doc); in renderToImage()
556 OutputDevCallbackHelper *abortHelper = &splash_output; in renderToImage()
557 …m_page->parentDoc->doc->displayPageSlice(&splash_output, m_page->index + 1, xres, yres, rotation, … in renderToImage()
560 img = splash_output.getXBGRImage(true /* takeImageData */); in renderToImage()
/dports/graphics/poppler/poppler-21.12.0/qt6/src/
H A Dpoppler-page.cc539 …Qt6SplashOutputDev splash_output(colorMode, 4, false, ignorePaperColor, ignorePaperColor ? nullptr… in renderToImage() local
541splash_output.setCallbacks(partialUpdateCallback, shouldDoPartialUpdateCallback, shouldAbortRender… in renderToImage()
543splash_output.setFontAntialias(m_page->parentDoc->m_hints & Document::TextAntialiasing ? true : fa… in renderToImage()
544splash_output.setVectorAntialias(m_page->parentDoc->m_hints & Document::Antialiasing ? true : fals… in renderToImage()
545splash_output.setFreeTypeHinting(m_page->parentDoc->m_hints & Document::TextHinting ? true : false… in renderToImage()
548 splash_output.setDisplayProfile(m_page->parentDoc->m_displayProfile); in renderToImage()
551 splash_output.startDoc(m_page->parentDoc->doc); in renderToImage()
555 OutputDevCallbackHelper *abortHelper = &splash_output; in renderToImage()
556 …m_page->parentDoc->doc->displayPageSlice(&splash_output, m_page->index + 1, xres, yres, rotation, … in renderToImage()
559 img = splash_output.getXBGRImage(true /* takeImageData */); in renderToImage()
/dports/graphics/poppler-glib/poppler-21.12.0/qt5/src/
H A Dpoppler-page.cc540 …Qt5SplashOutputDev splash_output(colorMode, 4, false, ignorePaperColor, ignorePaperColor ? nullptr… in renderToImage() local
542splash_output.setCallbacks(partialUpdateCallback, shouldDoPartialUpdateCallback, shouldAbortRender… in renderToImage()
544splash_output.setFontAntialias(m_page->parentDoc->m_hints & Document::TextAntialiasing ? true : fa… in renderToImage()
545splash_output.setVectorAntialias(m_page->parentDoc->m_hints & Document::Antialiasing ? true : fals… in renderToImage()
546splash_output.setFreeTypeHinting(m_page->parentDoc->m_hints & Document::TextHinting ? true : false… in renderToImage()
549 splash_output.setDisplayProfile(m_page->parentDoc->m_displayProfile); in renderToImage()
552 splash_output.startDoc(m_page->parentDoc->doc); in renderToImage()
556 OutputDevCallbackHelper *abortHelper = &splash_output; in renderToImage()
557 …m_page->parentDoc->doc->displayPageSlice(&splash_output, m_page->index + 1, xres, yres, rotation, … in renderToImage()
560 img = splash_output.getXBGRImage(true /* takeImageData */); in renderToImage()
/dports/graphics/poppler-utils/poppler-21.12.0/qt5/src/
H A Dpoppler-page.cc540 …Qt5SplashOutputDev splash_output(colorMode, 4, false, ignorePaperColor, ignorePaperColor ? nullptr… in renderToImage() local
542splash_output.setCallbacks(partialUpdateCallback, shouldDoPartialUpdateCallback, shouldAbortRender… in renderToImage()
544splash_output.setFontAntialias(m_page->parentDoc->m_hints & Document::TextAntialiasing ? true : fa… in renderToImage()
545splash_output.setVectorAntialias(m_page->parentDoc->m_hints & Document::Antialiasing ? true : fals… in renderToImage()
546splash_output.setFreeTypeHinting(m_page->parentDoc->m_hints & Document::TextHinting ? true : false… in renderToImage()
549 splash_output.setDisplayProfile(m_page->parentDoc->m_displayProfile); in renderToImage()
552 splash_output.startDoc(m_page->parentDoc->doc); in renderToImage()
556 OutputDevCallbackHelper *abortHelper = &splash_output; in renderToImage()
557 …m_page->parentDoc->doc->displayPageSlice(&splash_output, m_page->index + 1, xres, yres, rotation, … in renderToImage()
560 img = splash_output.getXBGRImage(true /* takeImageData */); in renderToImage()
/dports/audio/musescore/MuseScore-3.6.1/thirdparty/poppler/qt5/
H A Dpoppler-page.cc345 SplashOutputDev splash_output( in renderToImage() local
353splash_output.setFontAntialias(m_page->parentDoc->m_hints & Document::TextAntialiasing ? gTrue : g… in renderToImage()
354splash_output.setVectorAntialias(m_page->parentDoc->m_hints & Document::Antialiasing ? gTrue : gFa… in renderToImage()
355splash_output.setFreeTypeHinting(m_page->parentDoc->m_hints & Document::TextHinting ? gTrue : gFal… in renderToImage()
358 splash_output.startDoc(m_page->parentDoc->doc); in renderToImage()
360 m_page->parentDoc->doc->displayPageSlice(&splash_output, m_page->index + 1, xres, yres, in renderToImage()
364 SplashBitmap *bitmap = splash_output.getBitmap(); in renderToImage()
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/poppler/qt4/src/
H A Dpoppler-private.h141 SplashOutputDev *splash_output = static_cast<SplashOutputDev *>( m_outputDev ); in setPaperColor() local
146 splash_output->setPaperColor(bgColor); in setPaperColor()
H A Dpoppler-page.cc214 …SplashOutputDev *splash_output = static_cast<SplashOutputDev *>(m_page->parentDoc->getOutputDev()); in renderToImage() local
216 m_page->parentDoc->doc->displayPageSlice(splash_output, m_page->index + 1, xres, yres, in renderToImage()
219 SplashBitmap *bitmap = splash_output->getBitmap(); in renderToImage()
223 SplashColorPtr dataPtr = splash_output->getBitmap()->getDataPtr(); in renderToImage()
245 splash_output->startPage( 0, NULL ); in renderToImage()
/dports/graphics/poppler-qt5/poppler-21.12.0/test/
H A Dgtk-test.cc23 static gboolean splash_output = FALSE; variable
27 … { "splash", 's', 0, G_OPTION_ARG_NONE, &splash_output, "Splash Output Device", nullptr },
/dports/graphics/poppler/poppler-21.12.0/test/
H A Dgtk-test.cc23 static gboolean splash_output = FALSE; variable
27 … { "splash", 's', 0, G_OPTION_ARG_NONE, &splash_output, "Splash Output Device", nullptr },
/dports/graphics/poppler-glib/poppler-21.12.0/test/
H A Dgtk-test.cc23 static gboolean splash_output = FALSE; variable
27 … { "splash", 's', 0, G_OPTION_ARG_NONE, &splash_output, "Splash Output Device", nullptr },
/dports/graphics/poppler-utils/poppler-21.12.0/test/
H A Dgtk-test.cc23 static gboolean splash_output = FALSE; variable
27 … { "splash", 's', 0, G_OPTION_ARG_NONE, &splash_output, "Splash Output Device", nullptr },