Home
last modified time | relevance | path

Searched refs:evas_common_draw_context_new (Results 1 – 14 of 14) sorted by relevance

/dports/devel/efl/efl-1.25.1/src/modules/evas/engines/gl_generic/filters/
H A Dgl_filter_grayscale.c26 gc->dc = evas_common_draw_context_new(); in _gl_filter_grayscale()
H A Dgl_filter_inverse_color.c26 gc->dc = evas_common_draw_context_new(); in _gl_filter_inverse_color()
H A Dgl_filter_curve.c33 gc->dc = evas_common_draw_context_new(); in _gl_filter_curve()
H A Dgl_filter_fill.c46 gc->dc = evas_common_draw_context_new(); in _gl_filter_fill()
H A Dgl_filter_displace.c37 gc->dc = evas_common_draw_context_new(); in _gl_filter_displace()
H A Dgl_filter_mask.c32 gc->dc = evas_common_draw_context_new(); in _gl_filter_mask()
H A Dgl_filter_blend.c181 gc->dc = evas_common_draw_context_new(); in _gl_filter_blend()
H A Dgl_filter_blur.c180 gc->dc = evas_common_draw_context_new(); in _gl_filter_blur()
/dports/devel/efl/efl-1.25.1/src/lib/evas/common/
H A Devas_draw.h7 EAPI RGBA_Draw_Context *evas_common_draw_context_new (void);
H A Devas_draw_main.c171 evas_common_draw_context_new(void) in evas_common_draw_context_new() function
H A Devas_image_scalecache.c782 ct = evas_common_draw_context_new(); in evas_common_rgba_image_scalecache_do_cbs()
/dports/devel/efl/efl-1.25.1/src/lib/evas/canvas/
H A Defl_canvas_vg_object.c535 context = evas_common_draw_context_new(); in _render_to_buffer()
/dports/devel/efl/efl-1.25.1/src/modules/evas/engines/gl_generic/
H A Devas_engine.c790 dc = evas_common_draw_context_new(); in _rotate_image_data()
/dports/devel/efl/efl-1.25.1/src/modules/evas/engines/software_generic/
H A Devas_engine.c454 return evas_common_draw_context_new(); in eng_context_new()