Lines Matching refs:aPos1
1101 Point aPos1, aPos2; in DrawNet() local
1111 aPos1.X() = pView->GetTabPos(pEntry, pFirstDynamicTab); in DrawNet()
1115 aPos1.X() += rExpandedNodeBitmap.GetSizePixel().Width() / 2; in DrawNet()
1117 aPos1.Y() = nY; in DrawNet()
1118 aPos1.Y() += nEntryHeightDIV2; in DrawNet()
1125 aPos2 = aPos1; in DrawNet()
1127 pView->DrawLine( aPos1, aPos2 ); in DrawNet()
1136 aPos1.X() = pView->GetTabPos(pEntry, pFirstDynamicTab); in DrawNet()
1140 aPos1.X() += rExpandedNodeBitmap.GetSizePixel().Width() / 2; in DrawNet()
1141 aPos1.Y() = nY; in DrawNet()
1142 aPos1.Y() += nEntryHeightDIV2; in DrawNet()
1143 aPos2.X() = aPos1.X(); in DrawNet()
1145 aPos2.Y() = aPos1.Y(); in DrawNet()
1147 pView->DrawLine( aPos1, aPos2 ); in DrawNet()
1155 aPos1.X() = pView->GetTabPos( pEntry, pFirstDynamicTab); in DrawNet()
1159 aPos1.X() += rExpandedNodeBitmap.GetSizePixel().Width() / 2; in DrawNet()
1160 aPos1.X() -= pView->GetIndent(); in DrawNet()
1161 aPos1.Y() = GetEntryLine( pEntry ); in DrawNet()
1162 aPos1.Y() += nEntryHeightDIV2; in DrawNet()
1164 aPos2.X() = aPos1.X(); in DrawNet()
1167 pView->DrawLine( aPos1, aPos2 ); in DrawNet()