Lines Matching refs:nOrientation

128                            int nOrientation )  in ImplRotatePos()  argument
130 if ( (nOrientation >= 0) && !(nOrientation % 900) ) in ImplRotatePos()
132 if ( (nOrientation >= 3600) ) in ImplRotatePos()
133 nOrientation %= 3600; in ImplRotatePos()
135 if ( nOrientation ) in ImplRotatePos()
140 if ( nOrientation == 900 ) in ImplRotatePos()
146 else if ( nOrientation == 1800 ) in ImplRotatePos()
164 double nRealOrientation = nOrientation*F_PI1800; in ImplRotatePos()
2216 const Size& rSize, float fExactHeight, int nOrientation, bool bVertical ) in ImplFontSelectData() argument
2221 mnOrientation( nOrientation ), in ImplFontSelectData()
3167 short nOrientation = mpFontEntry->mnOrientation; in ImplDrawTextRect() local
3168 if ( nOrientation ) in ImplDrawTextRect()
3171 if ( !(nOrientation % 900) ) in ImplDrawTextRect()
3173 if ( nOrientation == 900 ) in ImplDrawTextRect()
3183 else if ( nOrientation == 1800 ) in ImplDrawTextRect()
3497 short nOrientation, in ImplDrawWavePixel() argument
3504 if ( nOrientation ) in ImplDrawWavePixel()
3505 ImplRotatePos( nOriginX, nOriginY, nCurX, nCurY, nOrientation ); in ImplDrawWavePixel()
3523 long nLineWidth, short nOrientation, in ImplDrawWaveLine() argument
3540 if ( nOrientation ) in ImplDrawWaveLine()
3542 ImplRotatePos( nBaseX, nBaseY, nStartX, nStartY, nOrientation ); in ImplDrawWaveLine()
3543 ImplRotatePos( nBaseX, nBaseY, nEndX, nEndY, nOrientation ); in ImplDrawWaveLine()
3587 ImplDrawWavePixel( nBaseX, nBaseY, nCurX, nCurY, nOrientation, in ImplDrawWaveLine()
3602 ImplDrawWavePixel( nBaseX, nBaseY, nCurX, nCurY, nOrientation, in ImplDrawWaveLine()
3610 ImplDrawWavePixel( nBaseX, nBaseY, nCurX, nCurY, nOrientation, in ImplDrawWaveLine()
3622 ImplDrawWavePixel( nBaseX, nBaseY, nCurX, nCurY, nOrientation, in ImplDrawWaveLine()
3631 ImplDrawWavePixel( nBaseX, nBaseY, nCurX, nCurY, nOrientation, in ImplDrawWaveLine()
5521 short nOrientation = 0; in DrawWaveLine() local
5529 nOrientation = (short)nO; in DrawWaveLine()
5530 ImplRotatePos( nStartX, nStartY, nEndX, nEndY, -nOrientation ); in DrawWaveLine()
5556 nOrientation, GetLineColor() ); in DrawWaveLine()
5956 int nOrientation = mpFontEntry ? mpFontEntry->mnOrientation : 0; in ImplPrepareLayoutArgs() local
5957 aLayoutArgs.SetOrientation( nOrientation ); in ImplPrepareLayoutArgs()