Home
last modified time | relevance | path

Searched refs:HTML_DIST (Results 1 – 2 of 2) sorted by relevance

/dports/www/gtkhtml4/gtkhtml-4.10.0/gtkhtml/
H A Dhtmlshape.c103 #define HTML_DIST(x,y) (gint)sqrt((x)*(x) + (y)*(y)) macro
131 if (HTML_DIST (x - poly[0]->val, y - poly[1]->val) <= poly[2]->val) in html_shape_point()
H A Dgtkhtml.c1496 #define HTML_DIST(x,y) sqrt(x*x + y*y) macro
1542 if (HTML_DIST ((x - html->selection_x1), (y - html->selection_y1)) in mouse_change_pos()