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

/external/pdfium/fpdfsdk/fxedit/
H A Dfxet_list.cpp517 SetScrollPosY(rcItem.bottom + rcPlate.Height());
521 SetScrollPosY(rcItem.top);
542 SetScrollPosY(point.y);
545 void CFX_ListCtrl::SetScrollPosY(FX_FLOAT fy) { function in class:CFX_ListCtrl
603 SetScrollPosY(rcItem.top);
H A Dfxet_edit.cpp1347 void CFX_Edit::SetScrollPosY(FX_FLOAT fy) { function in class:CFX_Edit
1369 SetScrollPosY(point.y);
1395 SetScrollPosY(rcPlate.top);
1399 SetScrollPosY(rcContent.bottom + rcPlate.Height());
1401 SetScrollPosY(rcContent.top);
1448 SetScrollPosY(ptFoot.y + rcPlate.Height());
1452 SetScrollPosY(ptHead.y);

Completed in 75 milliseconds