Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/
Dcpdfsdk_interactiveform.h83 bool IsNeedHighLight(FormFieldType fieldType) const;
Dcpdfsdk_interactiveform.cpp575 bool CPDFSDK_InteractiveForm::IsNeedHighLight(FormFieldType fieldType) const { in IsNeedHighLight() function in CPDFSDK_InteractiveForm
Dcpdfsdk_widget.cpp941 if (!m_pInteractiveForm->IsNeedHighLight(fieldType)) in DrawShadow()