Searched defs:GetItemRect (Results 1 - 5 of 5) sorted by relevance

/external/lzma/CPP/Windows/Control/
H A DListView.h94 bool GetItemRect(int index, RECT *rect, int code) { return BOOLToBool(ListView_GetItemRect(_window, index, rect, code)); } function in class:NWindows::NControl::CListView
/external/pdfium/xfa/src/fwl/src/lightwidget/
H A Dlistbox.cpp181 m_ListBoxDP.GetItemRect(NULL, hItem, rtItem);
244 FWL_ERR CFWL_ListBox::CFWL_ListBoxDP::GetItemRect(IFWL_Widget* pWidget, function in class:CFWL_ListBox::CFWL_ListBoxDP
H A Dcombobox.cpp278 FWL_ERR CFWL_ComboBox::CFWL_ComboBoxDP::GetItemRect(IFWL_Widget* pWidget, function in class:CFWL_ComboBox::CFWL_ComboBoxDP
/external/pdfium/fpdfsdk/src/fxedit/
H A Dfxet_list.cpp253 CPDF_Rect CFX_List::GetItemRect(int32_t nIndex) const { function in class:CFX_List
589 CPDF_Rect CFX_ListCtrl::GetItemRect(int32_t nIndex) const { function in class:CFX_ListCtrl
590 return InToOut(CFX_List::GetItemRect(nIndex));
660 CPDF_Rect rcRefresh = GetItemRect(nItemIndex);
705 CPDF_Rect rcItem = GetItemRect(nItemIndex);
715 CPDF_Rect rcItem = CFX_List::GetItemRect(nItemIndex);
716 CPDF_Rect rcItemCtrl = GetItemRect(nItemIndex);
788 CPDF_Rect rcItem = CFX_List::GetItemRect(nIndex);
/external/pdfium/xfa/src/fwl/src/basewidget/
H A Dfwl_comboboximp.cpp244 GetItemRect(iOld, rtInvalidate);
249 GetItemRect(iSel, rect);
263 void CFWL_ComboListImp::GetItemRect(int32_t nIndex, CFX_RectF& rtItem) { function in class:CFWL_ComboListImp
267 pData->GetItemRect(m_pInterface, hItem, rtItem);

Completed in 109 milliseconds