Lines Matching refs:nLeft

57 	long	nLeft;  in ImplDrawSymbol()  local
123 nLeft = nCenterX-n2; in ImplDrawSymbol()
125 pDev->DrawRect( Rectangle( nLeft, nCenterY, nRight, nCenterY ) ); in ImplDrawSymbol()
129 nLeft++; in ImplDrawSymbol()
131 pDev->DrawRect( Rectangle( nLeft, nTemp, nRight, nTemp ) ); in ImplDrawSymbol()
133 pDev->DrawRect( Rectangle( nLeft, nTemp, nRight, nTemp ) ); in ImplDrawSymbol()
148 nLeft = nCenterX; in ImplDrawSymbol()
150 pDev->DrawRect( Rectangle( nLeft, nCenterY, nRight, nCenterY ) ); in ImplDrawSymbol()
156 pDev->DrawRect( Rectangle( nLeft, nTemp, nRight, nTemp ) ); in ImplDrawSymbol()
158 pDev->DrawRect( Rectangle( nLeft, nTemp, nRight, nTemp ) ); in ImplDrawSymbol()
161 pDev->DrawRect( Rectangle( nLeft-n2, nCenterY-n4, in ImplDrawSymbol()
162 nLeft, nCenterY+n4 ) ); in ImplDrawSymbol()
214 nLeft = nCenterX-n4; in ImplDrawSymbol()
216 nLeft++; in ImplDrawSymbol()
217 nRight = nLeft+n2; in ImplDrawSymbol()
218 pDev->DrawRect( Rectangle( nLeft, nCenterY, nRight, nCenterY ) ); in ImplDrawSymbol()
222 nLeft++; in ImplDrawSymbol()
224 pDev->DrawRect( Rectangle( nLeft, nTemp, nRight, nTemp ) ); in ImplDrawSymbol()
226 pDev->DrawRect( Rectangle( nLeft, nTemp, nRight, nTemp ) ); in ImplDrawSymbol()
244 nLeft = nCenterX-n4; in ImplDrawSymbol()
246 nLeft--; in ImplDrawSymbol()
247 nRight = nLeft+n2; in ImplDrawSymbol()
248 pDev->DrawRect( Rectangle( nLeft, nCenterY, nRight, nCenterY ) ); in ImplDrawSymbol()
254 pDev->DrawRect( Rectangle( nLeft, nTemp, nRight, nTemp ) ); in ImplDrawSymbol()
256 pDev->DrawRect( Rectangle( nLeft, nTemp, nRight, nTemp ) ); in ImplDrawSymbol()
325 nLeft = nCenterX-n2; in ImplDrawSymbol()
329 pDev->DrawRect( Rectangle( nLeft, nTop, nRight, nBottom ) ); in ImplDrawSymbol()
335 nLeft = nCenterX-n2; in ImplDrawSymbol()
339 pDev->DrawRect( Rectangle( nLeft, nTop, nCenterX-2, nBottom ) ); in ImplDrawSymbol()
347 nLeft = nCenterX-n2+1; in ImplDrawSymbol()
349 pDev->DrawRect( Rectangle( nLeft, nCenterY, nRight, nCenterY ) ); in ImplDrawSymbol()
350 pDev->DrawRect( Rectangle( nLeft+n2, nCenterY, nRight+n2, nCenterY ) ); in ImplDrawSymbol()
354 nLeft++; in ImplDrawSymbol()
356 pDev->DrawRect( Rectangle( nLeft, nTemp, nRight, nTemp ) ); in ImplDrawSymbol()
357 pDev->DrawRect( Rectangle( nLeft+n2, nTemp, nRight+n2, nTemp ) ); in ImplDrawSymbol()
359 pDev->DrawRect( Rectangle( nLeft, nTemp, nRight, nTemp ) ); in ImplDrawSymbol()
360 pDev->DrawRect( Rectangle( nLeft+n2, nTemp, nRight+n2, nTemp ) ); in ImplDrawSymbol()
374 nLeft = nCenterX-n2; in ImplDrawSymbol()
376 pDev->DrawRect( Rectangle( nLeft, nCenterY, nRight, nCenterY ) ); in ImplDrawSymbol()
377 pDev->DrawRect( Rectangle( nLeft+n2, nCenterY, nRight+n2, nCenterY ) ); in ImplDrawSymbol()
383 pDev->DrawRect( Rectangle( nLeft, nTemp, nRight, nTemp ) ); in ImplDrawSymbol()
384 pDev->DrawRect( Rectangle( nLeft+n2, nTemp, nRight+n2, nTemp ) ); in ImplDrawSymbol()
386 pDev->DrawRect( Rectangle( nLeft, nTemp, nRight, nTemp ) ); in ImplDrawSymbol()
387 pDev->DrawRect( Rectangle( nLeft+n2, nTemp, nRight+n2, nTemp ) ); in ImplDrawSymbol()
405 nLeft = nCenterX-n2+1; in ImplDrawSymbol()
411 pDev->DrawRect( Rectangle( Point( nLeft+i, nTop+i ), aRectSize ) ); in ImplDrawSymbol()
412 pDev->DrawRect( Rectangle( Point( nLeft+i, nBottom-i ), aRectSize ) ); in ImplDrawSymbol()