Home | History | Annotate | Download | only in surfaceflinger

Lines Matching defs:under

4  * Licensed under the Apache License, Version 2.0 (the "License");
11 * distributed under the License is distributed on an "AS IS" BASIS,
14 * limitations under the License.
632 // If there is nothing under us, we paint the screen in black, otherwise
636 Region under;
644 under.orSelf( hw->getTransform().transform(layer->visibleRegion) );
647 Region holes(clip.subtract(under));