Lines Matching defs:out
491 // This is an out-param, for getting the hsv values for an rgb
629 ByteArrayOutputStream out = new ByteArrayOutputStream(size);
631 bitmap.compress(Bitmap.CompressFormat.PNG, 100, out);
632 out.flush();
633 out.close();
634 return out.toByteArray();
656 out: for (int i = x; i < x + spanX; i++) {
659 if (!available) break out;
714 System.out.println(b.toString());