Home
last modified time | relevance | path

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

/external/pdfium/third_party/agg23/
Dagg_vertex_sequence.h72 const float vertex_dist_epsilon = 1e-14f; variable
86 bool ret = (dist = calc_distance(x, y, val.x, val.y)) > vertex_dist_epsilon; in operator()