Searched refs:aoffset (Results 1 - 7 of 7) sorted by relevance

/external/owasp/sanitizer/src/main/org/owasp/html/
H A DStrings.java76 CharSequence a, int aoffset, CharSequence b, int boffset, int n) {
77 if (aoffset + n > a.length() || boffset + n > b.length()) { return false; }
79 char c = a.charAt(aoffset + i), d = b.charAt(boffset + i);
75 regionMatchesIgnoreCase( CharSequence a, int aoffset, CharSequence b, int boffset, int n) argument
/external/libvncserver/test/
H A Dtjunittest.c149 int aoffset=alphaOffset[pf]; local
165 a=aoffset>=0? buf[index*ps+aoffset]:0xFF;
/external/libjpeg-turbo/java/
H A DTJUnitTest.java158 int aoffset = alphaOffset[pf];
216 if (aoffset >= 0)
217 buf[index + aoffset] = (byte)255;
310 int aoffset = alphaOffset[pf];
359 byte a = aoffset >= 0 ? buf[index + aoffset] : (byte)255;
/external/libjpeg-turbo/
H A Dtjunittest.c186 int aoffset=alphaOffset[pf]; local
232 a=aoffset>=0? buf[index*ps+aoffset]:0xFF;
/external/libpng/contrib/gregbook/
H A Drpng2-x.c1220 double angle=0.0, aoffset=0.0, maxDist, dist; local
1231 * aoffset: number of degrees to rotate hue [CURRENTLY NOT USED]
1258 hue = (angle + PI) * INV_PI_360 + aoffset;
1992 double angle=0.0, aoffset=0.0, maxDist, dist; local
1999 * aoffset: number of degrees to rotate hue [CURRENTLY NOT USED]
2026 hue = (angle + PI) * INV_PI_360 + aoffset;
H A Drpng2-win.c971 double angle=0.0, aoffset=0.0, maxDist, dist; local
982 * aoffset: number of degrees to rotate hue [CURRENTLY NOT USED]
1009 hue = (angle + PI) * INV_PI_360 + aoffset;
/external/owasp/sanitizer/distrib/lib/
H A Dowasp-java-html-sanitizer.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/owasp/ org/owasp/html/ org/owasp/html/AbstractTokenStream ...

Completed in 119 milliseconds