Searched refs:data_queue_copied_part_lookup (Results 1 – 3 of 3) sorted by relevance
/dports/devel/efl/efl-1.25.1/src/bin/edje/ |
H A D | edje_cc.h | 224 void data_queue_copied_part_lookup(Edje_Part_Collection *pc, int *src, int *dest);
|
H A D | edje_cc_handlers.c | 1899 data_queue_copied_part_lookup(pc, &(et2->id), &(et->id)); in _edje_program_copy() 1930 data_queue_copied_part_lookup(pc, &(ep2->param.src), &(ep->param.src)); in _edje_program_copy() 1931 data_queue_copied_part_lookup(pc, &(ep2->param.dst), &(ep->param.dst)); in _edje_program_copy() 4350 data_queue_copied_part_lookup(pc, &(ep2->clip_to_id), &(ep->clip_to_id)); in _part_copy() 8364 data_queue_copied_part_lookup(pc, &parent->rel1.id_x, &ed->rel1.id_x); in st_collections_group_parts_part_description_inherit() 8365 data_queue_copied_part_lookup(pc, &parent->rel1.id_y, &ed->rel1.id_y); in st_collections_group_parts_part_description_inherit() 8366 data_queue_copied_part_lookup(pc, &parent->rel2.id_x, &ed->rel2.id_x); in st_collections_group_parts_part_description_inherit() 8367 data_queue_copied_part_lookup(pc, &parent->rel2.id_y, &ed->rel2.id_y); in st_collections_group_parts_part_description_inherit() 8369 data_queue_copied_part_lookup(pc, &parent->clip_to_id, &ed->clip_to_id); in st_collections_group_parts_part_description_inherit() 8371 data_queue_copied_part_lookup(pc, &parent->map.id_persp, &ed->map.id_persp); in st_collections_group_parts_part_description_inherit() [all …]
|
H A D | edje_cc_out.c | 3222 data_queue_copied_part_lookup(Edje_Part_Collection *pc, int *src, int *dest) in data_queue_copied_part_lookup() function
|