Searched refs:localXY (Results 1 – 1 of 1) sorted by relevance
588 float[] localXY = { x, y }; in hitsPage() local589 mapPointFromSelfToChild(page, localXY); in hitsPage()590 return (localXY[0] >= 0 && localXY[0] < page.getWidth() in hitsPage()591 && localXY[1] >= 0 && localXY[1] < page.getHeight()); in hitsPage()