Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DRenderProperties.cpp129 int clipFlags = getClippingFlags(); in debugOutputProperties() local
132 clipFlags &= ~CLIP_TO_BOUNDS; // bounds clipping done by layer in debugOutputProperties()
141 if (clipFlags) { in debugOutputProperties()
142 getClippingRectForFlags(clipFlags, &layerBounds); in debugOutputProperties()
143 clipFlags = 0; // all clipping done by savelayer in debugOutputProperties()
153 if (clipFlags) { in debugOutputProperties()
155 getClippingRectForFlags(clipFlags, &clipRect); in debugOutputProperties()
/frameworks/base/libs/hwui/pipeline/skia/
DRenderNodeDrawable.cpp287 int clipFlags = properties.getClippingFlags(); in setViewProperties() local
290 clipFlags &= ~CLIP_TO_BOUNDS; // bounds clipping done by layer in setViewProperties()
297 if (clipFlags) { in setViewProperties()
298 properties.getClippingRectForFlags(clipFlags, &layerBounds); in setViewProperties()
299 clipFlags = 0; // all clipping done by savelayer in setViewProperties()
317 if (clipFlags) { in setViewProperties()
319 properties.getClippingRectForFlags(clipFlags, &tmpRect); in setViewProperties()