Searched refs:nRotate (Results 1 – 9 of 9) sorted by relevance
/aoo42x/main/canvas/source/vcl/ |
H A D | impltools.cxx | 123 double nRotate, nShearX; in setupFontTransform() local 125 aMatrix.decompose( aScale, aTranslate, nRotate, nShearX ); in setupFontTransform() 130 basegfx::fTools::equalZero(nRotate) ) in setupFontTransform() 133 nRotate += M_PI; in setupFontTransform() 160 …io_rVCLFont.SetOrientation( static_cast< short >( ::basegfx::fround(-fmod(nRotate, 2*M_PI)*(1800.0… in setupFontTransform()
|
H A D | canvashelper_texturefill.cxx | 907 double nRotate; in fillTexturedPolyPolygon() local 909 aTotalTransform.decompose( aScale, aOutputPos, nRotate, nShearX ); in fillTexturedPolyPolygon() 924 … aGrfAttr.SetRotation( static_cast< sal_uInt16 >(::basegfx::fround( nRotate*10.0 )) ); in fillTexturedPolyPolygon()
|
H A D | canvashelper.cxx | 761 double nRotate; in implDrawBitmap() local 763 aMatrix.decompose( aScale, aOutputPos, nRotate, nShearX ); in implDrawBitmap() 803 const double nAngleInTenthOfDegrees (3600.0 - nRotate * 3600.0 / (2*M_PI)); in implDrawBitmap()
|
/aoo42x/main/sc/source/core/data/ |
H A D | column2.cxx | 265 long nRotate = 0; in GetNeededSize() local 271 nRotate = ((const SfxInt32Item*)pCondItem)->GetValue(); in GetNeededSize() 273 nRotate = ((const SfxInt32Item&)pPattern->GetItem(ATTR_ROTATE_VALUE)).GetValue(); in GetNeededSize() 274 if ( nRotate ) in GetNeededSize() 283 if ( nRotate == 18000 ) in GetNeededSize() 292 nRotate = 0; in GetNeededSize() 352 else if ( nRotate ) in GetNeededSize() 356 double nRealOrient = nRotate * F_PI18000; // nRotate sind 1/100 Grad in GetNeededSize() 518 if ( nRotate ) in GetNeededSize() 523 double nRealOrient = nRotate * F_PI18000; // nRotate sind 1/100 Grad in GetNeededSize()
|
/aoo42x/main/canvas/source/cairo/ |
H A D | cairo_canvashelper_text.cxx | 83 double nRotate, nShearX; in setupFontTransform() local 85 aMatrix.decompose( aScale, aTranslate, nRotate, nShearX ); in setupFontTransform() 111 …io_rVCLFont.SetOrientation( static_cast< short >( ::basegfx::fround(-fmod(nRotate, 2*M_PI)*(1800.0… in setupFontTransform()
|
/aoo42x/main/cppcanvas/source/mtfrenderer/ |
H A D | transparencygroupaction.cxx | 290 double nRotate; in render() local 294 nRotate, in render()
|
/aoo42x/main/sw/source/core/text/ |
H A D | pormulti.cxx | 962 sal_uInt16 nRotate = USHRT_MAX; in GetMultiCreator() local 980 nRotate = bRot ? i : nCount; in GetMultiCreator() 1119 if( nRotate < nCount || ( pRotItem && pRotItem == pRotate && in GetMultiCreator() 1191 if( nRotate < nCount ) in GetMultiCreator() 1194 pRet->pAttr = (*pHints)[nRotate]; in GetMultiCreator()
|
/aoo42x/main/vcl/unx/generic/dtrans/ |
H A D | bmp.cxx | 253 int nRotate = sizeof(unsigned long)*8 - rShift; in getShift() local 256 while( nRotate-- ) in getShift()
|
/aoo42x/main/vcl/unx/generic/app/ |
H A D | saldisp.cxx | 200 int nRotate = sizeof(Pixel)*4; in sal_significantBits() local 202 while( nRotate-- ) in sal_significantBits()
|
Completed in 152 milliseconds