Searched refs:hitTop (Results 1 – 2 of 2) sorted by relevance
842 final float hitTop = offset + squareHeight * i; in getRowHit() local843 if (y >= hitTop && y <= hitTop + hitSize) { in getRowHit()
1270 int32_t hitTop; member1275 return x >= hitLeft && x <= hitRight && y >= hitTop && y <= hitBottom; in isHit()