Changeset View
Changeset View
Standalone View
Standalone View
src/lib/evas/canvas/evas_vg_private.h
Show First 20 Lines • Show All 139 Lines • ▼ Show 20 Line(s) | |||||
140 | Vg_File_Data * evas_cache_vg_file_open(const Eina_File *file, const char *key, Evas *e, Eina_Bool shareable); | 140 | Vg_File_Data * evas_cache_vg_file_open(const Eina_File *file, const char *key, Evas *e, Eina_Bool shareable); | ||
141 | Eina_Bool evas_cache_vg_file_save(Efl_VG *root, int w, int h, const char *file, const char *key, const Efl_File_Save_Info *info); | 141 | Eina_Bool evas_cache_vg_file_save(Efl_VG *root, int w, int h, const char *file, const char *key, const Efl_File_Save_Info *info); | ||
142 | Eina_Bool evas_cache_vg_entry_file_save(Vg_Cache_Entry *vg_entry, const char *file, const char *key, const Efl_File_Save_Info *info); | 142 | Eina_Bool evas_cache_vg_entry_file_save(Vg_Cache_Entry *vg_entry, const char *file, const char *key, const Efl_File_Save_Info *info); | ||
143 | double evas_cache_vg_anim_duration_get(const Vg_Cache_Entry *vg_entry); | 143 | double evas_cache_vg_anim_duration_get(const Vg_Cache_Entry *vg_entry); | ||
144 | Eina_Bool evas_cache_vg_anim_sector_set(const Vg_Cache_Entry* vg_entry, const char *name, int startframe, int endframe); | 144 | Eina_Bool evas_cache_vg_anim_sector_set(const Vg_Cache_Entry* vg_entry, const char *name, int startframe, int endframe); | ||
145 | Eina_Bool evas_cache_vg_anim_sector_get(const Vg_Cache_Entry* vg_entry, const char *name, int* startframe, int* endframe); | 145 | Eina_Bool evas_cache_vg_anim_sector_get(const Vg_Cache_Entry* vg_entry, const char *name, int* startframe, int* endframe); | ||
146 | unsigned int evas_cache_vg_anim_frame_count_get(const Vg_Cache_Entry *vg_entry); | 146 | unsigned int evas_cache_vg_anim_frame_count_get(const Vg_Cache_Entry *vg_entry); | ||
147 | Eina_Size2D evas_cache_vg_entry_default_size_get(const Vg_Cache_Entry *vg_entry); | 147 | Eina_Size2D evas_cache_vg_entry_default_size_get(const Vg_Cache_Entry *vg_entry); | ||
148 | Eina_Position2D evas_cache_vg_entry_default_position_get(const Vg_Cache_Entry *vg_entry); | ||||
149 | Eina_Size2D evas_cache_vg_entry_default_min_size_get(const Vg_Cache_Entry *vg_entry); | ||||
150 | void evas_cache_vg_entry_wrap_mode_set(const Vg_Cache_Entry *vg_entry, Eina_Bool wrap_mode); | ||||
148 | void * evas_cache_vg_surface_key_get(Efl_Canvas_Vg_Node *root, int w, int h, int frame_idx); | 151 | void * evas_cache_vg_surface_key_get(Efl_Canvas_Vg_Node *root, int w, int h, int frame_idx); | ||
149 | void efl_canvas_vg_node_vg_obj_set(Efl_VG *node, Efl_VG *vg_obj, Efl_Canvas_Vg_Object_Data *vd); | 152 | void efl_canvas_vg_node_vg_obj_set(Efl_VG *node, Efl_VG *vg_obj, Efl_Canvas_Vg_Object_Data *vd); | ||
150 | void efl_canvas_vg_node_change(Efl_VG *node); | 153 | void efl_canvas_vg_node_change(Efl_VG *node); | ||
151 | void efl_canvas_vg_container_vg_obj_update(Efl_VG *obj, Efl_Canvas_Vg_Node_Data *nd); | 154 | void efl_canvas_vg_container_vg_obj_update(Efl_VG *obj, Efl_Canvas_Vg_Node_Data *nd); | ||
152 | void efl_canvas_vg_container_blend_buffer_clear(Efl_VG *obj, Efl_Canvas_Vg_Container_Data *cd); | 155 | void efl_canvas_vg_container_blend_buffer_clear(Efl_VG *obj, Efl_Canvas_Vg_Container_Data *cd); | ||
153 | 156 | | |||
154 | static inline void | 157 | static inline void | ||
155 | efl_canvas_vg_object_change(Efl_Canvas_Vg_Object_Data *vd) | 158 | efl_canvas_vg_object_change(Efl_Canvas_Vg_Object_Data *vd) | ||
▲ Show 20 Lines • Show All 59 Lines • Show Last 20 Lines |