FJMovieEditor Pré-Alpha
A GTK video editor for GNOME. Designed for Artists to do, special effects, compositing and animation.

trunk/libfjme/Utils.c File Reference

#include "basic.h"
#include "Utils.h"
#include "SharedDataSystem.h"
#include "custom_config.h"
#include "video.h"
Include dependency graph for Utils.c:

Functions

AnmColoraddAnmColor ()
 Returns a animated color.
AnmColorAnmColorFromColorD (Pixeld *c)
 Returns a static color which can be accessed in the same way that a animated color.
Vector2fvector2f (gfloat x, gfloat y)
 Allocates memory for a 2D vector.
gboolean draw_plugin (iPlugin *p)
 Draw a graphic plugin, on the screen.
gboolean draw_plugin_custom (GdkPixbuf *pixels, iPlugin *p)
 Draws the plugin in a GdkPixbuf specified by User.
gchar * fjme_data_directory ()
 Returns the top data directory of FJME.
GtkWidget * fjme_button_from_file (gchar *file)

Function Documentation

AnmColor* addAnmColor ( )

Returns a animated color.

Author:
Fabio J. Gonzalez

Here is the call graph for this function:

Here is the caller graph for this function:

AnmColor* AnmColorFromColorD ( Pixeld c)

Returns a static color which can be accessed in the same way that a animated color.

Author:
Fabio J. Gonzalez
gboolean draw_plugin ( iPlugin p)

Draw a graphic plugin, on the screen.

Draw on the screen GdkPixbuf (pixels) contained in the structure iPlugin. This function considers the alpha channel of the GdkPixbuf (transparency), and adjusts the image size to the size specified in the structure iPlugin (width, height). If the variable "center", is set to true (default), the image is adjusted with the point (x, y) in the center. Otherwise, (x, y) is the place of the first pixel of the screen. Opacity is adjusted individually for each pixel.

Author:
Fabio J. Gonzalez

Here is the call graph for this function:

Here is the caller graph for this function:

gboolean draw_plugin_custom ( GdkPixbuf *  pixels,
iPlugin p 
)

Draws the plugin in a GdkPixbuf specified by User.

Author:
Fabio J. Gonzalez

Here is the call graph for this function:

GtkWidget* fjme_button_from_file ( gchar *  file)

Here is the caller graph for this function:

gchar* fjme_data_directory ( )

Returns the top data directory of FJME.

Author:
Fabio J. Gonzalez
Vector2f* vector2f ( gfloat  x,
gfloat  y 
)

Allocates memory for a 2D vector.

Warning:
The memory allocated by this function is not automatically freed.
Author:
Fabio J. Gonzalez
All Data Structures Files Functions Variables Typedefs Defines