Searched defs:max_size (Results 1 – 2 of 2) sorted by relevance
255 const int max_size = 4096; in handleRequests() local
629 protected static Bitmap getDownsampledBitmap(Bitmap image, int max_size) { in getDownsampledBitmap()