Searched refs:hexEnd (Results 1 – 4 of 4) sorted by relevance
132 const char* hexEnd; in parseEscape() local133 if (this->matchHexToken(&hexEnd)) { in parseEscape()134 if (hexEnd - fCurPos > 6) { in parseEscape()135 hexEnd = fCurPos + 6; in parseEscape()138 size_t hexSize = hexEnd - fCurPos; in parseEscape()147 fCurPos = hexEnd; in parseEscape()260 const char* hexEnd; in parseHexColorToken() local261 if (!this->parseExpectedStringToken("#") || !this->matchHexToken(&hexEnd)) { in parseHexColorToken()266 SkString hexString(fCurPos, hexEnd - fCurPos); in parseHexColorToken()285 fCurPos = hexEnd; in parseHexColorToken()
48 const char *hexEnd = aHex + hexLength; in Hex2Bytes() local58 while (aHex < hexEnd) in Hex2Bytes()
839 int hexEnd = hexStart;843 ++hexEnd;844 if (hexEnd == hexLimit) { break; }845 esc = css.charAt(hexEnd);852 pos = hexEnd;
1745 const char *hexEnd = aHex + hexLength; in Hex2Bin() local1753 while (aHex < hexEnd) in Hex2Bin()