Searched refs:rcItem (Results 1 – 4 of 4) sorted by relevance
54 CFX_FloatRect rcItem = m_pListCtrl->GetItemRect(i); in DrawThisAppearance() local55 if (rcItem.bottom > rcPlate.top || rcItem.top < rcPlate.bottom) in DrawThisAppearance()58 CFX_PointF ptOffset(rcItem.left, (rcItem.top + rcItem.bottom) * 0.5f); in DrawThisAppearance()61 rcItem.Intersect(rcContent.Width() > rcClient.Width() ? rcList in DrawThisAppearance()71 pSysHandler->OutputSelectedRect(GetAttachedData(), rcItem); in DrawThisAppearance()73 pDevice->DrawFillRect(&mtUser2Device, rcItem, in DrawThisAppearance()
301 CFX_FloatRect rcItem = m_ListItems[nIndex]->GetRect(); in GetItemRectInternal() local302 rcItem.left = 0.0f; in GetItemRectInternal()303 rcItem.right = m_rcPlate.Width(); in GetItemRectInternal()304 return InnerToOuter(rcItem); in GetItemRectInternal()415 CFX_FloatRect rcItem = GetItemRect(nItemIndex); in IsItemVisible() local417 return rcItem.bottom >= rcPlate.bottom && rcItem.top <= rcPlate.top; in IsItemVisible()425 CFX_FloatRect rcItem = GetItemRectInternal(nItemIndex); in ScrollToListItem() local430 SetScrollPosY(rcItem.bottom + rcPlate.Height()); in ScrollToListItem()434 SetScrollPosY(rcItem.top); in ScrollToListItem()511 CFX_FloatRect rcItem = GetItemRectInternal(nIndex); in SetTopItem() local[all …]
1274 CFX_FloatRect rcItem = CFX_FloatRect( in GenerateFormAP() local1281 << rcItem.left << " " << rcItem.bottom << " " in GenerateFormAP()1282 << rcItem.Width() << " " << rcItem.Height() << " re f\n" in GenerateFormAP()
1624 CFX_FloatRect rcItem = in SetAsListBox() local1630 WriteAppendRect(sList, rcItem); in SetAsListBox()