Searched refs:geo (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/glu/dist/src/libnurbs/internals/
H A Dpatch.cc58 Patch::Patch( Quilt_ptr geo, REAL *pta, REAL *ptb, Patch *n ) argument
61 mapdesc = geo->mapdesc;
65 pspec[0].order = geo->qspec[0].order;
66 pspec[1].order = geo->qspec[1].order;
71 REAL *ps = geo->cpts;
72 geo->select( pta, ptb );
73 ps += geo->qspec[0].offset;
74 ps += geo->qspec[1].offset;
75 ps += geo->qspec[0].index * geo
[all...]
H A Dcurve.cc55 Curve::Curve( Quilt_ptr geo, REAL pta, REAL ptb, Curve *c ) argument
57 mapdesc = geo->mapdesc;
61 order = geo->qspec[0].order;
70 REAL *ps = geo->cpts;
71 Quiltspec_ptr qs = geo->qspec;
/xsrc/external/mit/xorg-server.old/dist/hw/kdrive/ephyr/
H A Dephyrdriext.c205 EphyrBox geo; local in function:ephyrDRIMoveWindow
243 memset (&geo, 0, sizeof (geo)) ;
244 geo.x = x ;
245 geo.y = y ;
246 geo.width = a_win->drawable.width ;
247 geo.height = a_win->drawable.height ;
248 hostx_set_window_geometry (pair->remote, &geo) ;
265 EphyrBox geo; local in function:ephyrDRIPositionWindow
295 memset (&geo,
890 EphyrBox geo ; local in function:createHostPeerWindow
[all...]
/xsrc/external/mit/libXt/dist/
H A Dconfigure.ac139 AC_MSG_CHECKING(if geo-tattler traces are wanted)
140 AC_ARG_ENABLE(geo-tattler, AS_HELP_STRING([--enable-geo-tattler], [Enable geo-tattler traces]),
144 AC_DEFINE(XT_GEO_TATTLER, 1, [Define to 1 to enable geo-tattler traces.])
H A Dconfigure1604 --enable-geo-tattler Enable geo-tattler traces
21264 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if geo-tattler traces are wanted" >&5
21265 printf %s "checking if geo-tattler traces are wanted... " >&6; }
21266 # Check whether --enable-geo-tattler was given.
/xsrc/external/mit/xmh/dist/
H A Dinit.c186 static char *FixUpGeometry(char *geo, unsigned defwidth, unsigned defheight) argument
191 if (geo == NULL) geo = app_resources.geometry;
193 gbits = XParseGeometry(geo, &x, &y, &width, &height);
/xsrc/external/mit/libXpm/dist/sxpm/
H A Dsxpm.c196 char *geo = NULL; local in function:main
198 geo = (char *) val.addr;
199 flags = XParseGeometry(geo, &x_rtn, &y_rtn,
/xsrc/external/mit/xedit/dist/lisp/re/
H A Dre.c93 long geo[9]; member in struct:_re_eng
217 eng.geo[i] = -1;
720 eng.geo[eng.goff] = eng.str - eng.bas;
725 eng.geo[eng.goff] = eng.str - eng.bas;
735 k = eng.geo[i];
1269 else if (eng.geo[eng.goff] < eng.so[eng.off])
1270 eng.geo[eng.goff] = eng.so[eng.off];
1363 else if (eng.geo[eng.goff] < eng.so[eng.off])
1364 eng.geo[eng.goff] = eng.so[eng.off];
1474 else if (eng.geo[en
[all...]
/xsrc/external/mit/libXaw/dist/src/
H A DPaned.c102 #define GetRequestInfo(geo, vertical) \
103 ((vertical) ? (geo)->height : (geo)->width)

Completed in 27 milliseconds