Searched defs:ymax (Results 26 - 35 of 35) sorted by relevance

12

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dmipoly.h89 int ymax; /* ycoord at which we exit this edge. */ member in struct:_EdgeTableEntry
106 int ymax; /* ymax for the polygon */ member in struct:__anon4968
146 if (pAET->ymax == y) { /* leaving this edge */ \
169 if (pAET->ymax == y) { /* leaving this edge */ \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dmipoly.h89 int ymax; /* ycoord at which we exit this edge. */ member in struct:_EdgeTableEntry
106 int ymax; /* ymax for the polygon */ member in struct:__anon5280
146 if (pAET->ymax == y) { /* leaving this edge */ \
169 if (pAET->ymax == y) { /* leaving this edge */ \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dmipoly.h89 int ymax; /* ycoord at which we exit this edge. */ member in struct:_EdgeTableEntry
106 int ymax; /* ymax for the polygon */ member in struct:__anon5592
146 if (pAET->ymax == y) { /* leaving this edge */ \
169 if (pAET->ymax == y) { /* leaving this edge */ \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dmipoly.h88 int ymax; /* ycoord at which we exit this edge. */ member in struct:_EdgeTableEntry
103 int ymax; /* ymax for the polygon */ member in struct:__anon5902
141 if (pAET->ymax == y) { /* leaving this edge */ \
163 if (pAET->ymax == y) { /* leaving this edge */ \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Dmipoly.h88 int ymax; /* ycoord at which we exit this edge. */ member in struct:_EdgeTableEntry
103 int ymax; /* ymax for the polygon */ member in struct:__anon6205
141 if (pAET->ymax == y) { /* leaving this edge */ \
163 if (pAET->ymax == y) { /* leaving this edge */ \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Dmipoly.h88 int ymax; /* ycoord at which we exit this edge. */ member in struct:_EdgeTableEntry
103 int ymax; /* ymax for the polygon */ member in struct:__anon6503
141 if (pAET->ymax == y) { /* leaving this edge */ \
163 if (pAET->ymax == y) { /* leaving this edge */ \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dmipoly.h91 int ymax; /* ycoord at which we exit this edge. */ member in struct:_EdgeTableEntry
108 int ymax; /* ymax for the polygon */ member in struct:__anon4599
148 if (pAET->ymax == y) { /* leaving this edge */ \
171 if (pAET->ymax == y) { /* leaving this edge */ \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dmipoly.h91 int ymax; /* ycoord at which we exit this edge. */ member in struct:_EdgeTableEntry
108 int ymax; /* ymax for the polygon */ member in struct:__anon4166
148 if (pAET->ymax == y) { /* leaving this edge */ \
171 if (pAET->ymax == y) { /* leaving this edge */ \
/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dbbox.c27 float xmax, float ymax, float zmax,
62 x[2] = _vmult(&(m->m00), xmin, ymax, zmin);
63 x[3] = _vmult(&(m->m00), xmax, ymax, zmin);
66 x[6] = _vmult(&(m->m00), xmin, ymax, zmax);
67 x[7] = _vmult(&(m->m00), xmax, ymax, zmax);
71 y[2] = _vmult(&(m->m01), xmin, ymax, zmin);
72 y[3] = _vmult(&(m->m01), xmax, ymax, zmin);
75 y[6] = _vmult(&(m->m01), xmin, ymax, zmax);
76 y[7] = _vmult(&(m->m01), xmax, ymax, zmax);
80 z[2] = _vmult(&(m->m02), xmin, ymax, zmi
26 crTransformBBox( float xmin, float ymin, float zmin, float xmax, float ymax, float zmax, const CRmatrix *m, float *out_xmin, float *out_ymin, float *out_zmin, float *out_xmax, float *out_ymax, float *out_zmax ) argument
[all...]
/vbox/src/VBox/HostServices/SharedOpenGL/dlm/
H A Ddlm.c646 double xmax, double ymax, double zmax)
662 listInfo->bbox.ymax = ymax;
669 double xmax, double ymax, double zmax)
674 xmin, ymin, zmin, xmax, ymax, zmax);
644 crDLMSetDLMBounds(CRDLM *dlm, unsigned long listIdentifier, double xmin, double ymin, double zmin, double xmax, double ymax, double zmax) argument
667 crDLMSetBounds(unsigned long listIdentifier, double xmin, double ymin, double zmin, double xmax, double ymax, double zmax) argument

Completed in 51 milliseconds

12