Searched refs:hexDigit (Results 1 – 7 of 7) sorted by relevance
23953 function hexDigit(charCode) { function23975 red: (hexDigit(text.charCodeAt(1)) * 0x11) / 255.0,23977 blue: (hexDigit(text.charCodeAt(3)) * 0x11) / 255.0,23982 red: (hexDigit(text.charCodeAt(1)) * 0x11) / 255.0,23989 red: (hexDigit(text.charCodeAt(1)) * 0x10 + hexDigit(text.charCodeAt(2))) / 255.0,23990 green: (hexDigit(text.charCodeAt(3)) * 0x10 + hexDigit(text.charCodeAt(4))) / 255.0,23991 blue: (hexDigit(text.charCodeAt(5)) * 0x10 + hexDigit(text.charCodeAt(6))) / 255.0,23996 red: (hexDigit(text.charCodeAt(1)) * 0x10 + hexDigit(text.charCodeAt(2))) / 255.0,23997 green: (hexDigit(text.charCodeAt(3)) * 0x10 + hexDigit(text.charCodeAt(4))) / 255.0,23998 blue: (hexDigit(text.charCodeAt(5)) * 0x10 + hexDigit(text.charCodeAt(6))) / 255.0,[all …]
1 …hexDigit(charCode) {\n if (charCode < Digit0) {\n return 0;\n }\n if (charCode <= …
META-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
META-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...