Home
last modified time | relevance | path

Searched refs:getClippingRectForFlags (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/libs/hwui/
DRenderProperties.cpp142 getClippingRectForFlags(clipFlags, &layerBounds); in debugOutputProperties()
155 getClippingRectForFlags(clipFlags, &clipRect); in debugOutputProperties()
DRenderProperties.h471 void getClippingRectForFlags(uint32_t flags, Rect* outRect) const { in getClippingRectForFlags() function
/frameworks/base/libs/hwui/pipeline/skia/
DRenderNodeDrawable.cpp298 properties.getClippingRectForFlags(clipFlags, &layerBounds); in setViewProperties()
319 properties.getClippingRectForFlags(clipFlags, &tmpRect); in setViewProperties()
DReorderBarrierDrawables.cpp157 casterProperties.getClippingRectForFlags(CLIP_TO_CLIP_BOUNDS, &clipBounds); in drawShadow()