Home
last modified time | relevance | path

Searched refs:DEP_ON_POSITIONS (Results 1 – 8 of 8) sorted by relevance

/dports/graphics/opendx/dx-4.4.4/src/exec/dxmods/
H A D_normals.c35 #define DEP_ON_POSITIONS 2 macro
184 if (dep == DEP_ON_POSITIONS && rad <= 0.0) in _dxfNormalsTraverse()
189 else if (dep == DEP_ON_POSITIONS && rad > 0.0) in _dxfNormalsTraverse()
236 if (dep == DEP_ON_POSITIONS && rad <= 0.0) in _dxfNormalsTraverse()
240 else if (dep == DEP_ON_POSITIONS && rad > 0.0) in _dxfNormalsTraverse()
312 *dep = DEP_ON_POSITIONS; in DetermineFunction()
329 *dep = DEP_ON_POSITIONS; in DetermineFunction()
385 *dep = DEP_ON_POSITIONS; in _DetermineFunction()
1942 if (dep == DEP_ON_POSITIONS) in GridNormalsField()
H A Dstream.h41 #define DEP_ON_POSITIONS 0x01 macro
H A D_tube.c1412 #define DEP_ON_POSITIONS 1 macro
1416 #define DEP_ON_POSITIONS 1 macro
1487 dep = DEP_ON_POSITIONS; in NewCList()
1546 if (clist[i].dep == DEP_ON_POSITIONS) in CopyArraysPartialPath()
H A Dstreamline.c1505 p->dependency = DEP_ON_POSITIONS; in _dxfInitVectorPart()
1507 p->dependency = DEP_ON_POSITIONS; in _dxfInitVectorPart()
H A D_regstream.c898 if (ip->p.dependency == DEP_ON_POSITIONS) in Reg_Interpolate()
H A D_irregstream.c1808 if (ip->p.dependency == DEP_ON_POSITIONS) in Irreg_Interpolate()
/dports/graphics/opendx/dx-4.4.4/src/exec/libdx/
H A Dreggrow.c105 #define DEP_ON_POSITIONS 1 macro
1101 dep = DEP_ON_POSITIONS; in ShrinkPartition()
1180 if (dep == DEP_ON_POSITIONS) in ShrinkPartition()
1419 if (dep == DEP_ON_POSITIONS) in ShrinkIrregularArray()
1820 if (sdep == DEP_ON_POSITIONS || sref == REFS_POSITIONS) in AddOverlapData()
1855 if (ddep == DEP_ON_POSITIONS || sdep == DEP_ON_POSITIONS) in AddOverlapData()
2016 (ddep == DEP_ON_POSITIONS && sref != REFS_POSITIONS )) in AddOverlapData()
2052 (sdep == DEP_ON_POSITIONS && dref != REFS_POSITIONS )) in AddOverlapData()
2285 if (dep == DEP_ON_POSITIONS) in InitGrowIrregArray()
2384 if (dep == DEP_ON_POSITIONS)
[all …]
H A Dirreggrow.c67 #define DEP_ON_POSITIONS 2 macro
1158 arrayType = DEP_ON_POSITIONS; in AddOverlap()
1283 else if (arrayType == DEP_ON_POSITIONS) in AddOverlap()
1347 else if (overlap->dependencies[i] == DEP_ON_POSITIONS) in AddOverlap()
1349 if (arrayType == DEP_ON_POSITIONS) in AddOverlap()
1520 dep = DEP_ON_POSITIONS; in AddOverlap()
1568 if (dep == DEP_ON_POSITIONS) in AddOverlap()
1882 overlap->dependencies[nComponents] = DEP_ON_POSITIONS; in MakeOverlap()