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

/frameworks/base/libs/hwui/
H A DRenderProperties.cpp134 int clipFlags = getClippingFlags(); local
138 clipFlags &= ~CLIP_TO_BOUNDS; // bounds clipping done by layer
147 if (clipFlags) {
148 getClippingRectForFlags(clipFlags, &layerBounds);
149 clipFlags = 0; // all clipping done by savelayer
160 if (clipFlags) {
162 getClippingRectForFlags(clipFlags, &clipRect);
H A DFrameBuilder.cpp241 int clipFlags = properties.getClippingFlags(); local
244 clipFlags &= ~CLIP_TO_BOUNDS; // bounds clipping done by layer
252 if (clipFlags) {
253 properties.getClippingRectForFlags(clipFlags, &saveLayerBounds);
254 clipFlags = 0; // all clipping done by savelayer
264 if (clipFlags) {
266 properties.getClippingRectForFlags(clipFlags, &clipRect);
/frameworks/base/libs/hwui/pipeline/skia/
H A DRenderNodeDrawable.cpp237 int clipFlags = properties.getClippingFlags(); local
240 clipFlags &= ~CLIP_TO_BOUNDS; // bounds clipping done by layer
247 if (clipFlags) {
248 properties.getClippingRectForFlags(clipFlags, &layerBounds);
249 clipFlags = 0; // all clipping done by savelayer
267 if (clipFlags) {
269 properties.getClippingRectForFlags(clipFlags, &tmpRect);

Completed in 422 milliseconds