Searched refs:rcList (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/fpdfsdk/pwl/ |
D | cpwl_list_box.cpp | 100 CFX_FloatRect rcList = GetListRect(); in DrawThisAppearance() local 111 rcItem.Intersect(rcContent.Width() > rcClient.Width() ? rcList in DrawThisAppearance() 119 GetTextColor().ToFXColor(255), rcList, ptOffset, in DrawThisAppearance() 126 ArgbEncode(255, 255, 255, 255), rcList, in DrawThisAppearance() 132 GetTextColor().ToFXColor(255), rcList, ptOffset, in DrawThisAppearance()
|
D | cpwl_combo_box.cpp | 355 CFX_FloatRect rcList = CPWL_Wnd::GetWindowRect(); in RePosChildWnd() local 364 rcList.top -= fOldWindowHeight; in RePosChildWnd() 368 rcList.bottom += fOldWindowHeight; in RePosChildWnd() 387 if (!m_pList->Move(rcList, true, false) || !thisObserved) in RePosChildWnd()
|