added clutter_pow2x() and clutter_log2x()

This commit is contained in:
Tomas Frydrych
2007-05-17 07:09:18 +00:00
parent 507f04a8f6
commit a4eeaceda4
2 changed files with 129 additions and 0 deletions

View File

@ -186,6 +186,9 @@ ClutterFixed clutter_tani (ClutterAngle angle);
ClutterFixed clutter_sqrtx (ClutterFixed x);
gint clutter_sqrti (gint x);
ClutterFixed clutter_log2x (guint x);
guint clutter_pow2x (ClutterFixed x);
guint clutter_powx (guint x, ClutterFixed y);
/* <private> */
extern inline