Home
last modified time | relevance | path

Searched refs:nDim2 (Results 1 – 25 of 142) sorted by relevance

123456

/dports/games/ufoai/ufoai-2.5-source/src/tools/radiant/radiant/xyview/
H A DXYWnd.cpp242 m_vOrigin[nDim2] += y / m_fScale; in scroll()
730 m_vOrigin[nDim2] = position[nDim2]; in positionView()
984 float yb = m_vOrigin[nDim2] - h; in getWindowCoordinates()
988 float ye = m_vOrigin[nDim2] + h; in getWindowCoordinates()
1359 dimensions << g_pDimStrings[nDim2] << vSize[nDim2]; in drawSizeInfo()
1365 << vMaxBounds[nDim2] << ")"; in drawSizeInfo()
1395 …asterPos3f(vMaxBounds[nDim1] + 16.0f / m_fScale, 0, Betwixt(vMinBounds[nDim2], vMaxBounds[nDim2])); in drawSizeInfo()
1396 dimensions << g_pDimStrings[nDim2] << vSize[nDim2]; in drawSizeInfo()
1402 << vMaxBounds[nDim2] << ")"; in drawSizeInfo()
1433 dimensions << g_pDimStrings[nDim2] << vSize[nDim2]; in drawSizeInfo()
[all …]
H A DXYWnd.h169 void drawSizeInfo (int nDim1, int nDim2, Vector3& vMinBounds, Vector3& vMaxBounds);
/dports/games/netradiant/netradiant-20150621-src/radiant/
H A Dxywindow.cpp1247 m_vOrigin[nDim2] = position[nDim2]; in PositionView()
1644 yb = m_vOrigin[nDim2] - h; in XY_DrawGrid()
1646 yb = region_mins[nDim2]; in XY_DrawGrid()
1650 ye = m_vOrigin[nDim2] + h; in XY_DrawGrid()
1652 ye = region_maxs[nDim2]; in XY_DrawGrid()
1803 yb = m_vOrigin[nDim2] - h; in XY_DrawBlockGrid()
1805 yb = region_mins[nDim2]; in XY_DrawBlockGrid()
1811 ye = region_maxs[nDim2]; in XY_DrawBlockGrid()
1955 dimensions << g_pDimStrings[nDim2] << vSize[nDim2]; in PaintSizeInfo()
1993 dimensions << g_pDimStrings[nDim2] << vSize[nDim2]; in PaintSizeInfo()
[all …]
H A Dfeedback.cpp136 int nDim2 = ( vt == XY ) ? 1 : 2; in Draw2D() local
140 glVertex2f( pt[nDim1], pt[nDim2] ); in Draw2D()
143 glVertex2f( pt[nDim1] - 8, pt[nDim2] - 8 ); in Draw2D()
144 glVertex2f( pt[nDim1] + 8, pt[nDim2] - 8 ); in Draw2D()
145 glVertex2f( pt[nDim1] + 8, pt[nDim2] + 8 ); in Draw2D()
146 glVertex2f( pt[nDim1] - 8, pt[nDim2] + 8 ); in Draw2D()
209 int nDim2 = ( vt == XY ) ? 1 : 2; in Draw2D() local
215 glVertex2f( wt[i][nDim1], wt[i][nDim2] ); in Draw2D()
225 glVertex2f( wt[i][nDim1], wt[i][nDim2] ); in Draw2D()
H A Dxywindow.h192 void PaintSizeInfo( int nDim1, int nDim2, Vector3& vMinBounds, Vector3& vMaxBounds );
/dports/games/gtkradiant/GPL/GtkRadiant/radiant/
H A Dxywindow.cpp1285 m_vOrigin[nDim2] = position[nDim2]; in PositionView()
1578 yb = m_vOrigin[nDim2] - h; in XY_DrawGrid()
1580 yb = region_mins[nDim2]; in XY_DrawGrid()
1583 ye = m_vOrigin[nDim2] + h; in XY_DrawGrid()
1585 ye = region_maxs[nDim2]; in XY_DrawGrid()
1772 yb = m_vOrigin[nDim2] - h; in XY_DrawBlockGrid()
1774 yb = region_mins[nDim2]; in XY_DrawBlockGrid()
1777 ye = m_vOrigin[nDim2] + h; in XY_DrawBlockGrid()
1929 dimensions << g_pDimStrings[nDim2] << vSize[nDim2]; in PaintSizeInfo()
1968 dimensions << g_pDimStrings[nDim2] << vSize[nDim2]; in PaintSizeInfo()
[all …]
H A Dfeedback.cpp155 int nDim2 = (vt == XY) ? 1 : 2; in Draw2D() local
159 glVertex2f (pt[nDim1], pt[nDim2]); in Draw2D()
162 glVertex2f (pt[nDim1]-8, pt[nDim2]-8); in Draw2D()
163 glVertex2f (pt[nDim1]+8, pt[nDim2]-8); in Draw2D()
164 glVertex2f (pt[nDim1]+8, pt[nDim2]+8); in Draw2D()
165 glVertex2f (pt[nDim1]-8, pt[nDim2]+8); in Draw2D()
236 int nDim2 = (vt == XY) ? 1 : 2; in Draw2D() local
242 glVertex2f (wt[i][nDim1], wt[i][nDim2]); in Draw2D()
252 glVertex2f (wt[i][nDim1], wt[i][nDim2]); in Draw2D()
H A Dxywindow.h206 void PaintSizeInfo(int nDim1, int nDim2, Vector3& vMinBounds, Vector3& vMaxBounds);
/dports/games/dhewm3/dhewm3-1.5.1/neo/tools/radiant/
H A DXYWnd.cpp145 if (fDiff(p[nDim1], vec[nDim1]) <= 3 && fDiff(p[nDim2], vec[nDim2]) <= 3) { in PointWithin()
1276 fDiff(g_PointPoints[n].m_ptClip[nDim2], tdp[nDim2]) < 3 in OnMouseMove()
1299 fDiff(g_Clip1.m_ptClip[nDim2], tdp[nDim2]) < 3 in OnMouseMove()
1310 fDiff(g_Clip2.m_ptClip[nDim2], tdp[nDim2]) < 3 in OnMouseMove()
1321 fDiff(g_Clip3.m_ptClip[nDim2], tdp[nDim2]) < 3 in OnMouseMove()
1348 fDiff(g_PathPoints[n].m_ptClip[nDim2], tdp[nDim2]) < 3 in OnMouseMove()
3451 g_strDim.Format(g_pDimStrings[nDim2], vSize[nDim2]); in PaintSizeInfo()
3486 g_strDim.Format(g_pDimStrings[nDim2], vSize[nDim2]); in PaintSizeInfo()
3521 g_strDim.Format(g_pDimStrings[nDim2], vSize[nDim2]); in PaintSizeInfo()
3957 m_vOrigin[nDim2] = b->mins[nDim2]; in PositionView()
[all …]
H A DSELECT.CPP1297 int nDim2 = (g_pParentWnd->ActiveXY()->GetViewType() == XY) ? 1 : 2; in Select_CompleteTall() local
1302 …Dim1] || b->mins[nDim1] < mins[nDim1]) || (b->maxs[nDim2] > maxs[nDim2] || b->mins[nDim2] < mins[n… in Select_CompleteTall()
1303 …igin[nDim1] < maxs[nDim1] && b->owner->origin[nDim2] > mins[nDim2] && b->owner->origin[nDim2] < ma… in Select_CompleteTall()
1343 int nDim2 = (g_pParentWnd->ActiveXY()->GetViewType() == XY) ? 1 : 2; in Select_PartialTall() local
1351 (b->mins[nDim2] > maxs[nDim2] || b->maxs[nDim2] < mins[nDim2]) in Select_PartialTall()
H A DXYWnd.h226 void PaintSizeInfo(int nDim1, int nDim2, idVec3 vMinBounds, idVec3 vMaxBounds);
227 void DrawSelectedCentroid( int nDim1, int nDim2, idVec3 vMinBounds, idVec3 vMaxBounds );
H A DPMESH.CPP2001 int nDim2 = (g_pParentWnd->ActiveXY()->GetViewType() == XY) ? 1 : 2; in AddPoint() local
2013 …(i, j).xyz[nDim1]) <= VECTOR_EPSILON) && (idMath::Fabs((*v)[nDim2] - p->ctrl(i, j).xyz[nDim2]) <= … in AddPoint()
3987 int nDim2 = (g_pParentWnd->ActiveXY()->GetViewType() == XY) ? 1 : 2; in within() local
3989 …if ( (vTest[nDim2] > vTL[nDim2] && vTest[nDim2] < vBR[nDim2]) || (vTest[nDim2] < vTL[nDim2] && vTe… in within()
/dports/games/ufoai/ufoai-2.5-source/src/tools/radiant/radiant/clipper/
H A DClipPoint.cpp56 int nDim2 = (viewtype == XY) ? 1 : 2; in intersect() local
58 _coords[nDim2], point[nDim2]) * scale).getLengthSquared()); in intersect()
/dports/audio/fdk-aac/fdk-aac-2.0.2/libSACenc/src/
H A Dsacenc_vectorfunctions.cpp172 const INT nDim2) { in sumUpCplxPow2Dim2() argument
179 for (j = sDim2; j < nDim2; j++) { in sumUpCplxPow2Dim2()
203 for (j = sDim2; j < nDim2; j++) { in sumUpCplxPow2Dim2()
211 for (j = sDim2; j < nDim2; j++) { in sumUpCplxPow2Dim2()
240 const INT nDim2) { in cplx_cplxScalarProduct() argument
259 for (j = sDim2; j < nDim2; j++) { in cplx_cplxScalarProduct()
270 for (j = sDim2; j < nDim2; j++) { in cplx_cplxScalarProduct()
282 for (j = sDim2; j < nDim2; j++) { in cplx_cplxScalarProduct()
294 for (j = sDim2; j < nDim2; j++) { in cplx_cplxScalarProduct()
H A Dsacenc_vectorfunctions.h187 const INT nDim2);
279 const INT nDim2);
/dports/multimedia/handbrake/fdk-aac-2.0.1/libSACenc/src/
H A Dsacenc_vectorfunctions.cpp172 const INT nDim2) { in sumUpCplxPow2Dim2() argument
179 for (j = sDim2; j < nDim2; j++) { in sumUpCplxPow2Dim2()
203 for (j = sDim2; j < nDim2; j++) { in sumUpCplxPow2Dim2()
211 for (j = sDim2; j < nDim2; j++) { in sumUpCplxPow2Dim2()
240 const INT nDim2) { in cplx_cplxScalarProduct() argument
259 for (j = sDim2; j < nDim2; j++) { in cplx_cplxScalarProduct()
270 for (j = sDim2; j < nDim2; j++) { in cplx_cplxScalarProduct()
282 for (j = sDim2; j < nDim2; j++) { in cplx_cplxScalarProduct()
294 for (j = sDim2; j < nDim2; j++) { in cplx_cplxScalarProduct()
H A Dsacenc_vectorfunctions.h187 const INT nDim2);
279 const INT nDim2);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/ext/rtree/
H A Drtree.c795 for(ii=0; ii<pRtree->nDim2; ii++){ in nodeOverwriteCell()
941 }while( ii<pRtree->nDim2 ); in nodeGetCell()
1700 }else if( i<=pRtree->nDim2 ){ in rtreeColumn()
2069 int ii = pRtree->nDim2 - 2; in cellMargin()
2087 }while( ii<pRtree->nDim2 ); in cellUnion()
2093 }while( ii<pRtree->nDim2 ); in cellUnion()
3204 if( nn > pRtree->nDim2 ) nn = pRtree->nDim2; in rtreeUpdate()
3749 pRtree->nDim2++; in rtreeInit()
3765 pRtree->nDim = pRtree->nDim2/2; in rtreeInit()
3770 }else if( pRtree->nDim2 % 2 ){ in rtreeInit()
[all …]
H A Dgeopoly.c1249 pRtree->nDim2 = 4; in geopolyInit()
1275 pRtree->nBytesPerCell = 8 + pRtree->nDim2*4; in geopolyInit()
/dports/databases/sqlite3/sqlite-src-3350500/ext/rtree/
H A Drtree.c813 for(ii=0; ii<pRtree->nDim2; ii++){ in nodeOverwriteCell()
959 }while( ii<pRtree->nDim2 ); in nodeGetCell()
1718 }else if( i<=pRtree->nDim2 ){ in rtreeColumn()
2087 int ii = pRtree->nDim2 - 2; in cellMargin()
2105 }while( ii<pRtree->nDim2 ); in cellUnion()
2111 }while( ii<pRtree->nDim2 ); in cellUnion()
3222 if( nn > pRtree->nDim2 ) nn = pRtree->nDim2; in rtreeUpdate()
3768 pRtree->nDim2++; in rtreeInit()
3785 pRtree->nDim = pRtree->nDim2/2; in rtreeInit()
3790 }else if( pRtree->nDim2 % 2 ){ in rtreeInit()
[all …]
H A Dgeopoly.c1251 pRtree->nDim2 = 4; in geopolyInit()
1277 pRtree->nBytesPerCell = 8 + pRtree->nDim2*4; in geopolyInit()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/ext/rtree/
H A Drtree.c813 for(ii=0; ii<pRtree->nDim2; ii++){ in nodeOverwriteCell()
959 }while( ii<pRtree->nDim2 ); in nodeGetCell()
1718 }else if( i<=pRtree->nDim2 ){ in rtreeColumn()
2087 int ii = pRtree->nDim2 - 2; in cellMargin()
2105 }while( ii<pRtree->nDim2 ); in cellUnion()
2111 }while( ii<pRtree->nDim2 ); in cellUnion()
3222 if( nn > pRtree->nDim2 ) nn = pRtree->nDim2; in rtreeUpdate()
3768 pRtree->nDim2++; in rtreeInit()
3785 pRtree->nDim = pRtree->nDim2/2; in rtreeInit()
3790 }else if( pRtree->nDim2 % 2 ){ in rtreeInit()
[all …]
/dports/databases/sqlcipher/sqlcipher-3.4.2/ext/rtree/
H A Drtree.c726 for(ii=0; ii<pRtree->nDim2; ii++){ in nodeOverwriteCell()
869 }while( ii<pRtree->nDim2 ); in nodeGetCell()
1925 int ii = pRtree->nDim2 - 2; in cellMargin()
1943 }while( ii<pRtree->nDim2 ); in cellUnion()
1949 }while( ii<pRtree->nDim2 ); in cellUnion()
1960 for(ii=0; ii<pRtree->nDim2; ii+=2){ in cellContains()
1995 for(jj=0; jj<pRtree->nDim2; jj+=2){ in cellOverlap()
3051 assert( nData<=(pRtree->nDim2 + 3) ); in rtreeUpdate()
3478 pRtree->nDim2 = pRtree->nDim*2; in rtreeInit()
3554 tree.nDim2 = tree.nDim*2; in rtreenode()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/linguistic/source/
H A Dmisc.cxx130 IntArray2D( int nDim1, int nDim2 );
137 IntArray2D::IntArray2D( int nDim1, int nDim2 ) in IntArray2D() argument
140 n2 = nDim2; in IntArray2D()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/linguistic/source/
H A Dmisc.cxx125 IntArray2D( int nDim1, int nDim2 );
130 IntArray2D::IntArray2D( int nDim1, int nDim2 ) in IntArray2D() argument
133 n2 = nDim2; in IntArray2D()

123456