Home
last modified time | relevance | path

Searched refs:rcItem (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_ListBox.cpp114 CPDF_Rect rcItem = m_pList->GetItemRect(i); in GetThisAppearanceStream() local
116 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() local
167 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 …]
/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_list.cpp255 CPDF_Rect rcItem = pListItem->GetRect(); in GetItemRect() local
256 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() local
707 return rcItem.bottom >= rcPlate.bottom && rcItem.top <= rcPlate.top; in IsItemVisible()
715 CPDF_Rect rcItem = CFX_List::GetItemRect(nItemIndex); in ScrollToListItem() local
720 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 …]
/external/pdfium/core/src/fpdfdoc/
Ddoc_ap.cpp635 CPDF_Rect rcItem = in GenerateWidgetAP() local
641 << rcItem.left << " " << rcItem.bottom << " " in GenerateWidgetAP()
642 << rcItem.Width() << " " << rcItem.Height() << " re f\n" in GenerateWidgetAP()
/external/pdfium/fpdfsdk/src/
Dfsdk_baseform.cpp1506 CPDF_Rect rcItem = local
1512 << rcItem.left << " " << rcItem.bottom << " " << rcItem.Width()
1513 << " " << rcItem.Height() << " re f\n"