efl/legacy/evas/src/lib/engines/common_16
Vincent Torri 3de60c77b4 Evas: fix use of __always_inline__ attribute
Fix multiple storage bug.
 * __forceinline is the equivalent of __always_inline__ on Windows. It has
   'extern' as storage, so static must not be used with it
 * use __always_inline__ and not always_inline as attribute value instead.
   No need to add storage class with __always_inline__ too.
 * static inline is fine


SVN revision: 64767
2011-11-05 16:51:13 +00:00
..
Makefile.am an initial test at trying pixman instead of evas software rendering. 2011-04-22 11:47:14 +00:00
evas_soft16_dither_mask.c Evas: fix use of __always_inline__ attribute 2011-11-05 16:51:13 +00:00
evas_soft16_font.c Evas: fix use of __always_inline__ attribute 2011-11-05 16:51:13 +00:00
evas_soft16_image_scaled_sampled.c Add missing evas_common prefix, avoid symbol redefinition. 2010-09-18 17:43:13 +00:00
evas_soft16_image_unscaled.c Add missing evas_common prefix, avoid symbol redefinition. 2010-09-18 17:43:13 +00:00
evas_soft16_line.c Evas: fix use of __always_inline__ attribute 2011-11-05 16:51:13 +00:00
evas_soft16_main.c cleanup: internal image information is now unsigned. 2010-09-18 23:16:25 +00:00
evas_soft16_point_blend.c Evas: fix use of __always_inline__ attribute 2011-11-05 16:51:13 +00:00
evas_soft16_polygon.c * evas: reorder header as needed. 2010-12-03 16:47:05 +00:00
evas_soft16_rectangle.c Add missing evas_common prefix, avoid symbol redefinition. 2010-09-18 17:43:13 +00:00
evas_soft16_scanline_blend.c Split files so we can avoid "defined but not used" warnings. 2009-02-28 18:47:17 +00:00
evas_soft16_scanline_fill.c Evas: fix use of __always_inline__ attribute 2011-11-05 16:51:13 +00:00