Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dcpdf_annotlist.cpp227 bool bPrinting, in DisplayPass() argument
241 if (bPrinting && (annot_flags & pdfium::annotation_flags::kPrint) == 0) in DisplayPass()
244 if (!bPrinting && (annot_flags & pdfium::annotation_flags::kNoView)) in DisplayPass()
277 bool bPrinting, in DisplayAnnots() argument
283 DisplayPass(pPage, pDevice, pContext, bPrinting, pUser2Device, false, in DisplayAnnots()
287 DisplayPass(pPage, pDevice, pContext, bPrinting, pUser2Device, true, in DisplayAnnots()
294 bool bPrinting, in DisplayAnnots() argument
301 DisplayAnnots(pPage, nullptr, pContext, bPrinting, pMatrix, dwAnnotFlags, in DisplayAnnots()
Dcpdf_annotlist.h32 bool bPrinting,
40 bool bPrinting,
56 bool bPrinting,
Dcpdf_annot.cpp444 bool bPrinting = pDevice->GetDeviceType() == DeviceType::kPrinter || in DrawBorder() local
446 if (bPrinting && (annot_flags & pdfium::annotation_flags::kPrint) == 0) { in DrawBorder()
449 if (!bPrinting && (annot_flags & pdfium::annotation_flags::kNoView)) { in DrawBorder()
/external/pdfium/fpdfsdk/
Dcpdfsdk_renderpage.cpp64 bool bPrinting = in RenderPageImpl() local
66 pList->DisplayAnnots(pPage, pContext->m_pContext.get(), bPrinting, &matrix, in RenderPageImpl()