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.cpp1072 CPDF_Point ptScroll = GetScrollPos(); local
1076 ptScroll.y += this->GetFontSize();
1080 ptScroll.y -= this->GetFontSize();
1082 this->SetScrollPos(ptScroll);
H A DPWL_Note.cpp1552 CPDF_Point ptScroll = m_pContents->GetScrollPos(); local
1558 CPDF_Point ptNew = ptScroll;
1572 if (ptNew.y != ptScroll.y)
1623 CPDF_Point ptScroll = m_pContents->GetScrollPos(); local
1624 CPDF_Point ptOld = ptScroll;
1626 if (ptScroll.y > sInfo.fContentMax)
1627 ptScroll.y = sInfo.fContentMax;
1628 if (ptScroll.y < sInfo.fContentMin + sInfo.fPlateWidth)
1629 ptScroll.y = sInfo.fContentMin + sInfo.fPlateWidth;
1630 if (ptScroll
1669 CPDF_Point ptScroll = m_pContents->GetScrollPos(); local
1681 CPDF_Point ptScroll = m_pContents->GetScrollPos(); local
[all...]

Completed in 128 milliseconds