Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/pdfwindow/
DPWL_ListBox.cpp104 CFX_FloatRect rcItem = m_pList->GetItemRect(i); in GetThisAppearanceStream()
157 CFX_FloatRect rcItem = m_pList->GetItemRect(i); in DrawThisAppearance()
358 CFX_FloatRect rcCaret = m_pList->GetItemRect(m_pList->GetCaret()); in GetFocusRect()
/external/pdfium/fpdfsdk/fxedit/
Dfxet_list.cpp371 CFX_FloatRect CFX_ListCtrl::GetItemRect(int32_t nIndex) const { in GetItemRect() function in CFX_ListCtrl
457 CFX_FloatRect rcRefresh = GetItemRect(nItemIndex); in InvalidateItem()
502 CFX_FloatRect rcItem = GetItemRect(nItemIndex); in IsItemVisible()
513 CFX_FloatRect rcItemCtrl = GetItemRect(nItemIndex); in ScrollToListItem()
Dfxet_list.h240 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