awn-effects-ops-new

awn-effects-ops-new

Functions

Description

Functions

awn_effects_get_base_coords ()

void
awn_effects_get_base_coords (AwnEffects *fx,
                             double *x,
                             double *y);


awn_effects_pre_op_clear ()

gboolean
awn_effects_pre_op_clear (AwnEffects *fx,
                          cairo_t *cr,
                          GtkAllocation *ds,
                          gpointer user_data);


awn_effects_pre_op_clip ()

gboolean
awn_effects_pre_op_clip (AwnEffects *fx,
                         cairo_t *cr,
                         GtkAllocation *ds,
                         gpointer user_data);


awn_effects_pre_op_translate ()

gboolean
awn_effects_pre_op_translate (AwnEffects *fx,
                              cairo_t *cr,
                              GtkAllocation *ds,
                              gpointer user_data);


awn_effects_pre_op_scale ()

gboolean
awn_effects_pre_op_scale (AwnEffects *fx,
                          cairo_t *cr,
                          GtkAllocation *ds,
                          gpointer user_data);


awn_effects_pre_op_rotate ()

gboolean
awn_effects_pre_op_rotate (AwnEffects *fx,
                           cairo_t *cr,
                           GtkAllocation *ds,
                           gpointer user_data);


awn_effects_pre_op_flip ()

gboolean
awn_effects_pre_op_flip (AwnEffects *fx,
                         cairo_t *cr,
                         GtkAllocation *ds,
                         gpointer user_data);


awn_effects_post_op_clip ()

gboolean
awn_effects_post_op_clip (AwnEffects *fx,
                          cairo_t *cr,
                          GtkAllocation *ds,
                          gpointer user_data);


awn_effects_post_op_saturate ()

gboolean
awn_effects_post_op_saturate (AwnEffects *fx,
                              cairo_t *cr,
                              GtkAllocation *ds,
                              gpointer user_data);


awn_effects_post_op_glow ()

gboolean
awn_effects_post_op_glow (AwnEffects *fx,
                          cairo_t *cr,
                          GtkAllocation *ds,
                          gpointer user_data);


awn_effects_post_op_depth ()

gboolean
awn_effects_post_op_depth (AwnEffects *fx,
                           cairo_t *cr,
                           GtkAllocation *ds,
                           gpointer user_data);


awn_effects_post_op_shadow ()

gboolean
awn_effects_post_op_shadow (AwnEffects *fx,
                            cairo_t *cr,
                            GtkAllocation *ds,
                            gpointer user_data);


awn_effects_post_op_spotlight ()

gboolean
awn_effects_post_op_spotlight (AwnEffects *fx,
                               cairo_t *cr,
                               GtkAllocation *ds,
                               gpointer user_data);


awn_effects_post_op_alpha ()

gboolean
awn_effects_post_op_alpha (AwnEffects *fx,
                           cairo_t *cr,
                           GtkAllocation *ds,
                           gpointer user_data);


awn_effects_post_op_reflection ()

gboolean
awn_effects_post_op_reflection (AwnEffects *fx,
                                cairo_t *cr,
                                GtkAllocation *ds,
                                gpointer user_data);


awn_effects_post_op_active ()

gboolean
awn_effects_post_op_active (AwnEffects *fx,
                            cairo_t *cr,
                            GtkAllocation *ds,
                            gpointer user_data);


awn_effects_post_op_arrow ()

gboolean
awn_effects_post_op_arrow (AwnEffects *fx,
                           cairo_t *cr,
                           GtkAllocation *ds,
                           gpointer user_data);


awn_effects_post_op_progress ()

gboolean
awn_effects_post_op_progress (AwnEffects *fx,
                              cairo_t *cr,
                              GtkAllocation *ds,
                              gpointer user_data);

Types and Values