Searched refs:intoBottom (Results 1 – 1 of 1) sorted by relevance
1122 int intoBottom = otherBottom - _bottom; 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()