Home
last modified time | relevance | path

Searched refs:indexPoints (Results 1 – 5 of 5) sorted by relevance

/dports/audio/jid3lib/jid3lib-0.5.4/src/org/farng/mp3/id3/
H A DFrameBodyASPI.java66 private int indexPoints = 0; field in FrameBodyASPI
84 indexPoints = copyObject.indexPoints; in FrameBodyASPI()
92 final int indexPoints, in FrameBodyASPI() argument
98 this.indexPoints = indexPoints; in FrameBodyASPI()
141 indexPoints = (int) file.readShort(); in read()
143 fraction = new short[indexPoints]; in read()
144 for (int i = 0; i < indexPoints; i++) { in read()
159 .indexPoints + ' ' + this in toString()
168 file.writeShort(indexPoints); in write()
170 for (int i = 0; i < indexPoints; i++) { in write()
/dports/games/dhewm3/dhewm3-1.5.1/neo/idlib/bv/
H A DFrustum.cpp888 idSwap( indexPoints[2], indexPoints[3] ); in IntersectsBounds()
889 idSwap( indexPoints[6], indexPoints[7] ); in IntersectsBounds()
932 idSwap( indexPoints[2], indexPoints[3] ); in IntersectsBox()
933 idSwap( indexPoints[6], indexPoints[7] ); in IntersectsBox()
1144 idSwap( indexPoints[2], indexPoints[3] ); in IntersectsWinding()
1145 idSwap( indexPoints[6], indexPoints[7] ); in IntersectsWinding()
1601 indexPoints[1] = indexPoints[0] + scaled[2]; in ToIndexPoints()
1602 indexPoints[3] = indexPoints[2] + scaled[2]; in ToIndexPoints()
1612 indexPoints[5] = indexPoints[4] + scaled[2]; in ToIndexPoints()
1613 indexPoints[7] = indexPoints[6] + scaled[2]; in ToIndexPoints()
[all …]
H A DFrustum.h133 …bool CullLocalFrustum( const idFrustum &localFrustum, const idVec3 indexPoints[8], const idVec3 …
135 …m( const idBounds &bounds, const idFrustum &localFrustum, const idVec3 indexPoints[8], const idVec…
141 void ToIndexPoints( idVec3 indexPoints[8] ) const;
142 void ToIndexPointsAndCornerVecs( idVec3 indexPoints[8], idVec3 cornerVecs[4] ) const;
143 …void AxisProjection( const idVec3 indexPoints[8], const idVec3 cornerVecs[4], const idVec3 &dir,…
/dports/graphics/qgis/qgis-3.22.3/src/analysis/processing/
H A Dqgsalgorithmrandompointsinpolygons.cpp206 int indexPoints = 0; in processAlgorithm() local
315 if ( mMinDistanceGlobal != 0.0 && indexPoints > 0 ) in processAlgorithm()
344 indexPoints++; in processAlgorithm()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/analysis/processing/
H A Dqgsalgorithmrandompointsinpolygons.cpp206 int indexPoints = 0; in processAlgorithm() local
314 if ( mMinDistanceGlobal != 0.0 && indexPoints > 0 ) in processAlgorithm()
341 indexPoints++; in processAlgorithm()