Home
last modified time | relevance | path

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

/haiku/src/libs/agg/src/
H A Dagg_curves.cpp67 double subdivide_step = 1.0 / m_num_steps; in init() local
68 double subdivide_step2 = subdivide_step * subdivide_step; in init()
76 m_saved_dfx = m_dfx = tmpx + (x2 - x1) * (2.0 * subdivide_step); in init()
77 m_saved_dfy = m_dfy = tmpy + (y2 - y1) * (2.0 * subdivide_step); in init()
293 double subdivide_step = 1.0 / m_num_steps; in init() local
294 double subdivide_step2 = subdivide_step * subdivide_step; in init()
295 double subdivide_step3 = subdivide_step * subdivide_step * subdivide_step; in init()
297 double pre1 = 3.0 * subdivide_step; in init()