Searched refs:CLIP_TO_CLIP_BOUNDS (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/libs/hwui/
H A DRenderProperties.h65 CLIP_TO_CLIP_BOUNDS = 0x1 << 1, enumerator in enum:android::uirenderer::ClippingFlags
195 bool ret = setFlag(CLIP_TO_CLIP_BOUNDS, true, &mPrimitiveFields.mClippingFlags);
200 return setFlag(CLIP_TO_CLIP_BOUNDS, false, &mPrimitiveFields.mClippingFlags);
552 if (flags & CLIP_TO_CLIP_BOUNDS) {
H A DFrameBuilder.cpp425 if (properties.getClippingFlags() & CLIP_TO_CLIP_BOUNDS) {
430 properties.getClippingRectForFlags(CLIP_TO_CLIP_BOUNDS, &clipBounds);
H A DRenderNode.cpp884 if (properties().getClippingFlags() & CLIP_TO_CLIP_BOUNDS) {
890 properties().getClippingRectForFlags(CLIP_TO_CLIP_BOUNDS, &clipBounds);

Completed in 90 milliseconds