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

  /frameworks/base/libs/hwui/
BakedOpState.h 78 return clipState->rect;
83 || CC_UNLIKELY(clipState->mode != ClipMode::Rectangle);
88 return requiresClip() ? clipState : nullptr;
92 const ClipBase* clipState = nullptr;
BakedOpDispatcher.cpp 247 auto clipState = textOpState.computedState.clipState;
248 if (clipState->mode != ClipMode::Rectangle
249 || !clipState->rect.contains(shadowBounds)) {
251 shadowBounds.doIntersect(clipState->rect);
254 clipState = nullptr;
257 renderer.renderGlop(&shadowBounds, clipState, glop);
554 .setModelViewMapUnitToRect(state.computedState.clipState->rect)
    [all...]

Completed in 826 milliseconds