Lines Matching refs:n4
56 long n4 = nMin / 4; in ImplDrawSymbol() local
71 n4--; in ImplDrawSymbol()
86 pDev->DrawRect( Rectangle( nCenterX-n4, nBottom, in ImplDrawSymbol()
87 nCenterX+n4, nBottom+n2 ) ); in ImplDrawSymbol()
96 n4--; in ImplDrawSymbol()
111 pDev->DrawRect( Rectangle( nCenterX-n4, nTop-n2, in ImplDrawSymbol()
112 nCenterX+n4, nTop ) ); in ImplDrawSymbol()
121 n4--; in ImplDrawSymbol()
136 pDev->DrawRect( Rectangle( nRight, nCenterY-n4, in ImplDrawSymbol()
137 nRight+n2, nCenterY+n4 ) ); in ImplDrawSymbol()
146 n4--; 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()
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()
277 n4 = ( nMin-1 ) / 4; in ImplDrawSymbol()