Searched defs:rcItem (Results 1 - 4 of 4) sorted by relevance

/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_ListBox.cpp144 CPDF_Rect rcItem = m_pList->GetItemRect(i); local
146 if (rcItem.bottom > rcPlate.top || rcItem.top < rcPlate.bottom) continue;
148 CPDF_Point ptOffset(rcItem.left, (rcItem.top + rcItem.bottom) * 0.5f);
151 sListItems << CPWL_Utils::GetRectFillAppStream(rcItem,PWL_DEFAULT_SELBACKCOLOR);
196 CPDF_Rect rcItem = m_pList->GetItemRect(i); local
197 if (rcItem.bottom > rcPlate.top || rcItem
[all...]
/external/pdfium/core/src/fpdfdoc/
H A Ddoc_ap.cpp578 CPDF_Rect rcItem = CPDF_Rect(rcBody.left, fy - fItemHeight, rcBody.right, fy); local
580 << rcItem.left << " " << rcItem.bottom << " " << rcItem.Width() << " " << rcItem.Height() << " re f\n" << "Q\n";
/external/pdfium/fpdfsdk/src/fxedit/
H A Dfxet_list.cpp312 CPDF_Rect rcItem = pListItem->GetRect(); local
313 rcItem.left = 0.0f;
314 rcItem.right = GetPlateRect().Width();
315 return InnerToOuter(rcItem);
869 CPDF_Rect rcItem = this->GetItemRect(nItemIndex); local
871 return rcItem.bottom >= rcPlate.bottom && rcItem.top <= rcPlate.top;
879 CPDF_Rect rcItem = CFX_List::GetItemRect(nItemIndex); local
886 SetScrollPosY(rcItem.bottom + rcPlate.Height());
893 SetScrollPosY(rcItem
974 CPDF_Rect rcItem = CFX_List::GetItemRect(nIndex); local
[all...]
/external/pdfium/fpdfsdk/src/
H A Dfsdk_baseform.cpp1171 CPDF_Rect rcItem = CPDF_Rect(rcClient.left,fy-fItemHeight,rcClient.right,fy); local
1173 << rcItem.left << " " << rcItem.bottom << " " << rcItem.Width() << " " << rcItem.Height() << " re f\n" << "Q\n";

Completed in 196 milliseconds