Home | History | Annotate | Download | only in fxedit

Lines Matching refs:rcItem

312 		CPDF_Rect rcItem = pListItem->GetRect();

313 rcItem.left = 0.0f;
314 rcItem.right = GetPlateRect().Width();
315 return InnerToOuter(rcItem);
869 CPDF_Rect rcItem = this->GetItemRect(nItemIndex);
871 return rcItem.bottom >= rcPlate.bottom && rcItem.top <= rcPlate.top;
879 CPDF_Rect rcItem = CFX_List::GetItemRect(nItemIndex);
886 SetScrollPosY(rcItem.bottom + rcPlate.Height());
893 SetScrollPosY(rcItem.top);
974 CPDF_Rect rcItem = CFX_List::GetItemRect(nIndex);
975 SetScrollPosY(rcItem.top);