Home
last modified time | relevance | path

Searched refs:bShowWidget (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/include/fpdfdoc/
Dfpdf_doc.h637 CFX_AffineMatrix* pMatrix, FX_BOOL bShowWidget,
641 … FX_BOOL bPrinting, CFX_AffineMatrix* pMatrix, FX_BOOL bShowWidget, in DisplayAnnots() argument
644 … DisplayAnnots(pPage, NULL, pContext, bPrinting, pMatrix, bShowWidget ? 3 : 1, pOptions, NULL); in DisplayAnnots()
648 … FX_BOOL bPrinting, CFX_AffineMatrix* pMatrix, FX_BOOL bShowWidget, in DisplayAnnots() argument
651 …DisplayAnnots(pPage, NULL, pContext, bPrinting, pMatrix, bShowWidget ? 3 : 1, pOptions, pClipRect); in DisplayAnnots()
/external/pdfium/core/src/fpdfdoc/
Ddoc_annot.cpp110 FX_BOOL bShowWidget, CPDF_RenderOptions* pOptions) in DisplayAnnots() argument
117 …DisplayAnnots(pPage, pDevice, NULL, bPrinting, pUser2Device, bShowWidget ? 3 : 1, pOptions, &clip_… in DisplayAnnots()