Searched refs:CLIP_TO_BOUNDS (Results 1 – 4 of 4) sorted by relevance
64 CLIP_TO_BOUNDS = 0x1 << 0, enumerator191 return setFlag(CLIP_TO_BOUNDS, clipToBounds, &mPrimitiveFields.mClippingFlags); in setClipToBounds()542 return mPrimitiveFields.mClippingFlags & CLIP_TO_BOUNDS; in getClipToBounds()550 if (flags & CLIP_TO_BOUNDS) { in getClippingRectForFlags()635 int mClippingFlags = CLIP_TO_BOUNDS;
131 clipFlags &= ~CLIP_TO_BOUNDS; // bounds clipping done by layer in debugOutputProperties()
241 clipFlags &= ~CLIP_TO_BOUNDS; // bounds clipping done by layer in deferNodePropsAndOps()
603 clipFlags &= ~CLIP_TO_BOUNDS; // bounds clipping done by layer in pushLayerUpdate()