Searched refs:rcItem (Results 1 – 4 of 4) sorted by relevance
107 CFX_FloatRect rcItem = m_pList->GetItemRect(i); in DrawThisAppearance() local108 if (rcItem.bottom > rcPlate.top || rcItem.top < rcPlate.bottom) in DrawThisAppearance()111 CFX_PointF ptOffset(rcItem.left, (rcItem.top + rcItem.bottom) * 0.5f); in DrawThisAppearance()115 rcItem.Intersect(rcList); in DrawThisAppearance()117 rcItem.Intersect(rcClient); in DrawThisAppearance()126 pSysHandler->OutputSelectedRect(m_pFormFiller.Get(), rcItem); in DrawThisAppearance()128 pDevice->DrawFillRect(&mtUser2Device, rcItem, in DrawThisAppearance()
307 CFX_FloatRect rcItem = m_ListItems[nIndex]->GetRect(); in GetItemRectInternal() local308 rcItem.left = 0.0f; in GetItemRectInternal()309 rcItem.right = m_rcPlate.Width(); in GetItemRectInternal()310 return InnerToOuter(rcItem); in GetItemRectInternal()411 CFX_FloatRect rcItem = GetItemRect(nItemIndex); in IsItemVisible() local413 return rcItem.bottom >= rcPlate.bottom && rcItem.top <= rcPlate.top; in IsItemVisible()421 CFX_FloatRect rcItem = GetItemRectInternal(nItemIndex); in ScrollToListItem() local426 SetScrollPosY(rcItem.bottom + rcPlate.Height()); in ScrollToListItem()430 SetScrollPosY(rcItem.top); in ScrollToListItem()510 CFX_FloatRect rcItem = GetItemRectInternal(nIndex); in SetTopItem() local[all …]
1694 CFX_FloatRect rcItem = in SetAsListBox() local1701 << rcItem.left << " " << rcItem.bottom << " " << rcItem.Width() in SetAsListBox()1702 << " " << rcItem.Height() << " " << kAppendRectOperator << " " in SetAsListBox()
1248 CFX_FloatRect rcItem = CFX_FloatRect( in GenerateFormAP() local1255 << rcItem.left << " " << rcItem.bottom << " " in GenerateFormAP()1256 << rcItem.Width() << " " << rcItem.Height() << " re f\n" in GenerateFormAP()