Searched refs:intoRight (Results 1 – 1 of 1) sorted by relevance
1121 int intoRight = otherRight - _right; in isContainer() local1123 bool contains = intoX >= 0 && intoY >= 0 && intoRight <= 0 && intoBottom <= 0; in isContainer()1129 bool containedBy = intoX <= 0 && intoY <= 0 && intoRight >= 0 && intoBottom >= 0; in isContainer()