Searched defs:rcContents (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_IconList.cpp469 CPDF_Rect rcContents = m_pListContent->GetClientRect(); local
471 if (rcScroll.top - rcScroll.bottom > rcContents.Height()) {
481 if (ptNew.y < rcScroll.bottom + rcContents.Height())
482 ptNew.y = rcScroll.bottom + rcContents.Height();
H A DPWL_Note.cpp657 CPDF_Rect rcContents = rcClient; local
658 rcContents.left += 1.0f;
659 rcContents.right -= 1.0f;
660 rcContents.top = rcDate.bottom - POPUP_ITEM_HEAD_BOTTOM;
661 rcContents.bottom += POPUP_ITEM_BOTTOMWIDTH;
662 rcContents.Normalize();
663 m_pContents->Move(rcContents, TRUE, FALSE);
664 m_pContents->SetVisible(CPWL_Utils::ContainsRect(rcClient, rcContents));
1081 CPDF_Rect rcContents = m_pContents->GetWindowRect(); local
1082 rcContents
1190 CPDF_Rect rcContents = rcClient; local
1304 CPDF_Rect rcContents = m_pContents->GetClientRect(); local
[all...]

Completed in 53 milliseconds