Searched refs:rcList (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/fpdfsdk/pwl/ |
D | cpwl_list_box.cpp | 103 CFX_FloatRect rcList = GetListRect(); in DrawThisAppearance() local 115 rcItem.Intersect(rcList); in DrawThisAppearance() 124 GetTextColor().ToFXColor(255), rcList, ptOffset, in DrawThisAppearance() 131 ArgbEncode(255, 255, 255, 255), rcList, in DrawThisAppearance() 138 GetTextColor().ToFXColor(255), rcList, ptOffset, in DrawThisAppearance()
|
D | cpwl_combo_box.cpp | 331 CFX_FloatRect rcList = CPWL_Wnd::GetWindowRect(); in RePosChildWnd() local 340 rcList.top -= fOldWindowHeight; in RePosChildWnd() 344 rcList.bottom += fOldWindowHeight; in RePosChildWnd() 363 if (!m_pList->Move(rcList, true, false) || !thisObserved) in RePosChildWnd()
|