Home
last modified time | relevance | path

Searched refs:nFieldType (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/fpdfsdk/src/
Dfsdk_baseform.cpp61 int nFieldType = GetFieldType(); in IsWidgetAppearanceValid() local
62 switch (nFieldType) in IsWidgetAppearanceValid()
365 int nFieldType = GetFieldType(); in ResetAppearance() local
367 switch (nFieldType) in ResetAppearance()
417 int nFieldType = GetFieldType(); in DrawAppearance() local
419 if ((nFieldType == FIELDTYPE_CHECKBOX || nFieldType == FIELDTYPE_RADIOBUTTON) && in DrawAppearance()
454 int nFieldType = GetFieldType(); in DrawShadow() local
455 if (m_pInterForm->IsNeedHighLight(nFieldType)) in DrawShadow()
461 FX_COLORREF color = m_pInterForm->GetHighlightColor(nFieldType); in DrawShadow()
2622 FX_BOOL CPDFSDK_InterForm::IsNeedHighLight(int nFieldType) in IsNeedHighLight() argument
[all …]
Dfsdk_annothandler.cpp674 int nFieldType = pWidget->GetFieldType(); in OnLoad() local
675 if (nFieldType == FIELDTYPE_TEXTFIELD || nFieldType == FIELDTYPE_COMBOBOX) in OnLoad()
679 if (bFormated && nFieldType == FIELDTYPE_COMBOBOX) in OnLoad()
Dfsdk_mgr.cpp552 int nFieldType = pWidget->GetFieldType(); in KillFocusAnnot() local
553 if(FIELDTYPE_TEXTFIELD == nFieldType || FIELDTYPE_COMBOBOX == nFieldType) in KillFocusAnnot()
/external/pdfium/fpdfsdk/include/
Dfsdk_baseform.h246 FX_BOOL IsNeedHighLight(int nFieldType);
250 void SetHighlightColor(FX_COLORREF clr, int nFieldType);
251 FX_COLORREF GetHighlightColor(int nFieldType);
/external/pdfium/fpdfsdk/src/javascript/
DField.cpp250 int nFieldType = pFormField->GetFieldType(); in UpdateFormField() local
251 if (nFieldType == FIELDTYPE_COMBOBOX || nFieldType == FIELDTYPE_TEXTFIELD) in UpdateFormField()
312 int nFieldType = pWidget->GetFieldType(); in UpdateFormControl() local
313 if (nFieldType == FIELDTYPE_COMBOBOX || nFieldType == FIELDTYPE_TEXTFIELD) in UpdateFormControl()
1131 int nFieldType = pFormField->GetFieldType(); in SetCurrentValueIndices() local
1132 if (nFieldType == FIELDTYPE_COMBOBOX || nFieldType == FIELDTYPE_LISTBOX) in SetCurrentValueIndices()
2909 int nFieldType = pFormField->GetFieldType(); in textFont() local
2911 if (nFieldType == FIELDTYPE_PUSHBUTTON || in textFont()
2912 nFieldType == FIELDTYPE_COMBOBOX || in textFont()
2913 nFieldType == FIELDTYPE_LISTBOX || in textFont()
[all …]
/external/pdfium/fpdfsdk/src/formfiller/
DFFL_IFormFiller.cpp661 int nFieldType = pWidget->GetFieldType(); in GetFormFiller() local
662 switch(nFieldType) in GetFormFiller()
/external/pdfium/fpdfsdk/include/javascript/
DField.h224 static void AddField(CPDFSDK_Document* pDocument, int nPageIndex, int nFieldType,