Searched refs:getClipToBounds (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/libs/hwui/
H A DRenderProperties.h543 bool getClipToBounds() const { function in class:android::uirenderer::RenderProperties
604 return getClipToBounds() && (getZ() <= 0 || getOutline().isEmpty());
H A DFrameBuilder.cpp281 || (properties.getClipToBounds()
/frameworks/base/libs/hwui/pipeline/skia/
H A DRenderNodeDrawable.cpp172 bool quickRejected = properties.getClipToBounds() && canvas->quickReject(bounds);
H A DSkiaPipeline.cpp112 if (properties.getClipToBounds() && layerCanvas->quickReject(bounds)) {

Completed in 2938 milliseconds