Home
last modified time | relevance | path

Searched refs:image_transformation_mode (Results 1 – 4 of 4) sorted by relevance

/dports/games/freedroidrpg/freedroidrpg-0.16.1/src/widgets/
H A Dwidget_background.h87 …d(struct widget_background *, struct image *, int, int, int, int, enum image_transformation_mode);
H A Dwidget_background.c44 enum image_transformation_mode mode;
131 …background *wb, struct image *img, int x, int y, int w, int h, enum image_transformation_mode mode) in widget_background_add()
/dports/games/freedroidrpg/freedroidrpg-0.16.1/src/
H A Dstruct.h73 enum image_transformation_mode { enum
83 enum image_transformation_mode mode;
H A Dimage.c641 enum image_transformation_mode mode = highlight ? HIGHLIGHTED : 0; in set_image_transformation()