Home | History | Annotate | Download | only in launcher3

Lines Matching defs:out

565         // This is an out-param, for getting the hsv values for an rgb
660 ByteArrayOutputStream out = new ByteArrayOutputStream(size);
662 bitmap.compress(Bitmap.CompressFormat.PNG, 100, out);
663 out.flush();
664 out.close();
665 return out.toByteArray();
712 System.out.println(b.toString());