Searched refs:containedBy (Results 1 – 1 of 1) sorted by relevance
1129 bool containedBy = intoX <= 0 && intoY <= 0 && intoRight >= 0 && intoBottom >= 0; in isContainer() local1130 if (containedBy && other->mNode->partRectsContains(mNode)) { in isContainer()