Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_ListBox.cpp144 CPDF_Rect rcItem = m_pList->GetItemRect(i); in GetThisAppearanceStream() local
146 if (rcItem.bottom > rcPlate.top || rcItem.top < rcPlate.bottom) continue; in GetThisAppearanceStream()
148 CPDF_Point ptOffset(rcItem.left, (rcItem.top + rcItem.bottom) * 0.5f); in GetThisAppearanceStream()
151 sListItems << CPWL_Utils::GetRectFillAppStream(rcItem,PWL_DEFAULT_SELBACKCOLOR); in GetThisAppearanceStream()
196 CPDF_Rect rcItem = m_pList->GetItemRect(i); in DrawThisAppearance() local
197 if (rcItem.bottom > rcPlate.top || rcItem.top < rcPlate.bottom) continue; in DrawThisAppearance()
199 CPDF_Point ptOffset(rcItem.left, (rcItem.top + rcItem.bottom) * 0.5f); in DrawThisAppearance()
204 rcItem.Intersect(rcList); in DrawThisAppearance()
206 rcItem.Intersect(rcClient); in DrawThisAppearance()
217 pSysHandler->OutputSelectedRect(m_pFormFiller, rcItem); in DrawThisAppearance()
[all …]
/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_list.cpp312 CPDF_Rect rcItem = pListItem->GetRect(); in GetItemRect() local
313 rcItem.left = 0.0f; in GetItemRect()
314 rcItem.right = GetPlateRect().Width(); in GetItemRect()
315 return InnerToOuter(rcItem); in GetItemRect()
869 CPDF_Rect rcItem = this->GetItemRect(nItemIndex); in IsItemVisible() local
871 return rcItem.bottom >= rcPlate.bottom && rcItem.top <= rcPlate.top; in IsItemVisible()
879 CPDF_Rect rcItem = CFX_List::GetItemRect(nItemIndex); in ScrollToListItem() local
886 SetScrollPosY(rcItem.bottom + rcPlate.Height()); in ScrollToListItem()
893 SetScrollPosY(rcItem.top); in ScrollToListItem()
974 CPDF_Rect rcItem = CFX_List::GetItemRect(nIndex); in SetTopItem() local
[all …]
/external/pdfium/core/src/fpdfdoc/
Ddoc_ap.cpp580 … CPDF_Rect rcItem = CPDF_Rect(rcBody.left, fy - fItemHeight, rcBody.right, fy); in GenerateWidgetAP() local
582 …<< rcItem.left << " " << rcItem.bottom << " " << rcItem.Width() << " " << rcItem.Height() << " re … in GenerateWidgetAP()
/external/pdfium/fpdfsdk/src/
Dfsdk_baseform.cpp1172 CPDF_Rect rcItem = CPDF_Rect(rcClient.left,fy-fItemHeight,rcClient.right,fy); in ResetAppearance_ListBox() local
1174 …<< rcItem.left << " " << rcItem.bottom << " " << rcItem.Width() << " " << rcItem.Height() << " re … in ResetAppearance_ListBox()