Home | History | Annotate | Download | only in hwui

Lines Matching refs:clipRequired

268      * Same as quickReject, without the scissor, instead returning clipRequired through pointer.
269 * clipRequired will be only set if not rejected
272 bool snapOut = false, bool* clipRequired = NULL);
273 bool quickRejectNoScissor(const Rect& bounds, bool* clipRequired = NULL) {
275 clipRequired);