Searched refs:bWidget (Results 1 – 3 of 3) sorted by relevance
198 const bool bWidget = (m_pAnnotDict->GetStringFor("Subtype") == "Widget"); in GetAnnotDefaultFont() local199 if (bWidget) { in GetAnnotDefaultFont()210 if (bWidget) { in GetAnnotDefaultFont()236 if (bWidget && !pFontDict && pAcroFormDict) { in GetAnnotDefaultFont()
171 bool bWidget = pAnnot->GetSubtype() == CPDF_Annot::Subtype::WIDGET; in DisplayPass() local172 if ((bWidgetPass && !bWidget) || (!bWidgetPass && bWidget)) in DisplayPass()
56 bool bWidget,