HomeSort by relevance Sort by last modified time
    Searched full:xmax (Results 26 - 50 of 53) sorted by null

12 3

  /external/quake/quake/src/QW/client/
gl_warp.c 361 unsigned short xmin,ymin,xmax,ymax; member in struct:__anon5006
399 || pcx->xmax >= 320
412 count = (pcx->xmax+1) * (pcx->ymax+1);
417 pix = pcx_rgb + 4*y*(pcx->xmax+1);
client.h 496 unsigned short xmin,ymin,xmax,ymax; member in struct:__anon4963
gl_screen.c 701 pcx->xmax = LittleShort((short)(width-1));
screen.c 610 pcx->xmax = LittleShort((short)(width-1));
  /external/quake/quake/src/WinQuake/
gl_warp.cpp 410 unsigned short xmin,ymin,xmax,ymax; member in struct:__anon5367
448 || pcx->xmax >= 320
461 count = (pcx->xmax+1) * (pcx->ymax+1);
466 pix = pcx_rgb + 4*y*(pcx->xmax+1);
screen.cpp 531 unsigned short xmin,ymin,xmax,ymax; member in struct:__anon5499
567 pcx->xmax = LittleShort((short)(width-1));
  /external/bison/src/
vcg.c 72 g->xmax = G_XMAX; /* Not output. */
683 if (g->xmax != G_XMAX)
684 fprintf (fout, "\txmax:\t%d\n", g->xmax);
vcg.h 579 /* xmax, ymax specify the maximal size of the virtual window that is
582 greater than xmax and ymax. Only those parts of the graph are drawn
587 int xmax;
586 int xmax; member in struct:graph
    [all...]
  /external/freetype/include/freetype/
tttables.h 79 FT_Short xMax;
191 FT_Short xMax_Extent; /* xmax extents */
317 FT_Short yMax_Extent; /* xmax or ymax extents */
    [all...]
ftimage.h 98 /* xMax :: The horizontal maximum (right-most). */
119 FT_Pos xMax, yMax;
    [all...]
  /frameworks/base/opengl/tests/angeles/
demo.c 505 GLfloat xmin, xmax, ymin, ymax; local
510 xmax = ymax * aspect;
512 glFrustumx((GLfixed)(xmin * 65536), (GLfixed)(xmax * 65536),
  /ndk/samples/san-angeles/jni/
demo.c 505 GLfloat xmin, xmax, ymin, ymax; local
510 xmax = ymax * aspect;
512 glFrustumx((GLfixed)(xmin * 65536), (GLfixed)(xmax * 65536),
  /external/freetype/src/cff/
cffobjs.c 663 cffface->bbox.xMax = ( dict->font_bbox.xMax + 0xFFFF ) >> 16;
cffparse.c 513 bbox->xMax = FT_RoundFix( cff_parse_fixed( data++ ) );
cffgload.c     [all...]
  /external/freetype/src/sfnt/
sfobjs.c 961 root->bbox.xMax = face->header.xMax;
    [all...]
ttload.c 549 FT_FRAME_SHORT ( xMax ),
    [all...]
  /external/freetype/src/smooth/
ftgrays.c     [all...]
  /external/freetype/src/truetype/
ttgload.c 311 loader->bbox.xMax = FT_NEXT_SHORT( p );
315 FT_TRACE5(( " xMin: %4d xMax: %4d\n", loader->bbox.xMin,
316 loader->bbox.xMax ));
    [all...]
  /external/freetype/src/psaux/
afmparse.c 902 fi->FontBBox.xMax = shared_vals[2].u.f;
psobjs.c     [all...]
  /external/webkit/WebCore/platform/graphics/opentype/
OpenTypeUtilities.cpp 137 BigEndianUShort xMax;
  /external/e2fsprogs/intl/
vasnprintf.c 825 xmax (xsum (length, count), xtimes (allocated, 2));
  /external/webkit/WebKit/android/nav/
WebView.cpp 697 int xMax = getScaledMaxXScroll();
699 root->setMaxScroll(xMax, yMax);
    [all...]
  /external/neven/Embedded/common/src/b_ImageEm/
ToneDownBGSupp.c 122 /* printf( "new xmin=%d, xmax=%d, ymin=%d,ymax=%d \n", rectIxXMinL, rectIxXMaxL, rectIxYMinL, rectIxYMaxL ); */

Completed in 269 milliseconds

12 3