Searched refs:xmax (Results 1 – 9 of 9) sorted by relevance
/reactos/dll/opengl/mesa/ |
H A D | scissor.c | 121 GLint xmax = ctx->Buffer->Xmax; in gl_scissor_pixels() local 127 mask[i] &= (x[i]>=xmin) & (x[i]<=xmax) & (y[i]>=ymin) & (y[i]<=ymax); in gl_scissor_pixels()
|
H A D | points.c | 448 GLint xmin, ymin, xmax, ymax; in antialiased_rgba_points() local 454 xmax = (GLint) (VB->Win[i][0] + radius); in antialiased_rgba_points() 467 for (x=xmin;x<=xmax;x++) { in antialiased_rgba_points() 490 GLint xmin, ymin, xmax, ymax; in antialiased_rgba_points() local 495 xmax = (GLint) (VB->Win[i][0] + radius); in antialiased_rgba_points() 505 for (x=xmin;x<=xmax;x++) { in antialiased_rgba_points()
|
H A D | linetemp.h | 418 GLint xmax = x0 + max; variable 419 for (xx=xmin;xx<=xmax;xx++) {
|
H A D | pb.c | 151 GLint xmax = ctx->Buffer->Xmax; in gl_flush_pb() local 158 mask[i] = (x[i]>=xmin) & (x[i]<=xmax) & (y[i]>=ymin) & (y[i]<=ymax); in gl_flush_pb()
|
/reactos/modules/rosapps/applications/explorer-old/utility/ |
H A D | utility.cpp | 78 int xmax = GetSystemMetrics(SM_CXSCREEN); in MoveVisible() local 83 else if (rc.right > xmax) in MoveVisible() 84 if ((rc.left-=rc.right-xmax) < 0) in MoveVisible()
|
/reactos/dll/3rdparty/libjpeg/ |
H A D | rdrle.c | 111 width = source->header.xmax - source->header.xmin + 1; in start_input_rle() 114 source->header.xmax = width-1; in start_input_rle()
|
H A D | wrrle.c | 192 header.xmax = cinfo->output_width - 1; in finish_output_rle()
|
/reactos/dll/opengl/glu32/src/libnurbs/interface/ |
H A D | insurfeval.cc | 183 extern float xmin, xmax, ymin, ymax, zmin, zmax; /*bounding box*/ 189 float Ox = 0.5*(xmin+xmax); in gTessVertexSphere() 213 float Ox = 0.5*(xmin+xmax); in gTessVertexCyl()
|
/reactos/modules/rostests/winetests/user32/ |
H A D | msg.c | 4454 INT xmin, xmax; in test_hv_scroll_1() local 4482 xmax = 0xdeadbeef; in test_hv_scroll_1() 4483 ret = GetScrollRange(hwnd, ctl, &xmin, &xmax); in test_hv_scroll_1() 4487 ok(xmax == max, "unexpected max scroll value %d\n", xmax); in test_hv_scroll_1()
|