Searched refs:INV_XY_ONE (Results 1 – 1 of 1) sorted by relevance
1560 static const double INV_XY_ONE = 1./XY_ONE; in icvThickLine() local1588 double dx = (p0.x - p1.x)*INV_XY_ONE, dy = (p1.y - p0.y)*INV_XY_ONE; in icvThickLine()