efl/src/lib/evas/common
Cedric BAIL 8f1c071d6a eina: rename EINA_{FLT,DBL}_CMP to EINA_{FLT,DBL}_EQ. 2017-01-06 15:58:46 -08:00
..
evas_op_add
evas_op_blend evas: Cleanup unused variables when compiling for Neon 2016-11-18 11:30:29 -05:00
evas_op_copy evas: Cleanup unused variables when compiling for Neon 2016-11-18 11:30:29 -05:00
evas_op_mask
evas_op_mul
evas_op_sub
language evas lang unicode tables - reduce memory by 24k+1324 bytes 2016-11-03 22:22:54 +09:00
evas_blend.h
evas_blend_main.c
evas_blend_private.h Evas: Move alpha functions to static_libs/draw 2015-12-03 18:42:50 +09:00
evas_blit_main.c
evas_convert_color.c eina: rename EINA_{FLT,DBL}_CMP to EINA_{FLT,DBL}_EQ. 2017-01-06 15:58:46 -08:00
evas_convert_color.h evas: PNG save of ARGY88 needs unpremul 2016-12-22 19:23:01 +09:00
evas_convert_colorspace.c Evas: Implement ARGY88 and GRY8 conversion to ARGB8888 2015-12-29 22:05:50 +09:00
evas_convert_colorspace.h Evas: Implement ARGY88 and GRY8 conversion to ARGB8888 2015-12-29 22:05:50 +09:00
evas_convert_gry_1.c
evas_convert_gry_1.h
evas_convert_gry_8.c
evas_convert_gry_8.h
evas_convert_grypal_6.c
evas_convert_grypal_6.h
evas_convert_main.c
evas_convert_main.h
evas_convert_rgb_8.c
evas_convert_rgb_8.h
evas_convert_rgb_16.c
evas_convert_rgb_16.h
evas_convert_rgb_24.c
evas_convert_rgb_24.h
evas_convert_rgb_32.c
evas_convert_rgb_32.h
evas_convert_yuv.c
evas_convert_yuv.h
evas_cpu.c
evas_draw.h evas cutouts - quickly avoid huge per issues with large nos of cutouts 2017-01-02 18:53:56 +09:00
evas_draw_main.c evas cutouts - quickly avoid huge per issues with large nos of cutouts 2017-01-02 18:53:56 +09:00
evas_font.h evas gl - fix leak with font glyph textures 2016-04-12 12:47:30 +09:00
evas_font_compress.c Evas: Move alpha functions to static_libs/draw 2015-12-03 18:42:50 +09:00
evas_font_compress_draw.c
evas_font_default_walk.x
evas_font_draw.c evas: reduce usage of __thread directive. 2016-11-16 16:05:56 -08:00
evas_font_load.c evas gl - fix leak with font glyph textures 2016-04-12 12:47:30 +09:00
evas_font_main.c Evas font: force freetype v35 ttf interpreter 2016-09-20 11:29:38 +03:00
evas_font_ot.c evas - make func indenting more redable with overflow lines aligned 2016-05-15 23:59:14 +09:00
evas_font_ot.h Evas: Use proper language for harfbuzz shaping 2016-02-04 10:07:08 +00:00
evas_font_private.h
evas_font_query.c Evas font: fix size query again 2016-08-07 11:26:53 +03:00
evas_image.h evas: Change internal function image_data_direct 2016-09-06 16:54:54 +09:00
evas_image_data.c Evas: Allow edje_decc to work with ETC images 2015-11-10 16:12:21 +09:00
evas_image_load.c evas image skip header - more fixes for when images fail to load 2017-01-06 09:38:44 +09:00
evas_image_main.c evas_image_main: fix memory leak of camera app -PLM[P161206-03545] 2017-01-06 15:40:09 +09:00
evas_image_private.h
evas_image_save.c
evas_image_scalecache.c evas scale cache - address possible coverity deadlock 2016-07-11 21:45:39 +09:00
evas_line.h
evas_line_main.c
evas_map_image.c evas: reduce usage of __thread directive. 2016-11-16 16:05:56 -08:00
evas_map_image.h
evas_map_image_aa.c
evas_map_image_core.c
evas_map_image_internal.c
evas_map_image_loop.c
evas_op_add_main_.c
evas_op_blend_main_.c
evas_op_copy_main_.c
evas_op_mask_main_.c
evas_op_mul_main_.c
evas_op_sub_main_.c
evas_pipe.c evas: fix typo in thread name setting for ecore-pipe 2016-11-15 12:00:21 +01:00
evas_pipe.h
evas_polygon.h
evas_polygon_main.c
evas_rectangle.h
evas_rectangle_main.c evas: reduce usage of __thread directive. 2016-11-16 16:05:56 -08:00
evas_scale_main.c evas: reduce usage of __thread directive. 2016-11-16 16:05:56 -08:00
evas_scale_main.h
evas_scale_sample.c evas common: disable thread_queue feature on win32. 2016-12-01 20:04:58 +09:00
evas_scale_smooth.c
evas_scale_smooth.h
evas_scale_smooth_scaler.c
evas_scale_smooth_scaler_down.c
evas_scale_smooth_scaler_downx.c
evas_scale_smooth_scaler_downx_downy.c evas software downscaler - get about 1.8x to 3x speedups for cases 2016-08-19 11:08:55 +09:00
evas_scale_smooth_scaler_downy.c
evas_scale_smooth_scaler_noscale.c
evas_scale_smooth_scaler_up.c evas: NEON scaling up fixed 2016-03-22 13:49:05 +09:00
evas_scale_span.c
evas_scale_span.h
evas_text_utils.c Evas: Use proper language for harfbuzz shaping 2016-02-04 10:07:08 +00:00
evas_text_utils.h Evas: Use proper language for harfbuzz shaping 2016-02-04 10:07:08 +00:00
evas_thread_render.c [Evas GL Thread 1] evas: Fixed indentation of evas_thread_render.c 2017-01-04 15:30:21 +09:00
evas_tiler.c evas - region updates - go back to tiler as its faster 2015-10-05 18:41:00 +09:00