HomeSort by relevance Sort by last modified time
    Searched refs:CFWL_PartState_Neutral (Results 1 - 3 of 3) sorted by null

  /external/pdfium/xfa/fwl/
cfwl_themepart.h 70 CFWL_PartState_Neutral = 1 << 9,
cfwl_checkbox.cpp 152 dwStates = CFWL_PartState_Neutral;
  /external/pdfium/xfa/fwl/theme/
cfwl_checkboxtp.cpp 277 (pParams->m_dwStates & CFWL_PartState_Neutral)) {
289 uint32_t dwColor = iState & CFWL_PartState_Neutral ? 0xFFA9A9A9 : 0xFF000000;

Completed in 843 milliseconds