Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/pwl/
Dcpwl_list_box.cpp107 CFX_FloatRect rcItem = m_pList->GetItemRect(i); in DrawThisAppearance() local
108 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()
Dcpwl_list_impl.cpp307 CFX_FloatRect rcItem = m_ListItems[nIndex]->GetRect(); in GetItemRectInternal() local
308 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() local
413 return rcItem.bottom >= rcPlate.bottom && rcItem.top <= rcPlate.top; in IsItemVisible()
421 CFX_FloatRect rcItem = GetItemRectInternal(nItemIndex); in ScrollToListItem() local
426 SetScrollPosY(rcItem.bottom + rcPlate.Height()); in ScrollToListItem()
430 SetScrollPosY(rcItem.top); in ScrollToListItem()
510 CFX_FloatRect rcItem = GetItemRectInternal(nIndex); in SetTopItem() local
[all …]
Dcpwl_appstream.cpp1694 CFX_FloatRect rcItem = in SetAsListBox() local
1701 << rcItem.left << " " << rcItem.bottom << " " << rcItem.Width() in SetAsListBox()
1702 << " " << rcItem.Height() << " " << kAppendRectOperator << " " in SetAsListBox()
/external/pdfium/core/fpdfdoc/
Dcpvt_generateap.cpp1248 CFX_FloatRect rcItem = CFX_FloatRect( in GenerateFormAP() local
1255 << rcItem.left << " " << rcItem.bottom << " " in GenerateFormAP()
1256 << rcItem.Width() << " " << rcItem.Height() << " re f\n" in GenerateFormAP()