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

/frameworks/base/libs/hwui/
H A DRenderProperties.h67 CLIP_TO_CLIP_BOUNDS = 0x1 << 1, enumerator in enum:android::uirenderer::ClippingFlags
197 bool ret = setFlag(CLIP_TO_CLIP_BOUNDS, true, &mPrimitiveFields.mClippingFlags);
202 return setFlag(CLIP_TO_CLIP_BOUNDS, false, &mPrimitiveFields.mClippingFlags);
554 if (flags & CLIP_TO_CLIP_BOUNDS) {
H A DFrameBuilder.cpp428 if (properties.getClippingFlags() & CLIP_TO_CLIP_BOUNDS) {
433 properties.getClippingRectForFlags(CLIP_TO_CLIP_BOUNDS, &clipBounds);
/frameworks/base/libs/hwui/pipeline/skia/
H A DReorderBarrierDrawables.cpp149 bool clippedToBounds = casterProperties.getClippingFlags() & CLIP_TO_CLIP_BOUNDS;
154 casterProperties.getClippingRectForFlags(CLIP_TO_CLIP_BOUNDS, &clipBounds);

Completed in 214 milliseconds