Lines Matching refs:nCenterY

54 	long	nCenterY = aCenter.Y();  in ImplDrawSymbol()  local
73 nTop = nCenterY-n2; in ImplDrawSymbol()
74 nBottom = nCenterY; in ImplDrawSymbol()
98 nTop = nCenterY; in ImplDrawSymbol()
99 nBottom = nCenterY+n2; in ImplDrawSymbol()
125 pDev->DrawRect( Rectangle( nLeft, nCenterY, nRight, nCenterY ) ); in ImplDrawSymbol()
130 nTemp = nCenterY-i; in ImplDrawSymbol()
132 nTemp = nCenterY+i; in ImplDrawSymbol()
136 pDev->DrawRect( Rectangle( nRight, nCenterY-n4, in ImplDrawSymbol()
137 nRight+n2, nCenterY+n4 ) ); in ImplDrawSymbol()
150 pDev->DrawRect( Rectangle( nLeft, nCenterY, nRight, nCenterY ) ); in ImplDrawSymbol()
155 nTemp = nCenterY-i; in ImplDrawSymbol()
157 nTemp = nCenterY+i; in ImplDrawSymbol()
161 pDev->DrawRect( Rectangle( nLeft-n2, nCenterY-n4, in ImplDrawSymbol()
162 nLeft, nCenterY+n4 ) ); in ImplDrawSymbol()
171 nTop = nCenterY-n4; in ImplDrawSymbol()
191 nTop = nCenterY-n4; in ImplDrawSymbol()
218 pDev->DrawRect( Rectangle( nLeft, nCenterY, nRight, nCenterY ) ); in ImplDrawSymbol()
223 nTemp = nCenterY-i; in ImplDrawSymbol()
225 nTemp = nCenterY+i; in ImplDrawSymbol()
231 pDev->DrawRect( Rectangle( nCenterX-n4-1, nCenterY-n2, in ImplDrawSymbol()
232 nCenterX-n4-1, nCenterY+n2 ) ); in ImplDrawSymbol()
248 pDev->DrawRect( Rectangle( nLeft, nCenterY, nRight, nCenterY ) ); in ImplDrawSymbol()
253 nTemp = nCenterY-i; in ImplDrawSymbol()
255 nTemp = nCenterY+i; in ImplDrawSymbol()
261 pDev->DrawRect( Rectangle( nCenterX+n4+1, nCenterY-n2, in ImplDrawSymbol()
262 nCenterX+n4+1, nCenterY+n2 ) ); in ImplDrawSymbol()
280 nTop = nCenterY-n2; in ImplDrawSymbol()
281 nBottom = nCenterY-1; 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()
327 nTop = nCenterY-n2; in ImplDrawSymbol()
328 nBottom = nCenterY+n2; in ImplDrawSymbol()
337 nTop = nCenterY-n2; in ImplDrawSymbol()
338 nBottom = nCenterY+n2; in ImplDrawSymbol()
349 pDev->DrawRect( Rectangle( nLeft, nCenterY, nRight, nCenterY ) ); in ImplDrawSymbol()
350 pDev->DrawRect( Rectangle( nLeft+n2, nCenterY, nRight+n2, nCenterY ) ); in ImplDrawSymbol()
355 nTemp = nCenterY-i; in ImplDrawSymbol()
358 nTemp = nCenterY+i; in ImplDrawSymbol()
365 pDev->DrawRect( Rectangle( nCenterX-n2, nCenterY-n2, in ImplDrawSymbol()
366 nCenterX-n2, nCenterY+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()
382 nTemp = nCenterY-i; in ImplDrawSymbol()
385 nTemp = nCenterY+i; in ImplDrawSymbol()
392 pDev->DrawRect( Rectangle( nCenterX+n2, nCenterY-n2, in ImplDrawSymbol()
393 nCenterX+n2, nCenterY+n2 ) ); in ImplDrawSymbol()
406 nTop = nCenterY-n2+1; in ImplDrawSymbol()
407 nBottom = nCenterY-n2+nMin-aRectSize.Width()+1; in ImplDrawSymbol()
421 Rectangle aRect( nCenterX-n2, nCenterY-n2, in ImplDrawSymbol()
422 nCenterX+n2, nCenterY-n2+1 ); in ImplDrawSymbol()
427 aTempRect.Bottom() = nCenterY+n2; in ImplDrawSymbol()
479 nTop = nCenterY-n2-1; in ImplDrawSymbol()
492 nTop = nCenterY+1; in ImplDrawSymbol()
511 Rectangle aRect( nCenterX-n2, nCenterY-n2+3, in ImplDrawSymbol()
512 nCenterX+n2-2, nCenterY-n2+4 ); in ImplDrawSymbol()
515 aTempRect.Bottom() = nCenterY+n2; in ImplDrawSymbol()
524 aRect = Rectangle( nCenterX-n2+2, nCenterY-n2, in ImplDrawSymbol()
525 nCenterX+n2, nCenterY-n2+1 ); in ImplDrawSymbol()
528 aTempRect.Bottom() = nCenterY+n2-3; in ImplDrawSymbol()
541 Rectangle aRect( nCenterX-n2, nCenterY-n2, in ImplDrawSymbol()
542 nCenterX+n2, nCenterY-n2 ); in ImplDrawSymbol()
545 aTempRect.Bottom() = nCenterY+n2; in ImplDrawSymbol()
559 Rectangle aRect( nCenterX-n2+nExtra, nCenterY+n2-1, in ImplDrawSymbol()
560 nCenterX+n2-nExtra, nCenterY+n2 ); in ImplDrawSymbol()