Home
last modified time | relevance | path

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

/haiku/src/libs/agg/src/
H A Dagg_vcgen_smooth_poly1.cpp95 m_ctrl1_y = v1.y + m_smooth_value * (v2.y - ym1); in calculate()
197 *y = m_ctrl1_y; in vertex()
203 *y = m_ctrl1_y; in vertex()
/haiku/headers/libs/agg/
H A Dagg_vcgen_smooth_poly1.h78 double m_ctrl1_y; variable