Searched refs:testBoundsPtr (Results 1 – 1 of 1) sorted by relevance
153 WebCore::IntRect* testBoundsPtr = mCursorRing.begin() - 1; in fixUpCursorRects() local154 while (++testBoundsPtr < unitBoundsEnd) { in fixUpCursorRects()155 if (unitBoundsPtr == testBoundsPtr) in fixUpCursorRects()157 int testTop = testBoundsPtr->y(); in fixUpCursorRects()158 int testBottom = testBoundsPtr->maxY(); in fixUpCursorRects()159 int testLeft = testBoundsPtr->x(); in fixUpCursorRects()160 int testRight = testBoundsPtr->maxX(); in fixUpCursorRects()