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

/frameworks/base/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.
253 // If there is nothing under us, we paint the screen in black, otherwise
257 Region under; local
265 under.orSelf(layer->visibleRegionScreen);
268 Region holes(clip.subtract(under));

Completed in 61 milliseconds