Searched refs:rcItem (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/fpdfsdk/src/pdfwindow/ |
D | PWL_ListBox.cpp | 144 CPDF_Rect rcItem = m_pList->GetItemRect(i); in GetThisAppearanceStream() local 146 if (rcItem.bottom > rcPlate.top || rcItem.top < rcPlate.bottom) continue; in GetThisAppearanceStream() 148 CPDF_Point ptOffset(rcItem.left, (rcItem.top + rcItem.bottom) * 0.5f); in GetThisAppearanceStream() 151 sListItems << CPWL_Utils::GetRectFillAppStream(rcItem,PWL_DEFAULT_SELBACKCOLOR); in GetThisAppearanceStream() 196 CPDF_Rect rcItem = m_pList->GetItemRect(i); in DrawThisAppearance() local 197 if (rcItem.bottom > rcPlate.top || rcItem.top < rcPlate.bottom) continue; in DrawThisAppearance() 199 CPDF_Point ptOffset(rcItem.left, (rcItem.top + rcItem.bottom) * 0.5f); in DrawThisAppearance() 204 rcItem.Intersect(rcList); in DrawThisAppearance() 206 rcItem.Intersect(rcClient); in DrawThisAppearance() 217 pSysHandler->OutputSelectedRect(m_pFormFiller, rcItem); in DrawThisAppearance() [all …]
|
/external/pdfium/fpdfsdk/src/fxedit/ |
D | fxet_list.cpp | 312 CPDF_Rect rcItem = pListItem->GetRect(); in GetItemRect() local 313 rcItem.left = 0.0f; in GetItemRect() 314 rcItem.right = GetPlateRect().Width(); in GetItemRect() 315 return InnerToOuter(rcItem); in GetItemRect() 869 CPDF_Rect rcItem = this->GetItemRect(nItemIndex); in IsItemVisible() local 871 return rcItem.bottom >= rcPlate.bottom && rcItem.top <= rcPlate.top; in IsItemVisible() 879 CPDF_Rect rcItem = CFX_List::GetItemRect(nItemIndex); in ScrollToListItem() local 886 SetScrollPosY(rcItem.bottom + rcPlate.Height()); in ScrollToListItem() 893 SetScrollPosY(rcItem.top); in ScrollToListItem() 974 CPDF_Rect rcItem = CFX_List::GetItemRect(nIndex); in SetTopItem() local [all …]
|
/external/pdfium/core/src/fpdfdoc/ |
D | doc_ap.cpp | 580 … CPDF_Rect rcItem = CPDF_Rect(rcBody.left, fy - fItemHeight, rcBody.right, fy); in GenerateWidgetAP() local 582 …<< rcItem.left << " " << rcItem.bottom << " " << rcItem.Width() << " " << rcItem.Height() << " re … in GenerateWidgetAP()
|
/external/pdfium/fpdfsdk/src/ |
D | fsdk_baseform.cpp | 1172 CPDF_Rect rcItem = CPDF_Rect(rcClient.left,fy-fItemHeight,rcClient.right,fy); in ResetAppearance_ListBox() local 1174 …<< rcItem.left << " " << rcItem.bottom << " " << rcItem.Width() << " " << rcItem.Height() << " re … in ResetAppearance_ListBox()
|