Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/pwl/
Dcpwl_list_box.cpp54 CFX_FloatRect rcItem = m_pListCtrl->GetItemRect(i); in DrawThisAppearance() local
55 if (rcItem.bottom > rcPlate.top || rcItem.top < rcPlate.bottom) in DrawThisAppearance()
58 CFX_PointF ptOffset(rcItem.left, (rcItem.top + rcItem.bottom) * 0.5f); in DrawThisAppearance()
61 rcItem.Intersect(rcContent.Width() > rcClient.Width() ? rcList in DrawThisAppearance()
71 pSysHandler->OutputSelectedRect(GetAttachedData(), rcItem); in DrawThisAppearance()
73 pDevice->DrawFillRect(&mtUser2Device, rcItem, in DrawThisAppearance()
Dcpwl_list_ctrl.cpp301 CFX_FloatRect rcItem = m_ListItems[nIndex]->GetRect(); in GetItemRectInternal() local
302 rcItem.left = 0.0f; in GetItemRectInternal()
303 rcItem.right = m_rcPlate.Width(); in GetItemRectInternal()
304 return InnerToOuter(rcItem); in GetItemRectInternal()
415 CFX_FloatRect rcItem = GetItemRect(nItemIndex); in IsItemVisible() local
417 return rcItem.bottom >= rcPlate.bottom && rcItem.top <= rcPlate.top; in IsItemVisible()
425 CFX_FloatRect rcItem = GetItemRectInternal(nItemIndex); in ScrollToListItem() local
430 SetScrollPosY(rcItem.bottom + rcPlate.Height()); in ScrollToListItem()
434 SetScrollPosY(rcItem.top); in ScrollToListItem()
511 CFX_FloatRect rcItem = GetItemRectInternal(nIndex); in SetTopItem() local
[all …]
/external/pdfium/core/fpdfdoc/
Dcpdf_generateap.cpp1274 CFX_FloatRect rcItem = CFX_FloatRect( in GenerateFormAP() local
1281 << rcItem.left << " " << rcItem.bottom << " " in GenerateFormAP()
1282 << rcItem.Width() << " " << rcItem.Height() << " re f\n" in GenerateFormAP()
/external/pdfium/fpdfsdk/
Dcpdfsdk_appstream.cpp1624 CFX_FloatRect rcItem = in SetAsListBox() local
1630 WriteAppendRect(sList, rcItem); in SetAsListBox()