Home
last modified time | relevance | path

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

/external/pdfium/xfa/fwl/
Dcfwl_themepart.h70 CFWL_PartState_Neutral = 1 << 9, enumerator
Dcfwl_checkbox.cpp152 dwStates = CFWL_PartState_Neutral; in GetPartStates()
/external/pdfium/xfa/fwl/theme/
Dcfwl_checkboxtp.cpp277 (pParams->m_dwStates & CFWL_PartState_Neutral)) { in DrawBackground()
289 uint32_t dwColor = iState & CFWL_PartState_Neutral ? 0xFFA9A9A9 : 0xFF000000; in DrawCheckSign()