Searched refs:rcItem (Results 1 – 4 of 4) sorted by relevance
114 CPDF_Rect rcItem = m_pList->GetItemRect(i); in GetThisAppearanceStream() local116 if (rcItem.bottom > rcPlate.top || rcItem.top < rcPlate.bottom) in GetThisAppearanceStream()119 CPDF_Point ptOffset(rcItem.left, (rcItem.top + rcItem.bottom) * 0.5f); in GetThisAppearanceStream()122 rcItem, PWL_DEFAULT_SELBACKCOLOR); in GetThisAppearanceStream()166 CPDF_Rect rcItem = m_pList->GetItemRect(i); in DrawThisAppearance() local167 if (rcItem.bottom > rcPlate.top || rcItem.top < rcPlate.bottom) in DrawThisAppearance()170 CPDF_Point ptOffset(rcItem.left, (rcItem.top + rcItem.bottom) * 0.5f); in DrawThisAppearance()174 rcItem.Intersect(rcList); in DrawThisAppearance()176 rcItem.Intersect(rcClient); in DrawThisAppearance()187 pSysHandler->OutputSelectedRect(m_pFormFiller, rcItem); in DrawThisAppearance()[all …]
255 CPDF_Rect rcItem = pListItem->GetRect(); in GetItemRect() local256 rcItem.left = 0.0f; in GetItemRect()257 rcItem.right = GetPlateRect().Width(); in GetItemRect()258 return InnerToOuter(rcItem); in GetItemRect()705 CPDF_Rect rcItem = GetItemRect(nItemIndex); in IsItemVisible() local707 return rcItem.bottom >= rcPlate.bottom && rcItem.top <= rcPlate.top; in IsItemVisible()715 CPDF_Rect rcItem = CFX_List::GetItemRect(nItemIndex); in ScrollToListItem() local720 SetScrollPosY(rcItem.bottom + rcPlate.Height()); in ScrollToListItem()724 SetScrollPosY(rcItem.top); in ScrollToListItem()788 CPDF_Rect rcItem = CFX_List::GetItemRect(nIndex); in SetTopItem() local[all …]
635 CPDF_Rect rcItem = in GenerateWidgetAP() local641 << rcItem.left << " " << rcItem.bottom << " " in GenerateWidgetAP()642 << rcItem.Width() << " " << rcItem.Height() << " re f\n" in GenerateWidgetAP()
1506 CPDF_Rect rcItem = local1512 << rcItem.left << " " << rcItem.bottom << " " << rcItem.Width()1513 << " " << rcItem.Height() << " re f\n"