Searched defs:clipFlags (Results 1 - 2 of 2) sorted by last modified time

/frameworks/base/libs/hwui/
H A DRenderNode.cpp415 int clipFlags = properties().getClippingFlags(); local
418 clipFlags &= ~CLIP_TO_BOUNDS; // bounds clipping done by layer
426 if (clipFlags) {
428 properties().getClippingRectForFlags(clipFlags, &layerBounds);
429 clipFlags = 0; // all clipping done by saveLayer
433 getName(), clipFlags ? "" : "unclipped ",
442 if (clipFlags) {
444 properties().getClippingRectForFlags(clipFlags, &clipRect);
H A DRenderProperties.cpp150 int clipFlags = getClippingFlags(); local
153 clipFlags &= ~CLIP_TO_BOUNDS; // bounds clipping done by layer
161 if (clipFlags) {
163 getClippingRectForFlags(clipFlags, &layerBounds);
164 clipFlags = 0; // all clipping done by saveLayer
172 if (clipFlags) {
174 getClippingRectForFlags(clipFlags, &clipRect);

Completed in 43 milliseconds