Searched refs:hitLeft (Results 1 – 2 of 2) sorted by relevance
862 final float hitLeft = offset + squareWidth * i; in getColumnHit() local863 if (x >= hitLeft && x <= hitLeft + hitSize) { in getColumnHit()
1269 int32_t hitLeft; member1275 return x >= hitLeft && x <= hitRight && y >= hitTop && y <= hitBottom; in isHit()