Searched refs:HTML_DIST (Results 1 – 2 of 2) sorted by relevance
103 #define HTML_DIST(x,y) (gint)sqrt((x)*(x) + (y)*(y)) macro131 if (HTML_DIST (x - poly[0]->val, y - poly[1]->val) <= poly[2]->val) in html_shape_point()
1496 #define HTML_DIST(x,y) sqrt(x*x + y*y) macro1542 if (HTML_DIST ((x - html->selection_x1), (y - html->selection_y1)) in mouse_change_pos()