Home
last modified time | relevance | path

Searched defs:_Evas_Filter_Buffer (Results 1 – 1 of 1) sorted by relevance

/dports/devel/efl/efl-1.25.1/src/lib/evas/filters/
H A Devas_filter_private.h253 struct _Evas_Filter_Buffer struct
257 int id;
258 Evas_Filter_Context *ctx;
260 Evas_Object *source;
261 Eina_Stringshare *source_name;
262 Ector_Buffer *buffer;
263 int w, h;
266 Eina_Bool alpha_only : 1; // 1 channel (A) instead of 4 (RGBA)
267 Eina_Bool transient : 1; // temporary buffer (automatic allocation)
268 Eina_Bool locked : 1; // internal flag
[all …]