Lines Matching refs:nCenterX

53 	long	nCenterX = aCenter.X();  in ImplDrawSymbol()  local
75 pDev->DrawRect( Rectangle( nCenterX, nTop, nCenterX, nBottom ) ); in ImplDrawSymbol()
80 nTemp = nCenterX-i; in ImplDrawSymbol()
82 nTemp = nCenterX+i; in ImplDrawSymbol()
86 pDev->DrawRect( Rectangle( nCenterX-n4, nBottom, in ImplDrawSymbol()
87 nCenterX+n4, nBottom+n2 ) ); in ImplDrawSymbol()
100 pDev->DrawRect( Rectangle( nCenterX, nTop, nCenterX, nBottom ) ); in ImplDrawSymbol()
105 nTemp = nCenterX-i; in ImplDrawSymbol()
107 nTemp = nCenterX+i; in ImplDrawSymbol()
111 pDev->DrawRect( Rectangle( nCenterX-n4, nTop-n2, in ImplDrawSymbol()
112 nCenterX+n4, nTop ) ); in ImplDrawSymbol()
123 nLeft = nCenterX-n2; in ImplDrawSymbol()
124 nRight = nCenterX; in ImplDrawSymbol()
148 nLeft = nCenterX; in ImplDrawSymbol()
149 nRight = nCenterX+n2; in ImplDrawSymbol()
173 pDev->DrawRect( Rectangle( nCenterX, nTop, nCenterX, nBottom ) ); in ImplDrawSymbol()
178 nTemp = nCenterX-i; in ImplDrawSymbol()
180 nTemp = nCenterX+i; in ImplDrawSymbol()
193 pDev->DrawRect( Rectangle( nCenterX, nTop, nCenterX, nBottom ) ); in ImplDrawSymbol()
198 nTemp = nCenterX-i; in ImplDrawSymbol()
200 nTemp = nCenterX+i; in ImplDrawSymbol()
214 nLeft = nCenterX-n4; in ImplDrawSymbol()
231 pDev->DrawRect( Rectangle( nCenterX-n4-1, nCenterY-n2, in ImplDrawSymbol()
232 nCenterX-n4-1, nCenterY+n2 ) ); in ImplDrawSymbol()
244 nLeft = nCenterX-n4; in ImplDrawSymbol()
261 pDev->DrawRect( Rectangle( nCenterX+n4+1, nCenterY-n2, in ImplDrawSymbol()
262 nCenterX+n4+1, nCenterY+n2 ) ); in ImplDrawSymbol()
275 nCenterX++; in ImplDrawSymbol()
282 pDev->DrawRect( Rectangle( nCenterX, nTop, nCenterX, nBottom ) ); in ImplDrawSymbol()
283 pDev->DrawRect( Rectangle( nCenterX, nTop+n2+1, nCenterX, nBottom+n2+1 ) ); in ImplDrawSymbol()
288 nTemp = nCenterX-i; in ImplDrawSymbol()
291 nTemp = nCenterX+i; in ImplDrawSymbol()
316 pDev->DrawMask( Point( nCenterX - n2, nCenterY - n2 ), aBmp, pDev->GetFillColor() ); in ImplDrawSymbol()
319 pDev->DrawPolygon( Polygon( Point( nCenterX, nCenterY ), n2, n2 ) ); in ImplDrawSymbol()
325 nLeft = nCenterX-n2; in ImplDrawSymbol()
326 nRight = nCenterX+n2; in ImplDrawSymbol()
335 nLeft = nCenterX-n2; in ImplDrawSymbol()
336 nRight = nCenterX+n2-1; in ImplDrawSymbol()
339 pDev->DrawRect( Rectangle( nLeft, nTop, nCenterX-2, nBottom ) ); in ImplDrawSymbol()
340 pDev->DrawRect( Rectangle( nCenterX+1, nTop, nRight, nBottom ) ); in ImplDrawSymbol()
347 nLeft = nCenterX-n2+1; in ImplDrawSymbol()
348 nRight = nCenterX; in ImplDrawSymbol()
365 pDev->DrawRect( Rectangle( nCenterX-n2, nCenterY-n2, in ImplDrawSymbol()
366 nCenterX-n2, nCenterY+n2 ) ); in ImplDrawSymbol()
374 nLeft = nCenterX-n2; in ImplDrawSymbol()
375 nRight = nCenterX-1; in ImplDrawSymbol()
392 pDev->DrawRect( Rectangle( nCenterX+n2, nCenterY-n2, in ImplDrawSymbol()
393 nCenterX+n2, nCenterY+n2 ) ); in ImplDrawSymbol()
405 nLeft = nCenterX-n2+1; in ImplDrawSymbol()
421 Rectangle aRect( nCenterX-n2, nCenterY-n2, in ImplDrawSymbol()
422 nCenterX+n2, nCenterY-n2+1 ); in ImplDrawSymbol()
481 pDev->DrawRect( Rectangle( nCenterX, nTop, nCenterX, nBottom ) ); in ImplDrawSymbol()
486 nTemp = nCenterX-i; in ImplDrawSymbol()
488 nTemp = nCenterX+i; in ImplDrawSymbol()
494 pDev->DrawRect( Rectangle( nCenterX, nTop, nCenterX, nBottom ) ); in ImplDrawSymbol()
499 nTemp = nCenterX-i; in ImplDrawSymbol()
501 nTemp = nCenterX+i; in ImplDrawSymbol()
511 Rectangle aRect( nCenterX-n2, nCenterY-n2+3, in ImplDrawSymbol()
512 nCenterX+n2-2, nCenterY-n2+4 ); in ImplDrawSymbol()
524 aRect = Rectangle( nCenterX-n2+2, nCenterY-n2, in ImplDrawSymbol()
525 nCenterX+n2, nCenterY-n2+1 ); in ImplDrawSymbol()
541 Rectangle aRect( nCenterX-n2, nCenterY-n2, in ImplDrawSymbol()
542 nCenterX+n2, nCenterY-n2 ); in ImplDrawSymbol()
559 Rectangle aRect( nCenterX-n2+nExtra, nCenterY+n2-1, in ImplDrawSymbol()
560 nCenterX+n2-nExtra, nCenterY+n2 ); in ImplDrawSymbol()