Searched refs:c_slorient (Results 1 – 5 of 5) sorted by relevance
73 cv->c_slorient = pcv->c_slorient;78 cv->c_slorient = pcv->c_slorient;396 cv->c_slorient = SLICE_UNKN; in MakeDefaultCanvas()475 if (cv->c_slorient == SLICE_UNKN)666 pcv->c_slorient = cv->c_slorient;684 cv->c_slorient = SLICE_UNKN;699 if (cv->c_slorient != SLICE_UNKN && cv->c_slorient != orient)734 cv->c_slorient = orient;800 cv->c_slorient = SLICE_UNKN; in RemCanvas()835 cv->c_slorient = SLICE_UNKN; in OneCanvas()[all …]
49 int c_slorient; /* our slice orientation */ member
310 fprintf(file, "split%s\n", c->c_slorient == SLICE_HORI ? " -v" : ""); in dump_canvas()
4149 if (D_forecv->c_slorient == SLICE_UNKN)4163 i |= D_forecv->c_slorient == SLICE_VERT ? RESIZE_FLAG_H : RESIZE_FLAG_V;6898 …if (abs && diff == (fcv->c_slorient == SLICE_VERT ? fcv->c_ye - fcv->c_ys + 2 : fcv->c_xe - fcv->c…6903 … cv->c_slweight = cv->c_slorient == SLICE_VERT ? cv->c_ye - cv->c_ys + 2 : cv->c_xe - cv->c_xs + 2;6973 if (D_forecv->c_slorient == SLICE_UNKN)6982 orient = D_forecv->c_slorient;6988 if (cv->c_slperp->c_slorient & orient)6991 if ((cv->c_slperp->c_slorient ^ (SLICE_HORI ^ SLICE_VERT)) & orient)7038 if (cv->c_slorient & orient)7040 if (cv->c_slback->c_slorient & orient)[all …]
93 if ((l)->l_pause.d && cv->c_slorient) \1159 if (!cv->c_slorient) in LayPause()