Home
last modified time | relevance | path

Searched refs:FWL_STYLEEXT_EDT_Justified (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/xfa/fwl/
Dcfwl_edit.h34 #define FWL_STYLEEXT_EDT_Justified (1L << 22) macro
Dcfwl_datetimepicker.cpp296 dwAdd |= FWL_STYLEEXT_EDT_Justified; in ResetEditAlignment()
Dcfwl_combobox.cpp357 dwAdd |= FWL_STYLEEXT_EDT_Justified; in ResetEditAlignment()
Dcfwl_edit.cpp507 case FWL_STYLEEXT_EDT_Justified: { in UpdateEditParams()
/external/pdfium/xfa/fxfa/
Dcxfa_fftextedit.cpp254 dwExtendedStyle |= FWL_STYLEEXT_EDT_Justified; in GetAlignment()