Home
last modified time | relevance | path

Searched refs:saved_top_obj (Results 1 – 15 of 15) sorted by last modified time

/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dxbitmap.c4873 struct ObjRec *saved_top_obj=topObj, *saved_bot_obj=botObj; in ExportXPixmapDeckToGIF() local
5051 curPage->top = topObj = saved_top_obj; in ExportXPixmapDeckToGIF()
H A Dwb.c1252 struct ObjRec *obj_ptr=NULL, *saved_top_obj=NULL, *saved_bot_obj=NULL; local
1383 saved_top_obj = topObj;
1418 if (saved_top_obj != NULL) {
1419 SelectObjects(saved_top_obj, saved_bot_obj);
2037 struct CmdRec *CreateCmdFromSerializedData(saved_top_obj, saved_bot_obj) in CreateCmdFromSerializedData() argument
2038 struct ObjRec *saved_top_obj, *saved_bot_obj; in CreateCmdFromSerializedData()
2066 if (saved_top_obj != NULL) {
2067 SelectObjects(saved_top_obj, saved_bot_obj);
2275 struct ObjRec *obj_ptr=NULL, *saved_top_obj=NULL, *saved_bot_obj=NULL; local
2427 saved_top_obj = topObj;
[all …]
H A Dmenu.c3108 struct ObjRec *saved_top_obj, *saved_bot_obj, *saved_tgif_obj; in CleanUpMenu() local
3124 saved_top_obj = topObj; in CleanUpMenu()
3129 topObj = saved_top_obj; in CleanUpMenu()
H A Dobj.c862 struct ObjRec *saved_top_obj=topObj, *saved_bot_obj=botObj; in ClearObjCachesInAllPages() local
876 topObj = saved_top_obj; in ClearObjCachesInAllPages()
H A Dpage.c1872 struct ObjRec *saved_top_obj, *saved_bot_obj; in TileToStack() local
1874 saved_top_obj=curPage->top; in TileToStack()
H A Dshape.c866 struct ObjRec *saved_top_obj, *saved_bot_obj, *tmp_top_obj, *tmp_bot_obj; in GenerateShape() local
871 saved_top_obj = topObj; in GenerateShape()
966 curPage->top = topObj = saved_top_obj; in GenerateShape()
H A Dmark.c1026 struct ObjRec *saved_top_obj=topObj, *saved_bot_obj=botObj; local
1050 curPage->top = topObj = saved_top_obj;
1060 for (obj_ptr=saved_top_obj->prev; obj_ptr != NULL; obj_ptr=prev_obj) {
1065 curPage->top = topObj = saved_top_obj;
H A Dpoly.c1955 struct ObjRec *saved_top_obj=topObj; in InputPolyPts() local
2057 SelectAndHighLightNewObjects(saved_top_obj); in InputPolyPts()
3483 struct ObjRec *saved_top_obj=topObj, *saved_bot_obj=botObj; local
3620 curPage->top = topObj = saved_top_obj;
H A Dpolygon.c1827 struct ObjRec *saved_top_obj=topObj; in InputPolygonPts() local
1935 SelectAndHighLightNewObjects(saved_top_obj); in InputPolygonPts()
H A Dspecial.c90 struct ObjRec *saved_top_obj=topObj; local
128 curPage->top = topObj = saved_top_obj;
322 struct ObjRec *saved_top_obj=topObj, *saved_bot_obj=botObj; local
331 curPage->top = topObj = saved_top_obj;
H A Dfile.c1686 saved_top_obj = topObj;
1812 topObj = saved_top_obj;
4154 struct ObjRec *obj_ptr, *saved_top_obj, *saved_bot_obj; local
4257 saved_top_obj = topObj;
4418 botObj->next = saved_top_obj;
4420 topObj = saved_top_obj;
4422 if (saved_top_obj != NULL) {
4423 saved_top_obj->prev = botObj;
8268 struct ObjRec *saved_top_obj, *saved_bot_obj, *obj_ptr; in PrintSelectedObjs() local
8277 saved_top_obj = topObj; in PrintSelectedObjs()
[all …]
H A Dimgproc.c7762 struct ObjRec *obj_ptr=NULL, *saved_top_obj=NULL, *saved_bot_obj=NULL; in RegenerateImage() local
7791 saved_top_obj = topObj; in RegenerateImage()
7805 curPage->top = topObj = saved_top_obj; in RegenerateImage()
7897 struct ObjRec *obj_ptr=NULL, *saved_top_obj=NULL, *saved_bot_obj=NULL; in CreatePixmapFromSelected() local
7919 saved_top_obj = topObj; in CreatePixmapFromSelected()
7938 curPage->top = topObj = saved_top_obj; in CreatePixmapFromSelected()
8129 struct ObjRec *obj_ptr=NULL, *saved_top_obj=NULL, *saved_bot_obj=NULL; in CropImage() local
8190 saved_top_obj = topObj; in CropImage()
8204 curPage->top = topObj = saved_top_obj; in CropImage()
H A Dcmd.c453 struct ObjRec *saved_top_obj, *saved_bot_obj; local
457 saved_top_obj = topObj;
466 curPage->top = topObj = saved_top_obj;
547 struct ObjRec *saved_top_obj=NULL, *saved_bot_obj=NULL; local
552 saved_top_obj = topObj;
563 curPage->top = topObj = saved_top_obj;
1225 saved_top_obj = topObj;
1234 curPage->top = topObj = saved_top_obj;
1307 struct ObjRec *saved_top_obj, *saved_bot_obj; local
1369 saved_top_obj = topObj;
[all …]
H A Dcutpaste.c733 saved_top_obj = topObj;
769 curPage->top = topObj = saved_top_obj;
876 saved_top_obj = topObj; in PasteFromCutBuffer()
887 curPage->top = topObj = saved_top_obj; in PasteFromCutBuffer()
906 curPage->top = topObj = saved_top_obj; in PasteFromCutBuffer()
912 saved_top_obj = topObj; in PasteFromCutBuffer()
935 PlaceTopObj(tmp_obj, saved_top_obj, saved_bot_obj); in PasteFromCutBuffer()
950 botObj->next = saved_top_obj; in PasteFromCutBuffer()
952 curPage->top = topObj = saved_top_obj; in PasteFromCutBuffer()
955 if (saved_top_obj != NULL) { in PasteFromCutBuffer()
[all …]
H A Dimport.c2669 struct ObjRec *saved_top_obj=topObj, *saved_bot_obj=botObj; in ImportGIFToXPixmapDeck() local
2867 curPage->top = topObj = saved_top_obj; in ImportGIFToXPixmapDeck()
2870 botObj->next = saved_top_obj; in ImportGIFToXPixmapDeck()
2872 if (saved_top_obj != NULL) { in ImportGIFToXPixmapDeck()
2873 saved_top_obj->prev = botObj; in ImportGIFToXPixmapDeck()
3021 struct ObjRec *saved_top_obj=topObj, *saved_bot_obj=botObj; local
3071 curPage->top = topObj = saved_top_obj;
3162 struct ObjRec *saved_top_obj=topObj, *saved_bot_obj=botObj, *new_obj=NULL; local
3225 curPage->top = topObj = saved_top_obj;