Searched refs:currentAttr (Results 1 – 3 of 3) sorted by relevance
165 this.currentAttr = null;338 this.currentAttr = { property345 return Tokenizer.getTokenAttr(this.currentToken, this.currentAttr.name) !== null;352 this.currentToken.attrs.push(this.currentAttr);1390 this.currentAttr.name += toAsciiLowerChar(cp);1393 this.currentAttr.name += toChar(cp);1396 this.currentAttr.name += UNICODE.REPLACEMENT_CHARACTER;1402 this.currentAttr.name += toChar(cp);1464 this.currentAttr.value += UNICODE.REPLACEMENT_CHARACTER;1474 this.currentAttr.value += toChar(cp);[all …]
144 SkString* currentAttr = current[index]; in flush() local145 paintChanged |= changed[index] = lastAttr->equals(*currentAttr) == false; in flush()181 SkString* currentAttr = current[index]; in flush() local182 lastAttr->set(*currentAttr); in flush()
1614 this.currentAttr = null;1787 this.currentAttr = {1794 return Tokenizer.getTokenAttr(this.currentToken, this.currentAttr.name) !== null;1801 this.currentToken.attrs.push(this.currentAttr);2839 this.currentAttr.name += toAsciiLowerChar(cp);2842 this.currentAttr.name += toChar(cp);2845 this.currentAttr.name += UNICODE.REPLACEMENT_CHARACTER;2851 this.currentAttr.name += toChar(cp);2913 this.currentAttr.value += UNICODE.REPLACEMENT_CHARACTER;2923 this.currentAttr.value += toChar(cp);[all …]