Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfdoc/
Ddoc_annot.cpp63 … CPDF_RenderContext* pContext, FX_BOOL bPrinting, CFX_AffineMatrix* pMatrix, in DisplayPass() argument
76 if (bPrinting && (annot_flags & ANNOTFLAG_PRINT) == 0) { in DisplayPass()
79 if (!bPrinting && (annot_flags & ANNOTFLAG_NOVIEW)) { in DisplayPass()
117 …FX_BOOL bPrinting = pDevice->GetDeviceClass() == FXDC_PRINTER || (pOptions && (pOptions->m_Flags &… in DisplayAnnots() local
118 …DisplayAnnots(pPage, pDevice, NULL, bPrinting, pUser2Device, bShowWidget ? 3 : 1, pOptions, &clip_… in DisplayAnnots()
121 … FX_BOOL bPrinting, CFX_AffineMatrix* pUser2Device, FX_DWORD dwAnnotFlags, in DisplayAnnots() argument
125 DisplayPass(pPage, pDevice, pContext, bPrinting, pUser2Device, FALSE, pOptions, pClipRect); in DisplayAnnots()
128 DisplayPass(pPage, pDevice, pContext, bPrinting, pUser2Device, TRUE, pOptions, pClipRect); in DisplayAnnots()
282 FX_BOOL bPrinting = bPrint || (pOptions && (pOptions->m_Flags & RENDER_PRINTPREVIEW)); in GetBorder() local
283 if (bPrinting && (annot_flags & ANNOTFLAG_PRINT) == 0) { in GetBorder()
[all …]
/external/pdfium/core/include/fpdfdoc/
Dfpdf_doc.h686 … FX_BOOL bPrinting, CFX_AffineMatrix* pMatrix, FX_BOOL bShowWidget, in DisplayAnnots() argument
689 … DisplayAnnots(pPage, NULL, pContext, bPrinting, pMatrix, bShowWidget ? 3 : 1, pOptions, NULL); in DisplayAnnots()
693 … FX_BOOL bPrinting, CFX_AffineMatrix* pMatrix, FX_BOOL bShowWidget, in DisplayAnnots() argument
696 …DisplayAnnots(pPage, NULL, pContext, bPrinting, pMatrix, bShowWidget ? 3 : 1, pOptions, pClipRect); in DisplayAnnots()
700 … FX_BOOL bPrinting, CFX_AffineMatrix* pMatrix, FX_DWORD dwAnnotFlags,
733 … CPDF_RenderContext* pContext, FX_BOOL bPrinting, CFX_AffineMatrix* pMatrix,
/external/pdfium/fpdfsdk/src/
Dfpdfview.cpp830 FX_BOOL bPrinting = pContext->m_pDevice->GetDeviceClass() != FXDC_DISPLAY; in FPDF_RenderPage_Retail() local
831 pContext->m_pAnnots->DisplayAnnots(pPage, pContext->m_pContext, bPrinting, &matrix, TRUE, NULL); in FPDF_RenderPage_Retail()
/external/pdfium/core/include/fpdfapi/
Dfpdf_parser.h185 FX_BOOL CheckOCGVisible(CPDF_Dictionary* pOCG, FX_BOOL bPrinting);