HomeSort by relevance Sort by last modified time
    Searched defs:SetScrollPosY (Results 1 - 2 of 2) sorted by null

  /external/pdfium/fpdfsdk/pwl/
cpwl_list_impl.cpp 426 SetScrollPosY(rcItem.bottom + rcPlate.Height());
430 SetScrollPosY(rcItem.top);
451 SetScrollPosY(point.y);
454 void CPWL_ListCtrl::SetScrollPosY(float fy) {
511 SetScrollPosY(rcItem.top);
cpwl_edit_impl.cpp 1020 void CPWL_EditImpl::SetScrollPosY(float fy) {
1042 SetScrollPosY(point.y);
1068 SetScrollPosY(rcPlate.top);
1072 SetScrollPosY(rcContent.bottom + rcPlate.Height());
1074 SetScrollPosY(rcContent.top);
1121 SetScrollPosY(ptFoot.y + rcPlate.Height());
1125 SetScrollPosY(ptHead.y);
    [all...]

Completed in 980 milliseconds