Lines Matching refs:offx
790 double x0, y0, idet, scale, offx = 0, offy = 0;
809 offx += ((CvPoint*)reader.ptr)->x;
814 offx += ((CvPoint2D32f*)reader.ptr)->x;
820 offx /= n;
831 x = ((CvPoint*)reader.ptr)->x - offx;
836 x = ((CvPoint2D32f*)reader.ptr)->x - offx;
915 box->center.x = (float)offx;
932 box->center.x = (float)(x0 + offx);