Lines Matching refs:aPos2
1101 Point aPos1, aPos2; in DrawNet() local
1125 aPos2 = aPos1; in DrawNet()
1126 aPos2.Y() += nDistance * nEntryHeight; in DrawNet()
1127 pView->DrawLine( aPos1, aPos2 ); in DrawNet()
1143 aPos2.X() = aPos1.X(); in DrawNet()
1145 aPos2.Y() = aPos1.Y(); in DrawNet()
1146 aPos2.X() -= pView->GetIndent(); in DrawNet()
1147 pView->DrawLine( aPos1, aPos2 ); in DrawNet()
1164 aPos2.X() = aPos1.X(); in DrawNet()
1165 aPos2.Y() = GetEntryLine( pChild ); in DrawNet()
1166 aPos2.Y() += nEntryHeightDIV2; in DrawNet()
1167 pView->DrawLine( aPos1, aPos2 ); in DrawNet()