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.h35 #define FWL_STYLEEXT_EDT_Justified (1L << 22) macro
Dcfwl_datetimepicker.cpp299 dwAdd |= FWL_STYLEEXT_EDT_Justified; in ResetEditAlignment()
Dcfwl_combobox.cpp440 dwAdd |= FWL_STYLEEXT_EDT_Justified; in ResetEditAlignment()
Dcfwl_edit.cpp602 case FWL_STYLEEXT_EDT_Justified: { in UpdateEditParams()
/external/pdfium/xfa/fxfa/
Dcxfa_fftextedit.cpp226 dwExtendedStyle |= FWL_STYLEEXT_EDT_Justified; in GetAlignment()