Searched refs:bOff (Results 1 - 6 of 6) sorted by relevance

/openjdk9/jdk/src/java.desktop/share/native/libawt/awt/image/cvutils/
H A Dimg_dir8dither.h43 blue_dither_shift = clrdata->bOff; \
H A Dimg_dirdither.h50 blue_dither_shift = clrdata->bOff; \
H A Dimg_globals.h104 int bOff; member in struct:__anon839
/openjdk9/jdk/test/com/sun/crypto/provider/Cipher/AES/
H A DTestCopySafe.java173 private static boolean isTwoArraysEqual(byte[] a, int aOff, byte[] b, int bOff, argument
176 if (a[aOff + i] != b[bOff + i]) {
/openjdk9/jdk/src/java.desktop/windows/native/libawt/windows/
H A Dawt_Win32GraphicsDevice.cpp244 colorData->bOff = 0;
246 colorData->bOff++;
254 if ( (0 == colorData->bOff)
/openjdk9/jdk/src/java.desktop/unix/native/common/awt/
H A DX11Color.c188 << awt_data->awtImage->clrdata.bOff));
443 awt_data->awtImage->clrdata.bOff = 0;
445 awt_data->awtImage->clrdata.bOff++;

Completed in 118 milliseconds