Searched refs:getClipIfNeeded (Results 1 – 4 of 4) sorted by relevance
86 const ClipBase* getClipIfNeeded() const { return requiresClip() ? clipState : nullptr; } in getClipIfNeeded() function
79 renderGlop(&state.computedState.clippedBounds, state.computedState.getClipIfNeeded(), glop); in renderGlop()
359 prepareRender(&state.computedState.clippedBounds, state.computedState.getClipIfNeeded()); in renderFunctor()
745 renderText(renderer, op, state, state.computedState.getClipIfNeeded(), TextRenderType::Flush); in onTextOp()