Home
last modified time | relevance | path

Searched refs:rcItemCtrl (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/fpdfsdk/fxedit/
Dfxet_list.cpp513 CFX_FloatRect rcItemCtrl = GetItemRect(nItemIndex); in ScrollToListItem() local
515 if (IsFloatSmaller(rcItemCtrl.bottom, rcPlate.bottom)) { in ScrollToListItem()
516 if (IsFloatSmaller(rcItemCtrl.top, rcPlate.top)) { in ScrollToListItem()
519 } else if (IsFloatBigger(rcItemCtrl.top, rcPlate.top)) { in ScrollToListItem()
520 if (IsFloatBigger(rcItemCtrl.bottom, rcPlate.bottom)) { in ScrollToListItem()