HomeSort by relevance Sort by last modified time
    Searched defs:Curve (Results 1 - 5 of 5) sorted by null

  /external/lmfit/ruby/inline/
curve1_rubyinline.rb 17 class Curve
96 c = Curve.new
  /external/skia/tests/
PathOpsThreeWayTest.cpp 14 struct Curve {
16 CubicPts curve; // largest can hold lines / quads/ cubics member in struct:Curve
19 static const Curve testSet0[] = { // extracted from skpClip2
25 static const Curve testSet1[] = { // extracted from cubicOp85i
33 const Curve* tests;
48 const Curve& oTest = testSet.tests[outer];
50 const Curve& iTest = testSet.tests[inner];
53 SkDLine oLine = {{ oTest.curve.fPts[0], oTest.curve.fPts[1] }};
54 SkDLine iLine = {{ iTest.curve.fPts[0], iTest.curve.fPts[1] }}
    [all...]
  /external/skqp/tests/
PathOpsThreeWayTest.cpp 14 struct Curve {
16 CubicPts curve; // largest can hold lines / quads/ cubics member in struct:Curve
19 static const Curve testSet0[] = { // extracted from skpClip2
25 static const Curve testSet1[] = { // extracted from cubicOp85i
33 const Curve* tests;
48 const Curve& oTest = testSet.tests[outer];
50 const Curve& iTest = testSet.tests[inner];
53 SkDLine oLine = {{ oTest.curve.fPts[0], oTest.curve.fPts[1] }};
54 SkDLine iLine = {{ iTest.curve.fPts[0], iTest.curve.fPts[1] }}
    [all...]
  /external/python/pyasn1-modules/pyasn1_modules/
rfc3279.py 166 class Curve(univ.Sequence):
184 namedtype.NamedType('curve', Curve()),
  /external/pdfium/third_party/lcms/src/
cmstypes.c 239 // Keep starting position of curve offsets
    [all...]

Completed in 314 milliseconds