Lines Matching refs:contains
66 if (stackBounds.contains(scalarQueryBounds)) {
120 if (stackBounds.contains(scalarQueryBounds)) {
186 // check if the shape subtracted either contains the entire bounds (and makes
189 if (element->contains(queryBounds)) {
196 if (element->contains(queryBounds)) {
208 // check if the shape intersected contains the entire bounds and therefore can
212 if (element->contains(queryBounds)) {
219 if (element->contains(queryBounds)) {
231 // If the union-ed shape contains the entire bounds then after this element
235 if (element->contains(queryBounds)) {
242 if (element->contains(queryBounds)) {
259 if (element->contains(queryBounds)) {
265 if (element->contains(queryBounds)) {
281 if (element->contains(queryBounds)) {
288 if (element->contains(queryBounds)) {
305 if (element->contains(queryBounds)) {
313 if (element->contains(queryBounds)) {
411 element->contains(queryBounds);