HomeSort by relevance Sort by last modified time
    Searched refs:maxw (Results 1 - 8 of 8) sorted by null

  /external/qemu/android/utils/
misc.c 27 int nrows, ncols, r, c, n, maxw = 0; local
31 if (len > maxw)
32 maxw = len;
34 maxw += 2;
35 ncols = width/maxw;
45 printf( "%-*s", maxw, strings[index] );
stralloc.c 26 int nrows, ncols, r, c, n, maxw = 0; local
30 if (len > maxw)
31 maxw = len;
33 maxw += 2;
34 ncols = width/maxw;
44 stralloc_add_format( out, "%-*s", maxw, strings[index] );
  /external/pdfium/core/src/fxcodec/codec/
fx_codec_jpx_opj.cpp 132 int maxw, maxh, max, i, offset, upb; local
136 maxw = (int)img->comps[0].w;
138 max = maxw * maxh;
165 int maxw, maxh, max, offset, upb; local
170 maxw = (int)img->comps[0].w;
172 max = maxw * maxh;
180 for(j = 0; j < maxw; j += 2) {
201 img->comps[1].w = maxw;
203 img->comps[2].w = maxw;
205 img->comps[1].w = (OPJ_UINT32)maxw;
218 int maxw, maxh, max, offset, upb; local
    [all...]
  /external/qemu/android/
help.c 212 int pass, maxw = 0; local
239 if (len > maxw)
240 maxw = len;
242 PRINTF( " %-*s %s\n", maxw, temp, skin_key_command_description(cmd) );
    [all...]
  /external/pixman/test/
lowlevel-blt-bench.c 307 int maxw,
313 if (maxw <= TILEWIDTH * 2 || maxh <= TILEWIDTH * 2)
315 printf("error: maxw <= TILEWIDTH * 2 || maxh <= TILEWIDTH * 2\n");
324 int sx = rand () % (maxw - TILEWIDTH * 2);
326 int dx = rand () % (maxw - TILEWIDTH * 2);
342 int maxw,
348 if (maxw <= TINYWIDTH * 2 || maxh <= TINYWIDTH * 2)
350 printf("error: maxw <= TINYWIDTH * 2 || maxh <= TINYWIDTH * 2\n");
359 int sx = rand () % (maxw - TINYWIDTH * 2);
361 int dx = rand () % (maxw - TINYWIDTH * 2)
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_surface.c 468 int maxw, maxh; local
477 maxw = src->w - srcx;
478 if(maxw < w)
479 w = maxw;
  /ndk/build/tools/
prebuilt-common.sh 356 maxw=`max_length "$OPTIONS_TEXT"`
357 AWK_SCRIPT=`echo "{ printf \"%-${maxw}s\", \\$1 }"`
    [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
WindowManagerService.java 7098 int maxw = (int)(realdh\/1.3f); local
    [all...]

Completed in 565 milliseconds