Searched refs:yvec (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/ogl/
H A Doglmisc.cpp584 * Find where (x1, y1) -> (x2, y2) hits one of the lines in xvec, yvec.
588 void oglFindEndForPolyline(double n, double xvec[], double yvec[], argument
593 double lasty = yvec[0];
601 oglCheckLineIntersection(x1, y1, x2, y2, lastx, lasty, xvec[i], yvec[i],
604 lasty = yvec[i];
611 if (!(xvec[0] == lastx && yvec[0] == lasty))
613 oglCheckLineIntersection(x1, y1, x2, y2, lastx, lasty, xvec[0], yvec[0],
636 double yvec[5]; local
639 yvec[0] = (double)(y1 - height/2.0);
641 yvec[
[all...]
H A Dbasic2.cpp198 bool PolylineHitTest(double n, double xvec[], double yvec[], argument
204 double lasty = yvec[0];
212 oglCheckLineIntersection(x1, y1, x2, y2, lastx, lasty, xvec[i], yvec[i],
217 lasty = yvec[i];
224 if (!(xvec[0] == lastx && yvec[0] == lasty))
226 oglCheckLineIntersection(x1, y1, x2, y2, lastx, lasty, xvec[0], yvec[0],
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dfstrcmp.c131 ctxt.yvec = string2;
H A Ddiffseq.h51 NOTE_INSERT(ctxt, yoff) Record the insertion of the object yvec[yoff].
75 const ELEMENT *yvec; member in struct:context
152 const ELEMENT *const yv = ctxt->yvec; /* And more and more . . . */
412 ELEMENT const *yv = ctxt->yvec;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dfstrcmp.c131 ctxt.yvec = string2;
H A Ddiffseq.h51 NOTE_INSERT(ctxt, yoff) Record the insertion of the object yvec[yoff].
75 const ELEMENT *yvec; member in struct:context
152 const ELEMENT *const yv = ctxt->yvec; /* And more and more . . . */
412 ELEMENT const *yv = ctxt->yvec;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/ogl/
H A Dmisc.h57 WXDLLIMPEXP_OGL void oglFindEndForPolyline(double n, double xvec[], double yvec[],
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dsanm.c382 * @param yvec pointer to y component of vector coordinates
385 static void make_glyphs(int8_t *pglyphs, const int8_t *xvec, const int8_t *yvec, argument
394 int y0 = yvec[i];
399 int y1 = yvec[j];

Completed in 73 milliseconds