Lines Matching refs:newState
859 var newState = this._canvasStateStack.pop();
860 if (!newState) {
868 CanvasKit.Matrix.invert(newState.ctm)
872 this._paint = newState.paint;
874 this._lineDashList = newState.ldl;
875 this._strokeWidth = newState.sw;
876 this._strokeStyle = newState.ss;
877 this._fillStyle = newState.fs;
878 this._shadowOffsetX = newState.sox;
879 this._shadowOffsetY = newState.soy;
880 this._shadowBlur = newState.sb;
881 this._shadowColor = newState.shc;
882 this._globalAlpha = newState.ga;
883 this._globalCompositeOperation = newState.gco;
884 this._lineDashOffset = newState.ldo;
885 this._fontString = newState.fontstr;