Searched refs:bPrinting (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/core/fpdfdoc/ |
D | cpdf_annotlist.cpp | 227 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()
|
D | cpdf_annotlist.h | 32 bool bPrinting, 40 bool bPrinting, 56 bool bPrinting,
|
D | cpdf_annot.cpp | 444 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/ |
D | cpdfsdk_renderpage.cpp | 64 bool bPrinting = in RenderPageImpl() local 66 pList->DisplayAnnots(pPage, pContext->m_pContext.get(), bPrinting, &matrix, in RenderPageImpl()
|