HomeSort by relevance Sort by last modified time
    Searched full:twidth (Results 1 - 7 of 7) sorted by null

  /external/webkit/WebCore/manual-tests/
window-open-features-parsing.html 4 - ,=\twidth: reads as key:width value:0200px|0, which, after strtol/toInt, gives you 200
12 var sFeatures = " ,=\twidth == = = 0200px|0=height 400,1width=400,left=nO \ntoolBAR=yeS,resizable=yess, \rstatus= ,";
  /external/libvpx/
example_xma.c 47 "\t-w <width> \tWidth of the simulated video frame, in pixels\n"
  /external/quake/quake/src/QW/client/
r_surf.c 234 int smax, tmax, twidth; local
281 twidth = texwidth;
284 r_stepback = tmax * twidth;
294 + (tmax << 16)) % tmax) * twidth)];
  /external/quake/quake/src/WinQuake/
r_surf.cpp 251 int smax, tmax, twidth; local
298 twidth = texwidth;
301 r_stepback = tmax * twidth;
311 + (tmax << 16)) % tmax) * twidth)];
  /external/iproute2/misc/
lnstat.c 72 fprintf(stderr, "\t-w --width n,n,n,...\tWidth for each field\n");
  /external/bison/src/
vcg.c 535 fprintf (fout, "\t\twidth:\t%d\n", n->width);
652 fprintf (fout, "\twidth:\t%d\n", g->width);
  /external/qemu/distrib/sdl-1.2.12/src/video/fbcon/
SDL_fbvideo.c 764 fprintf(stderr, "\twidth: %d\n", vinfo->width);
    [all...]

Completed in 837 milliseconds