HomeSort by relevance Sort by last modified time
    Searched refs:bWidget (Results 1 - 3 of 3) sorted by null

  /external/pdfium/core/fpdfdoc/
cpdf_annotlist.h 56 bool bWidget,
cpdf_annotlist.cpp 171 bool bWidget = pAnnot->GetSubtype() == CPDF_Annot::Subtype::WIDGET;
172 if ((bWidgetPass && !bWidget) || (!bWidgetPass && bWidget))
  /external/pdfium/fpdfsdk/formfiller/
cba_fontmap.cpp 198 const bool bWidget = (m_pAnnotDict->GetStringFor("Subtype") == "Widget");
199 if (bWidget) {
210 if (bWidget) {
236 if (bWidget && !pFontDict && pAcroFormDict) {

Completed in 64 milliseconds