Home
last modified time | relevance | path

Searched refs:topVSel (Results 1 – 9 of 9) sorted by relevance

/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dselect.c312 free(topVSel->x); in JustRemoveAllVSel()
313 free(topVSel->y); in JustRemoveAllVSel()
314 free(topVSel); in JustRemoveAllVSel()
337 free(topVSel); in RemoveAllSel()
915 if (topVSel->x == NULL || topVSel->y == NULL) FailAllocMessage();
917 topVSel->x[0] = x;
918 topVSel->y[0] = y;
920 topVSel->n = 2;
925 topVSel->n = 1;
929 botVSel = topVSel;
[all …]
H A Dalign.c198 ptr->obj = topVSel->obj; in DistrSelObjs()
199 ptr->vsel = topVSel; in DistrSelObjs()
202 ptr->x = topVSel->x[0]; in DistrSelObjs()
203 ptr->y = topVSel->y[0]; in DistrSelObjs()
209 ptr->vsel = topVSel; in DistrSelObjs()
212 ptr->x = topVSel->x[0]; in DistrSelObjs()
213 ptr->y = topVSel->y[0]; in DistrSelObjs()
968 if (topVSel!=NULL && (topVSel->next!=NULL || topVSel->n>=3 || in AlignSelObjs()
970 !(topVSel->obj->type==OBJ_POLYGON && topVSel->v_index[0]==0))) && in AlignSelObjs()
1231 if (topVSel!=NULL && (topVSel->next!=NULL || topVSel->n>=3 || in AlignSelToPage()
[all …]
H A Dpoly.c2174 if (topVSel->v_index==NULL || topVSel->x==NULL || topVSel->y==NULL) {
2180 topVSel->n = 1;
2181 topVSel->next = topVSel->prev = NULL;
2759 topVSel->x[first_index] = topVSel->x[last_index] = x0;
2760 topVSel->y[first_index] = topVSel->y[last_index] = y0;
3077 if (topVSel->v_index==NULL || topVSel->x==NULL || topVSel->y==NULL) {
3083 topVSel->n = 1;
3084 topVSel->next = topVSel->prev = NULL;
3304 if (topVSel->v_index==NULL || topVSel->x==NULL || topVSel->y==NULL) {
3310 topVSel->n = 1;
[all …]
H A Dedit.c698 if (topVSel == NULL) { in ToggleSmoothHinge()
6154 int index0=topVSel->v_index[0], index1=topVSel->v_index[1];
6197 if (topVSel == NULL) { in ExtendSegment()
6206 } else if (topVSel == botVSel && topVSel->n == 1 && in ExtendSegment()
6210 obj_ptr = topVSel->obj; in ExtendSegment()
6211 } else if (topVSel == botVSel && topVSel->n == 2 && in ExtendSegment()
6215 obj_ptr = topVSel->obj; in ExtendSegment()
6325 topVSel->x[0] = obj_ptr->x + new_x; in ExtendSegment()
6326 topVSel->y[0] = obj_ptr->y + new_y; in ExtendSegment()
6330 topVSel->x[1] = obj_ptr->x + new_x; in ExtendSegment()
[all …]
H A Dselect.e32 extern struct VSelRec * topVSel, * botVSel;
H A Dmark.c322 case REVERSE: vsel_ptr=topVSel; sel_ptr=topSel; break;
H A Dmove.c2227 case REVERSE: vsel_ptr = topVSel; break;
/dports/graphics/tgif/tgif-QPL-4.2.5/po/ru/
H A Dru.po10415 msgid "Huh? How can topVSel != botVSel?"
/dports/graphics/tgif/tgif-QPL-4.2.5/po/ja/
H A Dja.po10279 msgid "Huh? How can topVSel != botVSel?"