Home
last modified time | relevance | path

Searched refs:FWL_STYLEEXT_LTB_CenterAlign (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/xfa/fwl/
Dcfwl_listbox.h22 #define FWL_STYLEEXT_LTB_CenterAlign (1L << 4) macro
Dcfwl_listbox.cpp66 case FWL_STYLEEXT_LTB_CenterAlign: in Update()
Dcfwl_combobox.cpp454 dwAdd |= FWL_STYLEEXT_LTB_CenterAlign; in ResetListItemAlignment()
/external/pdfium/xfa/fxfa/
Dcxfa_fflistbox.cpp115 dwExtendedStyle |= FWL_STYLEEXT_LTB_CenterAlign; in GetAlignment()