Home
last modified time | relevance | path

Searched refs:getClipIfNeeded (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/libs/hwui/
DBakedOpState.h86 const ClipBase* getClipIfNeeded() const { return requiresClip() ? clipState : nullptr; } in getClipIfNeeded() function
DBakedOpRenderer.h79 renderGlop(&state.computedState.clippedBounds, state.computedState.getClipIfNeeded(), glop); in renderGlop()
DBakedOpRenderer.cpp359 prepareRender(&state.computedState.clippedBounds, state.computedState.getClipIfNeeded()); in renderFunctor()
DBakedOpDispatcher.cpp745 renderText(renderer, op, state, state.computedState.getClipIfNeeded(), TextRenderType::Flush); in onTextOp()