Searched refs:GL_SIZE_LIMIT (Results 1 – 3 of 3) sorted by relevance
130 private static final int GL_SIZE_LIMIT = 2048; field in BitmapRegionTileSource133 private static final int MAX_PREVIEW_SIZE = GL_SIZE_LIMIT / 2;316 preview.getWidth() <= GL_SIZE_LIMIT && preview.getHeight() <= GL_SIZE_LIMIT) { in BitmapRegionTileSource()
49 private static final int GL_SIZE_LIMIT = 2048; field in BitmapRegionTileSource87 if (preview.getWidth() <= GL_SIZE_LIMIT && preview.getHeight() <= GL_SIZE_LIMIT) { in BitmapRegionTileSource()
30 private static final int GL_SIZE_LIMIT = 2048; field in DrawableTileSource33 public static final int MAX_PREVIEW_SIZE = GL_SIZE_LIMIT / 2;