Home
last modified time | relevance | path

Searched refs:y21 (Results 1 – 3 of 3) sorted by relevance

/external/opencv/cxcore/src/
Dcxdrawing.cpp1427 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/
Dtrack-fields.js65 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/
Dcvlee.cpp3534 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()