Home
last modified time | relevance | path

Searched refs:xmax (Results 1 – 9 of 9) sorted by relevance

/reactos/dll/opengl/mesa/
H A Dscissor.c121 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 Dpoints.c448 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 Dlinetemp.h418 GLint xmax = x0 + max; variable
419 for (xx=xmin;xx<=xmax;xx++) {
H A Dpb.c151 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 Dutility.cpp78 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 Drdrle.c111 width = source->header.xmax - source->header.xmin + 1; in start_input_rle()
114 source->header.xmax = width-1; in start_input_rle()
H A Dwrrle.c192 header.xmax = cinfo->output_width - 1; in finish_output_rle()
/reactos/dll/opengl/glu32/src/libnurbs/interface/
H A Dinsurfeval.cc183 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 Dmsg.c4454 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()