Searched defs:ba (Results 1 – 4 of 4) sorted by relevance
179 private static byte[] prependZeroByteIfHighBitSet(byte[] ba) { in prependZeroByteIfHighBitSet()
393 int ba = a.getPixel(i, j) & 0xff; in equalBitmaps() local
895 ByteBuffer ba; in getByteArray() local
1430 private static String convertByteArrayToHEXString(byte[] ba) throws Exception { in convertByteArrayToHEXString()