Home
last modified time | relevance | path

Searched refs:clipFlags (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/
DRenderProperties.cpp137 int clipFlags = getClippingFlags(); in debugOutputProperties() local
140 clipFlags &= ~CLIP_TO_BOUNDS; // bounds clipping done by layer in debugOutputProperties()
149 if (clipFlags) { in debugOutputProperties()
150 getClippingRectForFlags(clipFlags, &layerBounds); in debugOutputProperties()
151 clipFlags = 0; // all clipping done by savelayer in debugOutputProperties()
161 if (clipFlags) { in debugOutputProperties()
163 getClippingRectForFlags(clipFlags, &clipRect); in debugOutputProperties()
/frameworks/base/libs/hwui/pipeline/skia/
DRenderNodeDrawable.cpp378 int clipFlags = properties.getClippingFlags(); in setViewProperties() local
381 clipFlags &= ~CLIP_TO_BOUNDS; // bounds clipping done by layer in setViewProperties()
388 if (clipFlags) { in setViewProperties()
389 properties.getClippingRectForFlags(clipFlags, &layerBounds); in setViewProperties()
390 clipFlags = 0; // all clipping done by savelayer in setViewProperties()
408 if (clipFlags) { in setViewProperties()
410 properties.getClippingRectForFlags(clipFlags, &tmpRect); in setViewProperties()