Home | History | Annotate | Download | only in context

Lines Matching defs:currState

462             CanvasState* currState = 0;
466 m_recording->applyState(&context, currState, lastOperationId,
468 currState = op->m_canvasState;
473 while (currState) {
474 currState->exitState(&context);
475 currState = currState->parent();