Searched refs:jpeg (Results 1 – 1 of 1) sorted by relevance
175 public void drawJpeg(int x, int y, int w, int h, InputStream jpeg) { in drawJpeg() argument177 final Bitmap bmp = BitmapFactory.decodeStream(jpeg); in drawJpeg()