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

/frameworks/native/services/surfaceflinger/
H A DBufferLayer.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.
171 // If there is nothing under us, we paint the screen in black, otherwise
175 Region under; local
182 under.orSelf(renderArea.getTransform().transform(layer->visibleRegion));
185 Region holes(clip.subtract(under));

Completed in 8 milliseconds