Lines Matching refs:newState
871 var newState = this._canvasStateStack.pop();
872 if (!newState) {
880 CanvasKit.SkMatrix.invert(newState.ctm)
884 this._paint = newState.paint;
886 this._lineDashList = newState.ldl;
887 this._strokeWidth = newState.sw;
888 this._strokeStyle = newState.ss;
889 this._fillStyle = newState.fs;
890 this._shadowOffsetX = newState.sox;
891 this._shadowOffsetY = newState.soy;
892 this._shadowBlur = newState.sb;
893 this._shadowColor = newState.shc;
894 this._globalAlpha = newState.ga;
895 this._globalCompositeOperation = newState.gco;
896 this._lineDashOffset = newState.ldo;
897 this._imageSmoothingEnabled = newState.ise;
898 this._imageFilterQuality = newState.isq;
899 this._fontString = newState.fontstr;