File: f-image-surface.h

package info (click to toggle)
f-spot 0.6.2-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 21,784 kB
  • ctags: 16,078
  • sloc: cs: 108,718; sh: 17,053; xml: 13,852; ansic: 3,187; makefile: 2,324
file content (4 lines) | stat: -rw-r--r-- 265 bytes parent folder | download | duplicates (3)
1
2
3
4
void  *f_image_surface_get_data (cairo_surface_t *surface);
cairo_surface_t *f_image_surface_create (cairo_format_t format, int width, int height);
int f_image_surface_get_width (cairo_surface_t *surface);
int f_image_surface_get_height (cairo_surface_t *surface);