Home
last modified time | relevance | path

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

/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DStandard_ReadLineBuffer.hxx73 char* aResultLine = NULL; in ReadLine() local
77 while (aResultLine == NULL) in ReadLine()
100 aResultLine = myReadBufferLastStr.data(); in ReadLine()
131 aResultLine = myReadBufferLastStr.data(); in ReadLine()
140 aResultLine = myReadBuffer.data() + aStartLinePos; in ReadLine()
143 if (theLineLength > 1 && aResultLine[theLineLength - 2] == '\r') in ReadLine()
145 aResultLine[theLineLength - 2] = '\0'; in ReadLine()
150 aResultLine[theLineLength - 1] = '\0'; in ReadLine()
164 return aResultLine; in ReadLine()
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DStandard_ReadLineBuffer.hxx79 char* aResultLine = NULL; in ReadLine() local
84 while (aResultLine == NULL) in ReadLine()
107 aResultLine = &myReadBufferLastStr.front(); in ReadLine()
203 aResultLine = &myReadBufferLastStr.front(); in ReadLine()
212 aResultLine = &myReadBuffer.front() + aStartLinePos; in ReadLine()
215 if (theLineLength > 1 && aResultLine[theLineLength - 2] == '\r') in ReadLine()
217 aResultLine[theLineLength - 2] = '\0'; in ReadLine()
222 aResultLine[theLineLength - 1] = '\0'; in ReadLine()
243 return aResultLine; in ReadLine()
/dports/cad/opencascade/opencascade-7.6.0/src/Standard/
H A DStandard_ReadLineBuffer.hxx79 char* aResultLine = NULL; in ReadLine() local
84 while (aResultLine == NULL) in ReadLine()
107 aResultLine = &myReadBufferLastStr.front(); in ReadLine()
203 aResultLine = &myReadBufferLastStr.front(); in ReadLine()
212 aResultLine = &myReadBuffer.front() + aStartLinePos; in ReadLine()
215 if (theLineLength > 1 && aResultLine[theLineLength - 2] == '\r') in ReadLine()
217 aResultLine[theLineLength - 2] = '\0'; in ReadLine()
222 aResultLine[theLineLength - 1] = '\0'; in ReadLine()
243 return aResultLine; in ReadLine()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/router/
H A Dpns_shove.h72 LINE& aResultLine );
121 LINE& aResultLine, const HULL_SET& aHulls );
128 LINE& aResultLine );
H A Dpns_shove.cpp229 LINE& aResultLine ) in shoveLineFromLoneVia() argument
261 aResultLine.SetShape( shortest ); in shoveLineFromLoneVia()
263 if( aResultLine.Collide( &aCurLine, m_currentNode ) ) in shoveLineFromLoneVia()
274 LINE& aResultLine, const HULL_SET& aHulls ) in shoveLineToHullSet() argument
346 aResultLine.SetShape( l.CLine() ); in shoveLineToHullSet()
382 aResultLine.SetShape( l.CLine() ); in shoveLineToHullSet()
396 LINE& aResultLine ) in ShoveObstacleLine() argument
398 aResultLine.ClearLinks(); in ShoveObstacleLine()
418 rv = shoveLineFromLoneVia( aCurLine, aObstacleLine, aResultLine ); in ShoveObstacleLine()
471 rv = shoveLineToHullSet( aCurLine, aObstacleLine, aResultLine, hulls ); in ShoveObstacleLine()
[all …]