Home
last modified time | relevance | path

Searched refs:aoffset (Results 1 – 5 of 5) sorted by relevance

/external/owasp/sanitizer/src/main/org/owasp/html/
DStrings.java76 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/libjpeg-turbo/
Dtjunittest.c183 int aoffset = tjAlphaOffset[pf]; in checkBuf() local
225 a = aoffset >= 0 ? buf[index * ps + aoffset] : 0xFF; in checkBuf()
712 int aoffset = tjAlphaOffset[pf]; in cmpBitmap() local
748 if (aoffset >= 0 && buf[row * pitch + i * ps + aoffset] != 0xFF) in cmpBitmap()
/external/libjpeg-turbo/java/
DTJUnitTest.java150 int aoffset = TJ.getAlphaOffset(pf); in initBuf() local
208 if (aoffset >= 0) in initBuf()
209 buf[index + aoffset] = (byte)255; in initBuf()
301 int aoffset = TJ.getAlphaOffset(pf); in checkBuf() local
353 byte a = aoffset >= 0 ? buf[index + aoffset] : (byte)255; in checkBuf()
/external/libpng/contrib/gregbook/
Drpng2-x.c1229 double angle=0.0, aoffset=0.0, maxDist, dist; in rpng2_x_load_bg_image() local
1267 hue = (angle + PI) * INV_PI_360 + aoffset; in rpng2_x_load_bg_image()
2001 double angle=0.0, aoffset=0.0, maxDist, dist; in rpng2_x_reload_bg_image() local
2035 hue = (angle + PI) * INV_PI_360 + aoffset; in rpng2_x_reload_bg_image()
Drpng2-win.c977 double angle=0.0, aoffset=0.0, maxDist, dist;
1015 hue = (angle + PI) * INV_PI_360 + aoffset;