Home
last modified time | relevance | path

Searched refs:botSel (Results 1 – 25 of 31) sorted by relevance

12

/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dselect.c193 botSel = sel_ptr->prev;
209 botSel = NULL; in FreeTopSel()
330 botSel = NULL; in RemoveAllSel()
740 botSel = SelPtr;
764 if (botSel == NULL) {
771 botSel = new_sel_ptr;
958 botSel = topSel;
2514 botSel = sel_ptr->prev;
2519 saved_bot_sel = botSel;
2520 topSel = botSel = sel_ptr;
[all …]
H A Dcmd.c425 botSel = CmdPtr->bot_after;
442 topSel = botSel = NULL;
472 topObj->prev = botSel->obj;
474 botSel->obj->next = topObj;
793 botSel = CmdPtr->bot_before;
834 topSel = botSel = NULL;
1141 topSel = botSel = NULL;
1219 saved_bot_sel = botSel;
1221 botSel = CmdPtr->bot_before;
1266 botSel = NULL;
[all …]
H A Dspecial.c439 botSel = topSel; in DeleteUnMakeIconicOnInstantiateText()
1327 UnlinkSel(sel_ptr, &topSel, &botSel); in ConnectPortsToBroadcastWire()
1333 saved_bot_sel = botSel; in ConnectPortsToBroadcastWire()
1342 botSel = saved_bot_sel; in ConnectPortsToBroadcastWire()
1380 botSel->next = NULL; in ConnectPortsToBroadcastWire()
1640 botSel->next = NULL; in MergePortsWithAnObject()
1713 } else if (topSel == NULL || topSel != botSel) { in MakeSymbolic()
1802 if (topSel == NULL || topSel != botSel) {
2137 if (topSel == NULL || topSel != botSel) { in ImportAttrs()
2411 if (topSel == NULL || topSel != botSel) { in ExportAttrs()
[all …]
H A Dedit.c542 if (!(topSel != NULL && topSel == botSel && in SelectModeToggleSmoothHinge()
983 botSel = oli.bot_sel;
1190 topSel->obj = botSel->obj = new_obj_ptr; in MakeRegularPolygon()
1610 topSel = botSel = NULL; in DeletePoint()
3825 if (topSel == NULL || topSel != botSel) { in CutMaps()
3853 if (topSel == NULL || topSel != botSel || in BreakUpMaps()
4096 botSel = tmp_bot_sel; in RemoveTransparentPixel()
5357 top_sort->obj = sorted_obj = botSel->obj;
5358 if (botSel->obj->locked) locked_obj = botSel->obj;
5716 if (topSel == NULL || topSel == botSel) { in SizeToWidest()
[all …]
H A Danimate.c201 if (topSel != botSel || topSel == NULL || topSel->obj->type != OBJ_POLY) { in AnimateSel()
226 if (topSel != botSel || topSel == NULL || topSel->obj->type != OBJ_POLY) { in FlashSelColor()
H A Dpattern.c297 for (sel_ptr=botSel; sel_ptr != NULL; sel_ptr=sel_ptr->prev) {
440 for (sel_ptr=botSel; sel_ptr != NULL; sel_ptr=sel_ptr->prev) {
624 for (sel_ptr=botSel; sel_ptr != NULL; sel_ptr=sel_ptr->prev) {
1758 for (sel_ptr=botSel; sel_ptr != NULL; sel_ptr=sel_ptr->prev) {
2013 for (sel_ptr=botSel; sel_ptr != NULL; sel_ptr=sel_ptr->prev) {
2236 for (sel_ptr=botSel; sel_ptr != NULL; sel_ptr=sel_ptr->prev) {
2452 for (sel_ptr=botSel; sel_ptr != NULL; sel_ptr=sel_ptr->prev) {
2633 for (sel_ptr=botSel; sel_ptr != NULL; sel_ptr=sel_ptr->prev) { in ToggleAllSelLineType()
2717 struct SelRec *saved_top_sel=topSel, *saved_bot_sel=botSel; in UpdateSelObjs()
2726 topSel = botSel = NULL; in UpdateSelObjs()
[all …]
H A Dstretch.c4093 topSel = botSel = SelectThisObject(obj_ptr);
4189 topSel = botSel = NULL;
4190 AddObjIntoSel(ObjPtr, NULL, topSel, &topSel, &botSel);
4197 botSel = saved_bot_sel;
4217 topSel = botSel = NULL;
4238 botSel = saved_bot_sel;
4271 topSel = botSel = SelectThisObject(obj_ptr);
4303 botSel = saved_bot_sel;
6484 topSel == botSel) {
6951 topSel == botSel) { in NextPolyRotationPivot()
[all …]
H A Dalign.c504 if (topSel==botSel || topSel->next==botSel) return; in DistrSelObjs()
523 left_sel->obj = right_sel->obj = botSel->obj; in DistrSelObjs()
524 top_sel->obj = bottom_sel->obj = botSel->obj; in DistrSelObjs()
531 for (sel_ptr=botSel->prev; sel_ptr != NULL; sel_ptr=sel_ptr->prev) { in DistrSelObjs()
1362 PrepareToRecord(CMD_MOVE, topSel, botSel, numObjSelected); in AlignSelToPage()
1915 (!((topSel->obj->type == OBJ_POLY && botSel->obj->type != OBJ_POLY) || in CenterAnEndPoint()
1916 (topSel->obj->type != OBJ_POLY && botSel->obj->type == OBJ_POLY)))) { in CenterAnEndPoint()
1923 other_obj = botSel->obj; in CenterAnEndPoint()
1925 poly_obj = botSel->obj; in CenterAnEndPoint()
H A Dattr.c467 PrepareToRecord(CMD_REPLACE, topSel, botSel, numObjSelected); in AddAttrs()
471 for (sel_ptr=botSel; sel_ptr != NULL; sel_ptr=sel_ptr->prev) { in AddAttrs()
484 topSel = botSel = (struct SelRec *)malloc(sizeof(struct SelRec)); in AddAttrs()
488 botSel->next = NULL; in AddAttrs()
491 RecordCmd(CMD_MANY_TO_ONE, NULL, topSel, botSel, 1); in AddAttrs()
1761 if (topSel != botSel || topSel == NULL) { in MoveAttr()
1923 if (topSel != botSel || topSel == NULL) {
1993 PrepareToRecord(CMD_REPLACE, topSel, botSel, numObjSelected); in AddFileAttrs()
2003 RecordCmd(CMD_MANY_TO_ONE, NULL, topSel, botSel, 1); in AddFileAttrs()
2050 RecordCmd(CMD_ONE_TO_MANY, NULL, topSel, botSel, numObjSelected); in DetachFileAttrs()
[all …]
H A Dcutpaste.c3141 } else if (topSel == botSel) {
3228 saved_bot_sel = botSel;
3229 topSel = botSel = NULL;
3242 botSel = saved_bot_sel;
4243 saved_bot_sel = botSel; in ReplaceGraphic()
4244 topSel = botSel = NULL; in ReplaceGraphic()
4251 botSel = saved_bot_sel; in ReplaceGraphic()
4262 botSel = saved_bot_sel; in ReplaceGraphic()
4274 botSel = saved_bot_sel; in ReplaceGraphic()
4333 saved_bot_sel = botSel; in ReplaceGraphic()
[all …]
H A Dstk.c236 if (topSel == NULL || topSel != botSel || in PushIcon()
504 topSel = botSel = (struct SelRec *)malloc(sizeof(struct SelRec)); in PopIcon()
H A Dpoly.c2161 botSel = bot_sel;
2163 botSel = topSel;
2900 obj_ptr2 = botSel->obj; in JoinPoly()
3062 botSel->obj = obj_ptr1;
3064 topSel->next = botSel;
3065 botSel->prev = topSel;
3292 botSel = topSel;
3663 topSel = botSel = NULL; in CutPolyIntoSegments()
3673 new_bot_sel = botSel; in CutPolyIntoSegments()
3680 botSel = saved_bot_sel; in CutPolyIntoSegments()
[all …]
H A Dselect.e31 extern struct SelRec * topSel, * botSel;
H A Ddup.c1076 for (sel_ptr=botSel; sel_ptr != NULL; sel_ptr=sel_ptr->prev) { in DupSelObj()
1090 sel_ptr = botSel; in DupSelObj()
1128 RecordCmd(CMD_NEW, NULL, topSel, botSel, numObjSelected); in DupSelObj()
1170 DupTheseObjects(topSel, botSel, NewTopSel, NewBotSel);
H A Dmark.c321 case FORWARD: vsel_ptr=botVSel; sel_ptr=botSel; break;
424 case FORWARD: sel_ptr = botSel; break;
1036 for (sel_ptr=botSel; sel_ptr != NULL; sel_ptr=sel_ptr->prev) {
1062 AddObjIntoSel(obj_ptr, NULL, topSel, &topSel, &botSel);
H A Dgroup.c424 if (pn_force_ungroup != NULL && topSel != NULL && topSel == botSel) {
554 botSel = tmp_bot_sel;
H A Dexec.c1434 topSel = botSel = NULL;
1483 botSel = saved_bot_sel;
1558 topSel = botSel = NULL;
1590 botSel = saved_bot_sel;
1837 *pp_saved_bot_sel = botSel;
4140 botSel = saved_bot_sel;
4183 botSel = saved_bot_sel;
5289 } else if (topSel != botSel) {
5744 botSel = saved_bot_sel;
7344 if (topSel != botSel) {
[all …]
H A Dwb.c1240 AddObjIntoSel(obj_ptr, NULL, topSel, &topSel, &botSel);
1548 UnlinkSel(sel_ptr, &topSel, &botSel); in HighLightExistingObjects()
1615 struct SelRec *saved_top_sel=topSel, *saved_bot_sel=botSel;
1623 topSel = botSel = NULL;
1821 botSel = saved_bot_sel;
H A Dmove.c185 for (sel_ptr=botSel; sel_ptr != NULL; sel_ptr=sel_ptr->prev) { in MarkObjectsForMove()
576 PrepareToRecord(CMD_MOVE, topSel, botSel, numObjSelected);
595 PrepareToRecord(CMD_MOVE, topSel, botSel, numObjSelected);
619 struct SelRec *saved_top_sel=topSel, *saved_bot_sel=botSel;
624 topSel = botSel = (struct SelRec *)malloc(sizeof(struct SelRec));
638 PrepareToRecord(CMD_MOVE, topSel, botSel, numObjSelected);
649 botSel = saved_bot_sel;
H A Ddrawing.c3299 topSel != botSel) {
3419 topSel != botSel || index >= maxAttrGroups) {
3551 if (topSel == NULL || topSel != botSel) return NULL;
3585 if (topSel == NULL || topSel != botSel) return NULL;
3625 if (topSel == NULL || topSel != botSel) return NULL;
3915 if (topSel == NULL || topSel != botSel) return NULL;
3947 if (topSel == NULL || topSel != botSel) return FALSE;
4376 if (!(topSel != NULL && topSel == botSel &&
H A Dpage.c349 RecordCmd(CMD_NEW, NULL, topSel, botSel, numObjSelected);
1016 AddObjIntoSel(obj_ptr, NULL, topSel, &topSel, &botSel);
1018 DupTheseObjects(topSel, botSel, &top_sel, &bot_sel);
1023 botSel = bot_sel;
H A Dxbitmap.c1105 for (sel_ptr=botSel; sel_ptr != NULL; sel_ptr=sel_ptr->prev) { in InvertXBitmaps()
1267 PrepareToRecord(CMD_REPLACE, topSel, botSel, numObjSelected); in CutXBitmap()
1320 topSel->obj = botSel->obj = new_obj_ptr; in CutXBitmap()
1322 RecordCmd(CMD_REPLACE, NULL, topSel, botSel, numObjSelected); in CutXBitmap()
4608 if (nInImageProc && topSel != NULL && topSel == botSel &&
4889 if (topSel == NULL || topSel != botSel) { in ExportXPixmapDeckToGIF()
4942 topSel = botSel = SelectThisObject(topObj); in ExportXPixmapDeckToGIF()
5059 topSel = botSel = SelectThisObject(obj_ptr); in ExportXPixmapDeckToGIF()
5590 AddObjIntoSel(obj_ptr, botSel, NULL, &topSel, &botSel);
5610 RecordCmd(CMD_ONE_TO_MANY, NULL, topSel, botSel, numObjSelected);
H A Dfont.c4526 for (sel_ptr=botSel; sel_ptr != NULL; sel_ptr=sel_ptr->prev) {
4638 for (sel_ptr=botSel; sel_ptr != NULL; sel_ptr=sel_ptr->prev) {
4745 for (sel_ptr=botSel; sel_ptr != NULL; sel_ptr=sel_ptr->prev) {
4852 for (sel_ptr=botSel; sel_ptr != NULL; sel_ptr=sel_ptr->prev) {
5083 for (sel_ptr=botSel; sel_ptr != NULL; sel_ptr=sel_ptr->prev) {
5326 for (sel_ptr=botSel; sel_ptr != NULL; sel_ptr=sel_ptr->prev) {
5541 for (sel_ptr=botSel; sel_ptr != NULL; sel_ptr=sel_ptr->prev) {
5575 for (sel_ptr=botSel; sel_ptr != NULL; sel_ptr=sel_ptr->prev) {
H A Dimgproc.c2306 PrepareToRecord(CMD_REPLACE, topSel, botSel, numObjSelected);
2309 for (sel_ptr=botSel; sel_ptr != NULL; sel_ptr=sel_ptr->prev) {
2316 PrepareToRecord(CMD_REPLACE, topSel, botSel, numObjSelected);
2459 RecordCmd(CMD_MANY_TO_ONE, NULL, topSel, botSel, 1);
2465 RecordCmd(CMD_REPLACE, NULL, topSel, botSel, numObjSelected);
7907 if (topSel == botSel && topSel->obj->type == OBJ_XPM) { in CreatePixmapFromSelected()
8388 topSel = botSel = NULL;
8391 botSel = saved_bot_sel;
8493 topSel != botSel) { in GetColor()
8519 topSel = botSel = NULL; in GetColor()
[all …]
H A Dcolor.c1695 if (topSel != NULL && topSel == botSel && topSel->obj->type == OBJ_XPM) {
1754 for (sel_ptr=botSel; sel_ptr != NULL; sel_ptr=sel_ptr->prev) {
1784 botSel = sel_ptr->prev;

12