Home | History | Annotate | Download | only in nav

Lines Matching refs:intersects

153     // if the test minor axis line intersects the line segment between cursor
381 DBG_NAV_LOGD("[%d] intersects=%ss testRect=(%d,%d,w=%d,h=%d)"
383 testRect.intersects(rect) ? "true" : "false",
387 if (testRect.intersects(rect)) {
489 if (testRect.intersects(rect) == false)
500 if (cursorRect.intersects(rect)) {
534 if (clip->intersects(testBounds) == false)
699 if (mRoot->scrolledBounds().intersects(test->bounds(this)) == false) {
704 && !mRoot->baseUncovered().intersects(test->bounds(this))) {