Searched refs:bWidget (Results 1 - 3 of 3) sorted by relevance

/external/pdfium/fpdfsdk/src/formfiller/
H A DFFL_CBA_Fontmap.cpp233 FX_BOOL bWidget = (m_pAnnotDict->GetString("Subtype") == "Widget"); local
235 if (bWidget)
246 if (bWidget)
275 if (bWidget)
/external/pdfium/core/src/fpdfdoc/
H A Ddoc_annot.cpp67 FX_BOOL bWidget = pAnnot->GetSubType() == "Widget"; local
68 if ((bWidgetPass && !bWidget) || (!bWidgetPass && bWidget)) {
/external/pdfium/core/include/fpdfdoc/
H A Dfpdf_doc.h689 FX_BOOL bWidget, CPDF_RenderOptions* pOptions, FX_RECT* clip_rect);

Completed in 114 milliseconds