HomeSort by relevance Sort by last modified time
    Searched refs:CLIP_TO_CLIP_BOUNDS (Results 1 - 2 of 2) sorted by null

  /frameworks/base/libs/hwui/
RenderProperties.h 63 CLIP_TO_CLIP_BOUNDS = 0x1 << 1,
166 bool ret = setFlag(CLIP_TO_CLIP_BOUNDS, true, &mPrimitiveFields.mClippingFlags);
171 return setFlag(CLIP_TO_CLIP_BOUNDS, false, &mPrimitiveFields.mClippingFlags);
519 if (flags & CLIP_TO_CLIP_BOUNDS) {
RenderNode.cpp 697 if (properties().getClippingFlags() & CLIP_TO_CLIP_BOUNDS) {
703 properties().getClippingRectForFlags(CLIP_TO_CLIP_BOUNDS, &clipBounds);
    [all...]

Completed in 1701 milliseconds