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

/external/pdfium/core/src/fxge/agg/agg23/
H A Dagg_math.h31 AGG_INLINE FX_FLOAT calc_distance(FX_FLOAT x1, FX_FLOAT y1, FX_FLOAT x2, FX_FLOAT y2) function in namespace:agg
45 return calc_distance(x1, y1, x, y);
H A Dagg_vertex_sequence.h86 bool ret = (dist = calc_distance(x, y, val.x, val.y)) > vertex_dist_epsilon;
H A Dagg_math_stroke.h109 FX_FLOAT d1 = calc_distance(v1.x, v1.y, xi, yi);

Completed in 148 milliseconds