Home
last modified time | relevance | path

Searched refs:RowOrientation (Results 1 – 4 of 4) sorted by relevance

/dports/x11-toolkits/xbae/xbae-4.60.4/examples/add/
H A Dadd.c53 RowOrientation, enumerator
177 addData.orientation = RowOrientation; in main()
279 if (addData->orientation != RowOrientation) { in RowOrientationCB()
281 addData->orientation = RowOrientation; in RowOrientationCB()
328 case RowOrientation: in changePos()
398 case RowOrientation: in AddCB()
468 case RowOrientation: in DelCB()
/dports/x11-toolkits/xbae/xbae-4.60.4/examples/colors/
H A Dcolors.c74 RowOrientation, enumerator
226 colorData->orientation = RowOrientation; in RowOrientationCB()
281 case RowOrientation: in SetColorCB()
298 case RowOrientation: in SetColorCB()
/dports/cad/alliance/alliance/src/ocp/src/placer/
H A DPRow.h63 … void Init(double Y, double MinX, PPlacement &Placement, const bool RowOrientation);
H A DPPlacement.cpp1336 bool RowOrientation = false; in InitPlace() local
1337 _rowZeroOrientation = RowOrientation; in InitPlace()
1342 _rows.back()->Init(Y, XMin, *this, RowOrientation); in InitPlace()
1351 RowOrientation = !RowOrientation; in InitPlace()