Home
last modified time | relevance | path

Searched refs:MAX_WIDTH (Results 1 - 6 of 6) sorted by relevance

/third_party/skia/fuzz/
H A DFuzzEncoders.cpp23 constexpr int MAX_WIDTH = 512; variable
29 fuzz->nextRange(&w, 1, MAX_WIDTH); in make_fuzzed_bitmap()
86 if (img->width() > MAX_WIDTH || img->height() > MAX_HEIGHT) { in DEF_FUZZ()
/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_limits.h39 #define MAX_WIDTH (1 << (SP_MAX_TEXTURE_2D_LEVELS - 1)) macro
H A Dsp_tile_cache.c58 pos = addr.bits.layer * (MAX_WIDTH / TILE_SIZE) * (MAX_HEIGHT / TILE_SIZE); in addr_to_clear_pos()
59 pos += addr.bits.y * (MAX_WIDTH / TILE_SIZE); in addr_to_clear_pos()
96 /* sanity checking: max sure MAX_WIDTH/HEIGHT >= largest texture image */ in sp_create_tile_cache()
97 assert(MAX_WIDTH >= pipe->screen->get_param(pipe->screen, in sp_create_tile_cache()
102 STATIC_ASSERT((TILE_SIZE << TILE_ADDR_BITS) >= MAX_WIDTH); in sp_create_tile_cache()
198 tc->clear_flags_size = (MAX_WIDTH / TILE_SIZE) * (MAX_HEIGHT / TILE_SIZE) * tc->num_maps / 32 * sizeof(uint); in sp_tile_cache_set_surface()
/third_party/backends/backend/
H A Dkvs20xx_opt.c108 #define MAX_WIDTH 215 macro
111 static SANE_Range tl_x_range = { 0, MAX_WIDTH - MIN_WIDTH, 0 };
113 static SANE_Range br_x_range = { MIN_WIDTH, MAX_WIDTH, 0 };
H A Dkvs40xx_opt.c179 #define MAX_WIDTH 297 macro
185 static SANE_Range tl_x_range = { 0, MAX_WIDTH - MIN_WIDTH, 0 };
187 static SANE_Range br_x_range = { MIN_WIDTH, MAX_WIDTH, 0 };
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/sample/sfview/
H A DViewableTaggedData.java677 static private final int MAX_WIDTH = 600; field in ViewableTaggedData.RefWidthFinder
706 if (width > MAX_WIDTH) { in add()
707 width = MAX_WIDTH; in add()

Completed in 7 milliseconds