| Top |
void awn_effects_get_base_coords (AwnEffects *fx,double *x,double *y);
gboolean awn_effects_pre_op_clear (AwnEffects *fx,cairo_t *cr,GtkAllocation *ds,gpointer user_data);
gboolean awn_effects_pre_op_clip (AwnEffects *fx,cairo_t *cr,GtkAllocation *ds,gpointer user_data);
gboolean awn_effects_pre_op_translate (AwnEffects *fx,cairo_t *cr,GtkAllocation *ds,gpointer user_data);
gboolean awn_effects_pre_op_scale (AwnEffects *fx,cairo_t *cr,GtkAllocation *ds,gpointer user_data);
gboolean awn_effects_pre_op_rotate (AwnEffects *fx,cairo_t *cr,GtkAllocation *ds,gpointer user_data);
gboolean awn_effects_pre_op_flip (AwnEffects *fx,cairo_t *cr,GtkAllocation *ds,gpointer user_data);
gboolean awn_effects_post_op_clip (AwnEffects *fx,cairo_t *cr,GtkAllocation *ds,gpointer user_data);
gboolean awn_effects_post_op_saturate (AwnEffects *fx,cairo_t *cr,GtkAllocation *ds,gpointer user_data);
gboolean awn_effects_post_op_glow (AwnEffects *fx,cairo_t *cr,GtkAllocation *ds,gpointer user_data);
gboolean awn_effects_post_op_depth (AwnEffects *fx,cairo_t *cr,GtkAllocation *ds,gpointer user_data);
gboolean awn_effects_post_op_shadow (AwnEffects *fx,cairo_t *cr,GtkAllocation *ds,gpointer user_data);
gboolean awn_effects_post_op_spotlight (AwnEffects *fx,cairo_t *cr,GtkAllocation *ds,gpointer user_data);
gboolean awn_effects_post_op_alpha (AwnEffects *fx,cairo_t *cr,GtkAllocation *ds,gpointer user_data);
gboolean awn_effects_post_op_reflection (AwnEffects *fx,cairo_t *cr,GtkAllocation *ds,gpointer user_data);
gboolean awn_effects_post_op_active (AwnEffects *fx,cairo_t *cr,GtkAllocation *ds,gpointer user_data);
gboolean awn_effects_post_op_arrow (AwnEffects *fx,cairo_t *cr,GtkAllocation *ds,gpointer user_data);
gboolean awn_effects_post_op_progress (AwnEffects *fx,cairo_t *cr,GtkAllocation *ds,gpointer user_data);