Searched refs:bPrinting (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/core/src/fpdfdoc/ |
D | doc_annot.cpp | 51 FX_BOOL bPrinting, in DisplayPass() argument 65 if (bPrinting && (annot_flags & ANNOTFLAG_PRINT) == 0) in DisplayPass() 68 if (!bPrinting && (annot_flags & ANNOTFLAG_NOVIEW)) in DisplayPass() 102 FX_BOOL bPrinting, in DisplayAnnots() argument 108 DisplayPass(pPage, pDevice, pContext, bPrinting, pUser2Device, FALSE, in DisplayAnnots() 112 DisplayPass(pPage, pDevice, pContext, bPrinting, pUser2Device, TRUE, in DisplayAnnots() 256 FX_BOOL bPrinting = pDevice->GetDeviceClass() == FXDC_PRINTER || in DrawBorder() local 258 if (bPrinting && (annot_flags & ANNOTFLAG_PRINT) == 0) { in DrawBorder() 261 if (!bPrinting && (annot_flags & ANNOTFLAG_NOVIEW)) { in DrawBorder()
|
/external/pdfium/core/include/fpdfdoc/ |
D | fpdf_doc.h | 432 FX_BOOL bPrinting, in DisplayAnnots() argument 436 DisplayAnnots(pPage, nullptr, pContext, bPrinting, pMatrix, in DisplayAnnots() 442 FX_BOOL bPrinting, 456 FX_BOOL bPrinting,
|
/external/pdfium/fpdfsdk/src/ |
D | fpdfview.cpp | 958 FX_BOOL bPrinting = pContext->m_pDevice->GetDeviceClass() != FXDC_DISPLAY; in FPDF_RenderPage_Retail() local 959 pContext->m_pAnnots->DisplayAnnots(pPage, pContext->m_pContext, bPrinting, in FPDF_RenderPage_Retail()
|
/external/pdfium/core/include/fpdfapi/ |
D | fpdf_parser.h | 182 FX_BOOL CheckOCGVisible(CPDF_Dictionary* pOCG, FX_BOOL bPrinting);
|