HomeSort by relevance Sort by last modified time
    Searched refs:midpoint (Results 1 - 3 of 3) sorted by null

  /external/opencv/cvaux/src/
cv3dtracker.cpp 377 // Find the midpoint of the line segment between two points.
378 static CvPoint3D32f midpoint(const CvPoint3D32f &p1, const CvPoint3D32f &p2) function
481 total += midpoint(r1, r2);
  /external/llvm/lib/Support/
APInt.cpp     [all...]
  /external/webkit/Source/WebCore/rendering/
RenderBlockLineLayout.cpp 100 // Check to see if our last midpoint is a start point beyond the line break. If so,
119 static void addMidpoint(LineMidpointState& lineMidpointState, const InlineIterator& midpoint)
125 midpoints[lineMidpointState.numMidpoints++] = midpoint;
160 // An end midpoint has been encountered within our object. We
    [all...]

Completed in 40 milliseconds