HomeSort by relevance Sort by last modified time
    Searched refs:ymax (Results 1 - 25 of 26) sorted by null

1 2

  /external/webkit/WebCore/platform/graphics/chromium/
VDMXParser.h 35 bool parseVDMX(int* ymax, int* ymin,
  /external/quake/quake/src/QW/client/
d_sprite.c 392 float ymin, ymax; local
401 ymax = -999999.9;
412 if (pverts->v > ymax)
414 ymax = pverts->v;
422 ymax = ceil (ymax);
424 if (ymin >= ymax)
gl_rmain.c 912 float xmin, xmax, ymin, ymax; local
914 ymax = zNear * tan( fovy * M_PI / 360.0f );
915 ymin = -ymax;
918 xmax = ymax * aspect;
920 glFrustumf( xmin, xmax, ymin, ymax, zNear, zFar );
928 GLdouble xmin, xmax, ymin, ymax; local
930 ymax = zNear * tan( fovy * M_PI / 360.0 );
931 ymin = -ymax;
934 xmax = ymax * aspect;
936 glFrustum( xmin, xmax, ymin, ymax, zNear, zFar )
    [all...]
skin.c 145 || pcx->ymax >= 200)
159 for (y=0 ; y<pcx->ymax ; y++, pix += 320)
gl_warp.c 361 unsigned short xmin,ymin,xmax,ymax; member in struct:__anon6570
400 || pcx->ymax >= 256)
412 count = (pcx->xmax+1) * (pcx->ymax+1);
415 for (y=0 ; y<=pcx->ymax ; y++)
418 for (x=0 ; x<=pcx->ymax ; )
client.h 496 unsigned short xmin,ymin,xmax,ymax; member in struct:__anon6527
screen.c 611 pcx->ymax = LittleShort((short)(height-1));
gl_screen.c 702 pcx->ymax = LittleShort((short)(height-1));
  /external/quake/quake/src/WinQuake/
d_sprite.cpp 392 float ymin, ymax; local
401 ymax = -999999.9;
412 if (pverts->v > ymax)
414 ymax = pverts->v;
422 ymax = ceil (ymax);
424 if (ymin >= ymax)
gl_rmain.cpp 1011 float xmin, xmax, ymin, ymax; local
1013 ymax = zNear * tan( fovy * M_PI / 360.0f );
1014 ymin = -ymax;
1017 xmax = ymax * aspect;
1019 glFrustumf( xmin, xmax, ymin, ymax, zNear, zFar );
1027 GLdouble xmin, xmax, ymin, ymax; local
1029 ymax = zNear * tan( fovy * M_PI / 360.0 );
1030 ymin = -ymax;
1033 xmax = ymax * aspect;
1035 glFrustum( xmin, xmax, ymin, ymax, zNear, zFar )
    [all...]
gl_warp.cpp 410 unsigned short xmin,ymin,xmax,ymax; member in struct:__anon6931
449 || pcx->ymax >= 256)
461 count = (pcx->xmax+1) * (pcx->ymax+1);
464 for (y=0 ; y<=pcx->ymax ; y++)
467 for (x=0 ; x<=pcx->ymax ; )
screen.cpp 531 unsigned short xmin,ymin,xmax,ymax; member in struct:__anon7063
568 pcx->ymax = LittleShort((short)(height-1));
  /development/samples/AccelerometerPlay/src/com/example/android/accelerometerplay/
AccelerometerPlayActivity.java 206 final float ymax = mVerticalBound; local
214 if (y > ymax) {
215 mPosY = ymax;
216 } else if (y < -ymax) {
217 mPosY = -ymax;
  /external/qemu/distrib/sdl-1.2.12/src/joystick/bsd/
SDL_sysjoystick.c 131 int ymax; member in struct:joystick_hwdata
271 hw->ymax = 0;
421 if (joy->hwdata->y > joy->hwdata->ymax) {
422 joy->hwdata->ymax = joy->hwdata->y;
424 if (joy->hwdata->ymin == joy->hwdata->ymax) {
426 joy->hwdata->ymax++;
429 v -= (joy->hwdata->ymax + joy->hwdata->ymin + 1)/2;
430 v *= 32768/((joy->hwdata->ymax - joy->hwdata->ymin + 1)/2);
  /system/core/libpixelflinger/
trap.cpp 659 // that ymin and ymax are in already in the 'reduced'
668 int32_t ymax )
682 if ( dy == 0 || y1 > ymax || y2 < ymin )
688 if ( y2 < ymax )
689 ymax = TRI_SNAP_PREV_HALF(y2);
691 if ( ymin > ymax ) // when the edge doesn't cross any scanline
704 edge->y_bot = ymax;
706 if (ggl_likely(ymin <= ymax && dx)) {
768 int32_t ymax = TRI_FROM_INT(c->state.scissor.bottom) - TRI_HALF; local
770 edge_setup( edges, &num_edges, v0, v1, ymin, ymax );
964 int32_t ymax = TRI_FROM_INT(c->state.scissor.bottom); local
    [all...]
  /development/ndk/platforms/android-4/samples/san-angeles/jni/
demo.c 505 GLfloat xmin, xmax, ymin, ymax; local
507 ymax = zNear * (GLfloat)tan(fovy * PI / 360);
508 ymin = -ymax;
510 xmax = ymax * aspect;
513 (GLfixed)(ymin * 65536), (GLfixed)(ymax * 65536),
  /frameworks/base/opengl/tests/angeles/
demo.c 505 GLfloat xmin, xmax, ymin, ymax; local
507 ymax = zNear * (GLfloat)tan(fovy * PI / 360);
508 ymin = -ymax;
510 xmax = ymax * aspect;
513 (GLfixed)(ymin * 65536), (GLfixed)(ymax * 65536),
  /external/bison/src/
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
588 int ymax;
587 int ymax; member in struct:graph
    [all...]
vcg.c 73 g->ymax = G_YMAX; /* Not output. */
685 if (g->ymax != G_YMAX)
686 fprintf (fout, "\tymax:\t%d\n", g->ymax);
  /external/jpeg/
wrrle.c 191 header.ymax = cinfo->output_height - 1;
rdrle.c 116 height = source->header.ymax - source->header.ymin + 1;
  /external/qemu/android/skin/
argb.h 269 int xmin = gsx, xmax = gsx + 65536, ymin = gsy, ymax = gsy + 65536; local
276 if (ymax > sy2) ymax = sy2;
281 hh = (unsigned)(ymax-ymin);
  /external/libvpx/vp8/encoder/
ssim.c 328 const int ymax = (yo + KERNEL > H - 1) ? H - 1 : yo + KERNEL; local
338 for (y = ymin; y <= ymax; ++y, org += stride1, rec += stride2)
  /external/freetype/src/raster/
ftraster.c 81 /* o its scanline position boundaries, i.e. `Ymin' and `Ymax' */
84 /* between `Ymin' and `Ymax' */
1514 Long y1, y2, y3, x3, ymin, ymax; local
    [all...]
  /prebuilt/common/jfreechart/
jfreechart-1.0.9-swt.jar 

Completed in 1170 milliseconds

1 2