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

  /external/skia/tests/
PathOpsThreeWayTest.cpp 13 struct Curve {
15 SkDCubic curve; // largest can hold lines / quads/ cubics member in struct:Curve
18 static const Curve testSet0[] = { // extracted from skpClip2
24 static const Curve testSet1[] = { // extracted from cubicOp85i
32 const Curve* tests;
47 const Curve& oTest = testSet.tests[outer];
49 const Curve& iTest = testSet.tests[inner];
52 SkDLine oLine = {{ oTest.curve[0], oTest.curve[1] }};
53 SkDLine iLine = {{ iTest.curve[0], iTest.curve[1] }}
    [all...]
  /external/vulkan-validation-layers/demos/smoke/
Simulation.cpp 125 class Curve {
127 virtual ~Curve() {}
139 class RandomCurve : public Curve {
189 class CircleCurve : public Curve {
243 return current_.origin + current_.curve->evaluate(current_.now - current_.start);
251 if (current_.curve) {
252 current_.origin += current_.curve->evaluate(current_.end - current_.start);
262 Curve *curve; local
266 curve = new RandomCurve(rng_())
    [all...]
  /external/opencv3/doc/pattern_tools/
svgfig.py     [all...]
  /external/pdfium/third_party/lcms2-2.6/src/
cmstypes.c 233 // Keep starting position of curve offsets
    [all...]

Completed in 255 milliseconds