Searched refs:GL_SIZE_LIMIT (Results 1 – 1 of 1) sorted by relevance
153 private static final int GL_SIZE_LIMIT = 2048; field in BitmapRegionTileSource156 public static final int MAX_PREVIEW_SIZE = GL_SIZE_LIMIT / 2;397 if (preview.getWidth() <= GL_SIZE_LIMIT && preview.getHeight() <= GL_SIZE_LIMIT) { in BitmapRegionTileSource()