Searched refs:thisStyle (Results 1 – 2 of 2) sorted by relevance
20984 var thisStyle = this.getCurrentCharStyle(lineIndex, i + 1);20986 if (this._hasStyleChanged(prevStyle, thisStyle) || i === len) {20989 prevStyle = thisStyle;21071 _hasStyleChanged: function(prevStyle, thisStyle) { argument21072 return (prevStyle.fill !== thisStyle.fill ||21073 prevStyle.fontSize !== thisStyle.fontSize ||21074 prevStyle.textBackgroundColor !== thisStyle.textBackgroundColor ||21075 prevStyle.textDecoration !== thisStyle.textDecoration ||21076 prevStyle.fontFamily !== thisStyle.fontFamily ||21077 prevStyle.fontWeight !== thisStyle.fontWeight ||[all …]
13 …thisStyle=this.getCurrentCharStyle(lineIndex,i+1);if(this._hasStyleChanged(prevStyle,thisStyle)||i… argument