Searched refs:calc_distance (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/third_party/agg23/ |
D | agg_math.h | 31 AGG_INLINE float calc_distance(float x1, float y1, float x2, float y2) in calc_distance() function 45 return calc_distance(x1, y1, x, y); in calc_line_point_distance()
|
D | agg_vertex_sequence.h | 86 bool ret = (dist = calc_distance(x, y, val.x, val.y)) > vertex_dist_epsilon; in operator()
|
D | agg_math_stroke.h | 111 float d1 = calc_distance(v1.x, v1.y, xi, yi); in stroke_calc_miter()
|