Home | History | Annotate | Download | only in hwui

Lines Matching refs:clipState

238     auto clipState = textOpState.computedState.clipState;
239 if (clipState->mode != ClipMode::Rectangle || !clipState->rect.contains(shadowBounds)) {
241 shadowBounds.doIntersect(clipState->rect);
244 clipState = nullptr;
247 renderer.renderGlop(&shadowBounds, clipState, glop);
539 .setModelViewMapUnitToRect(state.computedState.clipState->rect)
752 auto renderTargetClip = state.computedState.clipState;