Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/formfiller/
Dcba_fontmap.cpp198 const bool bWidget = (m_pAnnotDict->GetStringFor("Subtype") == "Widget"); in GetAnnotDefaultFont() local
199 if (bWidget) { in GetAnnotDefaultFont()
210 if (bWidget) { in GetAnnotDefaultFont()
236 if (bWidget && !pFontDict && pAcroFormDict) { in GetAnnotDefaultFont()
/external/pdfium/core/fpdfdoc/
Dcpdf_annotlist.cpp171 bool bWidget = pAnnot->GetSubtype() == CPDF_Annot::Subtype::WIDGET; in DisplayPass() local
172 if ((bWidgetPass && !bWidget) || (!bWidgetPass && bWidget)) in DisplayPass()
Dcpdf_annotlist.h56 bool bWidget,