Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dcba_fontmap.cpp258 const bool bWidget = in GetAnnotDefaultFont() local
260 if (bWidget) { in GetAnnotDefaultFont()
272 if (bWidget) { in GetAnnotDefaultFont()
297 if (bWidget && !pFontDict && pAcroFormDict) { in GetAnnotDefaultFont()
Dcpdf_annotlist.cpp233 bool bWidget = pAnnot->GetSubtype() == CPDF_Annot::Subtype::WIDGET; in DisplayPass() local
234 if ((bWidgetPass && !bWidget) || (!bWidgetPass && bWidget)) in DisplayPass()
Dcpdf_annotlist.h58 bool bWidget,