Searched defs:ptScroll (Results 1 - 3 of 3) sorted by relevance

/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_IconList.cpp284 CPDF_Point ptScroll = GetScrollPos(); local
288 ptScroll.y = rcOrigin.top;
292 ptScroll.y = rcOrigin.bottom + rcClient.Height();
295 this->SetScrollPos(ptScroll);
300 pParent->OnNotify(this, PNM_SETSCROLLPOS, SBT_VSCROLL, (FX_INTPTR)&ptScroll.y);
557 CPDF_Point ptScroll = m_pListContent->GetScrollPos(); local
563 CPDF_Point ptNew = ptScroll;
577 if (ptNew.y != ptScroll.y)
H A DPWL_Edit.cpp1076 CPDF_Point ptScroll = GetScrollPos(); local
1080 ptScroll.y += this->GetFontSize();
1084 ptScroll.y -= this->GetFontSize();
1086 this->SetScrollPos(ptScroll);
H A DPWL_Note.cpp1550 CPDF_Point ptScroll = m_pContents->GetScrollPos(); local
1556 CPDF_Point ptNew = ptScroll;
1570 if (ptNew.y != ptScroll.y)
1621 CPDF_Point ptScroll = m_pContents->GetScrollPos(); local
1622 CPDF_Point ptOld = ptScroll;
1624 if (ptScroll.y > sInfo.fContentMax)
1625 ptScroll.y = sInfo.fContentMax;
1626 if (ptScroll.y < sInfo.fContentMin + sInfo.fPlateWidth)
1627 ptScroll.y = sInfo.fContentMin + sInfo.fPlateWidth;
1628 if (ptScroll
1667 CPDF_Point ptScroll = m_pContents->GetScrollPos(); local
1679 CPDF_Point ptScroll = m_pContents->GetScrollPos(); local
[all...]

Completed in 162 milliseconds