Searched refs:clrFill (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/xfa/fwl/theme/ |
D | cfwl_pushbuttontp.cpp | 78 CFX_Color crFill(m_pThemeData->clrFill[iColor]); in DrawBackground() 109 m_pThemeData->clrFill[0] = ArgbEncode(255, 255, 255, 255); in SetThemeData() 110 m_pThemeData->clrFill[1] = ArgbEncode(255, 226, 225, 218); in SetThemeData() 111 m_pThemeData->clrFill[2] = ArgbEncode(255, 255, 255, 255); in SetThemeData() 112 m_pThemeData->clrFill[3] = ArgbEncode(255, 255, 255, 255); in SetThemeData() 113 m_pThemeData->clrFill[4] = ArgbEncode(255, 245, 244, 234); in SetThemeData()
|
D | cfwl_pushbuttontp.h | 27 FX_ARGB clrFill[5]; member
|