Searched refs:bShowWidget (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/core/include/fpdfdoc/ |
D | fpdf_doc.h | 682 CFX_AffineMatrix* pMatrix, FX_BOOL bShowWidget, 686 … 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()
|
/external/pdfium/core/src/fpdfdoc/ |
D | doc_annot.cpp | 111 FX_BOOL bShowWidget, CPDF_RenderOptions* pOptions) in DisplayAnnots() argument 118 …DisplayAnnots(pPage, pDevice, NULL, bPrinting, pUser2Device, bShowWidget ? 3 : 1, pOptions, &clip_… in DisplayAnnots()
|