HomeSort by: relevance | last modified time | path
    Searched refs:knot (Results 1 - 7 of 7) sorted by relevancy

  /xsrc/external/mit/glu/dist/src/libnurbs/interface/
glinterface.cc 173 gluNurbsCurve(GLUnurbs *r, GLint nknots, INREAL knot[], GLint stride,
177 OTL_nurbsCurve(tempTrim, nknots, knot, stride, ctlarray, order, type);
194 r->nurbscurve(nknots, knot, sizeof(INREAL) * stride, ctlarray, order,
  /xsrc/external/mit/glu/dist/src/libnurbs/internals/
nurbsinterfac.cc 271 INREAL knot[], /* nondecreasing knot values in p */
300 knots.init( nknots, byte_stride, order, knot );
320 INREAL sknot[], /* nondecreasing knot values in s */
322 INREAL tknot[], /* nondecreasing knot values in t */
  /xsrc/external/mit/libXt/dist/include/X11/
TranslateI.h 86 unsigned int knot:1; member in struct:_LateBindings
  /xsrc/external/mit/libXt/dist/src/
TMkey.c 200 if (!lateModifiers[ref].knot)
210 if (!found && !lateModifiers[ref].knot)
TMparse.c 559 XtSetBit(temp[count].knot, notL);
565 XtSetBit(temp[count].knot, notR);
570 temp[count].knot = temp[count].pair = FALSE;
TMprint.c 260 if (lateModifiers->knot) {
TMstate.c 318 && late1P->knot == late2P->knot) {

Completed in 10 milliseconds