Lines Matching refs:quickReject
262 bool quickReject(float left, float top, float right, float bottom, bool snapOut = false);
263 bool quickReject(const Rect& bounds) {
264 return quickReject(bounds.left, bounds.top, bounds.right, bounds.bottom);
268 * Same as quickReject, without the scissor, instead returning clipRequired through pointer.