Home
last modified time | relevance | path

Searched refs:T_Page (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/grafx2/grafx2/src/
H A Dpages.c66 T_Page * page; in New_page()
68 page = (T_Page *)GFX2_malloc(sizeof(T_Page)+nb_layers*sizeof(T_Image)); in New_page()
460 void Copy_S_page(T_Page * dest, T_Page * source) in Copy_S_page()
490 T_Page * page; in Allocate_list_of_pages()
536 T_Page * page0; in Backward_in_list_of_pages()
537 T_Page * page1; in Backward_in_list_of_pages()
575 T_Page * page0; in Advance_in_list_of_pages()
576 T_Page * page1; in Advance_in_list_of_pages()
1053 T_Page * new_page; in Backup_and_resize_the_spare()
1102 T_Page *new_page; in Backup_layers()
[all …]
H A Dpages.h53 void Download_infos_page_main(T_Page * page);
61 int Dup_layer_if_shared(T_Page * page, int layer);
76 int Create_new_page(T_Page * new_page,T_List_of_pages * current_list, int layer);
H A Dstruct.h402 typedef struct T_Page struct
416 struct T_Page *Next; ///< Pointer to the next backup argument
417 struct T_Page *Prev; ///< Pointer to the previous backup argument
429 } T_Page; argument
435 T_Page * Pages; ///< Head of a linked list of pages, each one being a undo/redo step.
H A Dloadsave.h138 void Init_context_history_step(T_IO_Context * context, T_Page *page);
H A Dfactory.c91 static T_Page * Main_backup_page;