Home
last modified time | relevance | path

Searched refs:GetItemRect (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/fpdfsdk/pwl/
Dcpwl_list_impl.cpp299 CFX_FloatRect CPWL_ListCtrl::GetItemRect(int32_t nIndex) const { in GetItemRect() function in CPWL_ListCtrl
376 CFX_FloatRect rcRefresh = GetItemRect(nItemIndex); in InvalidateItem()
411 CFX_FloatRect rcItem = GetItemRect(nItemIndex); in IsItemVisible()
422 CFX_FloatRect rcItemCtrl = GetItemRect(nItemIndex); in ScrollToListItem()
Dcpwl_list_box.cpp107 CFX_FloatRect rcItem = m_pList->GetItemRect(i); in DrawThisAppearance()
285 CFX_FloatRect rcCaret = m_pList->GetItemRect(m_pList->GetCaret()); in GetFocusRect()
Dcpwl_list_impl.h63 CFX_FloatRect GetItemRect(int32_t nIndex) const;
/external/lzma/CPP/Windows/Control/
DListView.h108 …bool GetItemRect(int index, RECT *rect, int code) { return BOOLToBool(ListView_GetItemRect(_window… in GetItemRect() function