Searched refs:aoffset (Results 1 – 7 of 7) sorted by relevance
/external/owasp/sanitizer/src/main/org/owasp/html/ |
D | Strings.java | 76 CharSequence a, int aoffset, CharSequence b, int boffset, int n) { in regionMatchesIgnoreCase() argument 77 if (aoffset + n > a.length() || boffset + n > b.length()) { return false; } in regionMatchesIgnoreCase() 79 char c = a.charAt(aoffset + i), d = b.charAt(boffset + i); in regionMatchesIgnoreCase()
|
/external/libvncserver/test/ |
D | tjunittest.c | 149 int aoffset=alphaOffset[pf]; in checkBuf() local 165 a=aoffset>=0? buf[index*ps+aoffset]:0xFF; in checkBuf()
|
/external/libjpeg-turbo/java/ |
D | TJUnitTest.java | 158 int aoffset = alphaOffset[pf]; in initBuf() local 216 if (aoffset >= 0) in initBuf() 217 buf[index + aoffset] = (byte)255; in initBuf() 310 int aoffset = alphaOffset[pf]; in checkBuf() local 359 byte a = aoffset >= 0 ? buf[index + aoffset] : (byte)255; in checkBuf()
|
/external/libjpeg-turbo/ |
D | tjunittest.c | 186 int aoffset=alphaOffset[pf]; in checkBuf() local 232 a=aoffset>=0? buf[index*ps+aoffset]:0xFF; in checkBuf()
|
/external/libpng/contrib/gregbook/ |
D | rpng2-x.c | 1220 double angle=0.0, aoffset=0.0, maxDist, dist; in rpng2_x_load_bg_image() local 1258 hue = (angle + PI) * INV_PI_360 + aoffset; in rpng2_x_load_bg_image() 1992 double angle=0.0, aoffset=0.0, maxDist, dist; in rpng2_x_reload_bg_image() local 2026 hue = (angle + PI) * INV_PI_360 + aoffset; in rpng2_x_reload_bg_image()
|
D | rpng2-win.c | 971 double angle=0.0, aoffset=0.0, maxDist, dist; in rpng2_win_load_bg_image() local 1009 hue = (angle + PI) * INV_PI_360 + aoffset; in rpng2_win_load_bg_image()
|
/external/owasp/sanitizer/distrib/lib/ |
D | owasp-java-html-sanitizer.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/owasp/
org/ ... |