Searched refs:rcListItem (Results 1 – 1 of 1) sorted by relevance
542 CFX_FloatRect rcListItem = pListItem->GetRect(); in GetItemIndex() local543 if (IsFloatBigger(pt.y, rcListItem.top)) in GetItemIndex()545 if (IsFloatSmaller(pt.y, rcListItem.bottom)) in GetItemIndex()547 if (pt.y >= rcListItem.top && pt.y < rcListItem.bottom) in GetItemIndex()