Searched defs:under (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/services/surfaceflinger/
H A DLayer.cpp4 * 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.
593 // If there is nothing under us, we paint the screen in black, otherwise
597 Region under; local
605 under.orSelf( hw->getTransform().transform(layer->visibleRegion) );
608 Region holes(clip.subtract(under));

Completed in 52 milliseconds