Searched refs:getScissorState (Results 1 – 5 of 5) sorted by relevance
29 bool scissorEnabled = pipeline.getScissorState().enabled(); in DumpPipelineInfo()33 pipeline.getScissorState().rect().fLeft, in DumpPipelineInfo()34 pipeline.getScissorState().rect().fTop, in DumpPipelineInfo()35 pipeline.getScissorState().rect().fRight, in DumpPipelineInfo()36 pipeline.getScissorState().rect().fBottom); in DumpPipelineInfo()
498 if (!pipeline.getScissorState().enabled()) { in prepareDrawState()503 pipeline.getScissorState().rect()); in prepareDrawState()600 if (pipeline.getScissorState().enabled()) { in onDraw()
216 const GrScissorState& getScissorState() const { return fScissorState; } in getScissorState() function
538 SkASSERT(pipeline.getScissorState().enabled()); in drawMaskPrimitives()
1833 this->flushScissor(pipeline.getScissorState(), glRT->getViewport(), glRT->origin()); in flushGLState()2523 if (pipeline.getScissorState().enabled()) { in draw()