Searched refs:prevStyle (Results 1 – 3 of 3) sorted by relevance
245 if (cell.prevStyle == null)247 cell.prevStyle = cell.style;256 update.setAttribute('style', cell.prevStyle + ';fillColor=red;gradientColor=white;');277 update.setAttribute('style', cell.prevStyle + ';fillColor=#d4e1f5;gradientColor=white;');
13 …prevStyle,charsToRender="";left+=lineLeftOffset||0;ctx.save();top-=lineHeight/this.lineHeight*this… argument
20975 prevStyle,20983 prevStyle = prevStyle || this.getCurrentCharStyle(lineIndex, i);20989 prevStyle = thisStyle;21071 _hasStyleChanged: function(prevStyle, thisStyle) { argument21072 return (prevStyle.fill !== thisStyle.fill ||21073 prevStyle.fontSize !== thisStyle.fontSize ||21076 prevStyle.fontFamily !== thisStyle.fontFamily ||21077 prevStyle.fontWeight !== thisStyle.fontWeight ||21078 prevStyle.fontStyle !== thisStyle.fontStyle ||21079 prevStyle.stroke !== thisStyle.stroke ||[all …]