HomeSort by relevance Sort by last modified time
    Searched refs:rcItem (Results 1 - 4 of 4) sorted by null

  /external/pdfium/fpdfsdk/pwl/
cpwl_list_box.cpp 107 CFX_FloatRect rcItem = m_pList->GetItemRect(i);
108 if (rcItem.bottom > rcPlate.top || rcItem.top < rcPlate.bottom)
111 CFX_PointF ptOffset(rcItem.left, (rcItem.top + rcItem.bottom) * 0.5f);
115 rcItem.Intersect(rcList);
117 rcItem.Intersect(rcClient);
126 pSysHandler->OutputSelectedRect(m_pFormFiller.Get(), rcItem);
128 pDevice->DrawFillRect(&mtUser2Device, rcItem,
    [all...]
cpwl_list_impl.cpp 307 CFX_FloatRect rcItem = m_ListItems[nIndex]->GetRect();
308 rcItem.left = 0.0f;
309 rcItem.right = m_rcPlate.Width();
310 return InnerToOuter(rcItem);
411 CFX_FloatRect rcItem = GetItemRect(nItemIndex);
413 return rcItem.bottom >= rcPlate.bottom && rcItem.top <= rcPlate.top;
421 CFX_FloatRect rcItem = GetItemRectInternal(nItemIndex);
426 SetScrollPosY(rcItem.bottom + rcPlate.Height());
430 SetScrollPosY(rcItem.top)
    [all...]
cpwl_appstream.cpp     [all...]
  /external/pdfium/core/fpdfdoc/
cpvt_generateap.cpp     [all...]

Completed in 62 milliseconds