Searched refs:y21 (Results 1 – 5 of 5) sorted by relevance
/external/opencv3/modules/imgproc/src/ |
D | intersection.cpp | 110 float y21 = pts2[j].y - pts1[i].y; in rotatedRectangleIntersection() local 120 float t1 = (vx2*y21 - vy2*x21) / det; in rotatedRectangleIntersection() 121 float t2 = (vx1*y21 - vy1*x21) / det; in rotatedRectangleIntersection()
|
D | drawing.cpp | 1427 int y11 = center.y - dy, y12 = center.y + dy, y21 = center.y - dx, y22 = center.y + dx; in Circle() local 1448 tptr0 = ptr + y21 * step; in Circle() 1464 else if( x11 < size.width && x12 >= 0 && y21 < size.height && y22 >= 0 ) in Circle() 1510 if( (unsigned)y21 < (unsigned)size.height ) in Circle() 1512 uchar *tptr = ptr + y21 * step; in Circle()
|
/external/opencv/cxcore/src/ |
D | cxdrawing.cpp | 1427 int y11 = center.y - dy, y12 = center.y + dy, y21 = center.y - dx, y22 = center.y + dx; in icvCircle() local 1448 tptr0 = ptr + y21 * step; in icvCircle() 1464 else if( x11 < size.width && x12 >= 0 && y21 < size.height && y22 >= 0 ) in icvCircle() 1510 if( (unsigned)y21 < (unsigned)size.height ) in icvCircle() 1512 uchar *tptr = ptr + y21 * step; in icvCircle()
|
/external/v8/test/mjsunit/ |
D | track-fields.js | 65 o.y15 = v; o.y16 = v; o.y17 = v; o.y18 = v; o.y19 = v; o.y20 = v; o.y21 = v;
|
/external/opencv/cvaux/src/ |
D | cvlee.cpp | 3534 float x21,x43,y43,y21,x31,y31; in _cvLine_LineIntersection() local 3547 y21 = pEdge1->direction->y; in _cvLine_LineIntersection() 3575 det = y21*x43 - x21*y43; in _cvLine_LineIntersection() 3580 m = (x21*y31 - y21*x31)/det; in _cvLine_LineIntersection() 3590 pPoint->y = (float)(k*y21) + Point1.y; in _cvLine_LineIntersection()
|