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

/haiku/headers/libs/agg/
H A Dagg_rasterizer_sl_clip.h32 static AGG_INLINE int mul_div(double a, double b, double c) function in struct:agg::ras_conv_int
46 static AGG_INLINE int mul_div(double a, double b, double c) function in struct:agg::ras_conv_int_sat
63 static AGG_INLINE int mul_div(double a, double b, double c) function in struct:agg::ras_conv_int_3x
77 static AGG_INLINE double mul_div(double a, double b, double c) function in struct:agg::ras_conv_dbl
91 static AGG_INLINE double mul_div(double a, double b, double c) function in struct:agg::ras_conv_dbl_3x
174 tx1 = x1 + Conv::mul_div(m_clip_box.y1-y1, x2-x1, y2-y1);
180 tx1 = x1 + Conv::mul_div(m_clip_box.y2-y1, x2-x1, y2-y1);
186 tx2 = x1 + Conv::mul_div(m_clip_box.y1-y1, x2-x1, y2-y1);
192 tx2 = x1 + Conv::mul_div(m_clip_box.y2-y1, x2-x1, y2-y1);
232 y3 = y1 + Conv::mul_div(m_clip_bo
[all...]

Completed in 29 milliseconds