Home
last modified time | relevance | path

Searched refs:calc_distance (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/third_party/agg23/
Dagg_math.h31 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()
Dagg_vertex_sequence.h86 bool ret = (dist = calc_distance(x, y, val.x, val.y)) > vertex_dist_epsilon; in operator()
Dagg_math_stroke.h111 float d1 = calc_distance(v1.x, v1.y, xi, yi); in stroke_calc_miter()