HomeSort by relevance Sort by last modified time
    Searched refs:bPrinting (Results 1 - 4 of 4) sorted by null

  /external/pdfium/core/fpdfdoc/
cpdf_annotlist.h 30 bool bPrinting,
38 bool bPrinting,
54 bool bPrinting,
cpdf_annotlist.cpp 165 bool bPrinting,
179 if (bPrinting && (annot_flags & ANNOTFLAG_PRINT) == 0)
182 if (!bPrinting && (annot_flags & ANNOTFLAG_NOVIEW))
214 bool bPrinting,
220 DisplayPass(pPage, pDevice, pContext, bPrinting, pUser2Device, false,
224 DisplayPass(pPage, pDevice, pContext, bPrinting, pUser2Device, true,
231 bool bPrinting,
237 DisplayAnnots(pPage, nullptr, pContext, bPrinting, pMatrix, dwAnnotFlags,
cpdf_annot.cpp 410 bool bPrinting = pDevice->GetDeviceClass() == FXDC_PRINTER ||
412 if (bPrinting && (annot_flags & ANNOTFLAG_PRINT) == 0) {
415 if (!bPrinting && (annot_flags & ANNOTFLAG_NOVIEW)) {
  /external/pdfium/fpdfsdk/
fpdfview.cpp 121 bool bPrinting = pContext->m_pDevice->GetDeviceClass() != FXDC_DISPLAY;
123 bPrinting, &matrix, false, nullptr);
    [all...]

Completed in 184 milliseconds