HomeSort by relevance Sort by last modified time
    Searched refs:ptScroll (Results 1 - 4 of 4) sorted by null

  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_IconList.cpp 284 CPDF_Point ptScroll = GetScrollPos();
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();
563 CPDF_Point ptNew = ptScroll;
577 if (ptNew.y != ptScroll.y)
PWL_Note.cpp     [all...]
PWL_Edit.cpp 1072 CPDF_Point ptScroll = GetScrollPos();
1076 ptScroll.y += this->GetFontSize();
1080 ptScroll.y -= this->GetFontSize();
1082 this->SetScrollPos(ptScroll);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
vfw.h     [all...]

Completed in 73 milliseconds