HomeSort by relevance Sort by last modified time
    Searched refs:maxw (Results 1 - 7 of 7) 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/qemu/android/
help.c 211 int pass, maxw = 0; local
238 if (len > maxw)
239 maxw = len;
241 PRINTF( " %-*s %s\n", maxw, temp, skin_key_command_description(cmd) );
    [all...]
  /external/webkit/Source/WebCore/platform/efl/
RenderThemeEfl.cpp 538 Evas_Coord minw, minh, maxw, maxh; local
547 edje_object_size_max_get(object, &maxw, &maxh);
548 desc->max.setWidth(Length(maxw, Fixed));
566 if (maxw > 0 && ow > maxw)
567 ow = maxw;
    [all...]
  /external/qemu/distrib/sdl-1.2.12/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 307 maxw=`max_length "$OPTIONS_TEXT"`
308 AWK_SCRIPT=`echo "{ printf \"%-${maxw}s\", \\$1 }"`
  /frameworks/base/services/java/com/android/server/wm/
WindowManagerService.java 6452 int maxw = (int)(realdh\/1.3f); local
    [all...]

Completed in 577 milliseconds