Searched refs:charIndex (Results 1 – 4 of 4) sorted by relevance
20652 return this.styles[loc.lineIndex][loc.charIndex] || { };20687 if (!this.styles[loc.lineIndex][loc.charIndex]) {20688 this.styles[loc.lineIndex][loc.charIndex] = { };20690 fabric.util.object.extend(this.styles[loc.lineIndex][loc.charIndex], styles);20750 charIndex: linesBeforeCursor[linesBeforeCursor.length - 1].length20760 getCurrentCharStyle: function(lineIndex, charIndex) { argument20761 …var style = this.styles[lineIndex] && this.styles[lineIndex][charIndex === 0 ? 0 : (charIndex - 1)…20782 getCurrentCharFontSize: function(lineIndex, charIndex) { argument20785 this.styles[lineIndex][charIndex === 0 ? 0 : (charIndex - 1)] &&20786 this.styles[lineIndex][charIndex === 0 ? 0 : (charIndex - 1)].fontSize) || this.fontSize;[all …]
13 …charIndex]||{}}return{}},setSelectionStyles:function(styles){if(this.selectionStart===this.selecti… argument
412 for (var charIndex = 0, n = s.length; charIndex < n;413 charIndex = decodeHelper.next) {414 decodeHelper.decode(s, charIndex);419 out.push(s.substring(pos, charIndex));
1 …charIndex = 0; charIndex < len; charIndex++) {\n if (charIndex !== 0 && charIndex % 16384 /…