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

  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_ListBox.cpp 114 CPDF_Rect rcItem = m_pList->GetItemRect(i);
116 if (rcItem.bottom > rcPlate.top || rcItem.top < rcPlate.bottom)
119 CPDF_Point ptOffset(rcItem.left, (rcItem.top + rcItem.bottom) * 0.5f);
122 rcItem, PWL_DEFAULT_SELBACKCOLOR);
166 CPDF_Rect rcItem = m_pList->GetItemRect(i);
167 if (rcItem.bottom > rcPlate.top || rcItem.top < rcPlate.bottom
    [all...]
  /external/pdfium/fpdfsdk/src/fxedit/
fxet_list.cpp 255 CPDF_Rect rcItem = pListItem->GetRect();
256 rcItem.left = 0.0f;
257 rcItem.right = GetPlateRect().Width();
258 return InnerToOuter(rcItem);
705 CPDF_Rect rcItem = GetItemRect(nItemIndex);
707 return rcItem.bottom >= rcPlate.bottom && rcItem.top <= rcPlate.top;
715 CPDF_Rect rcItem = CFX_List::GetItemRect(nItemIndex);
720 SetScrollPosY(rcItem.bottom + rcPlate.Height());
724 SetScrollPosY(rcItem.top)
    [all...]
  /external/pdfium/core/src/fpdfdoc/
doc_ap.cpp 635 CPDF_Rect rcItem =
641 << rcItem.left << " " << rcItem.bottom << " "
642 << rcItem.Width() << " " << rcItem.Height() << " re f\n"
    [all...]
  /external/pdfium/fpdfsdk/src/
fsdk_baseform.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winuser.h     [all...]

Completed in 167 milliseconds