Searched refs:dstQuad (Results 1 - 2 of 2) sorted by relevance

/external/chromium-trace/trace-viewer/src/base/
H A Dquad.js115 scaleFast: function(dstQuad, s) {
116 vec2.copy(dstQuad.p1, this.p1, s);
117 vec2.copy(dstQuad.p2, this.p2, s);
118 vec2.copy(dstQuad.p3, this.p3, s);
119 vec2.copy(dstQuad.p3, this.p3, s);
143 projectUnitRectFast: function(dstQuad, rect) {
178 vec2.add(dstQuad.p1, this.p1, tmpVec2a);
183 vec2.add(dstQuad.p2, this.p2, tmpVec2a);
189 vec2.add(dstQuad.p3, this.p3, tmpVec2a);
194 vec2.add(dstQuad
[all...]
/external/opencv/cvaux/src/
H A Dcvepilines.cpp2365 void icvComputePerspectiveCoeffs(const CvPoint2D32f srcQuad[4],const CvPoint2D32f dstQuad[4],double coeffs[3][3]) argument
2387 double x = dstQuad[i].x;
2388 double y = dstQuad[i].y;
2394 double X = dstQuad[i].x;
2395 double Y = dstQuad[i].y;

Completed in 131 milliseconds