Home
last modified time | relevance | path

Searched refs:rcList (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/fpdfsdk/pwl/
Dcpwl_list_box.cpp100 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()
Dcpwl_combo_box.cpp355 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()