Home
last modified time | relevance | path

Searched refs:fWidth (Results 1 – 25 of 59) sorted by last modified time

123

/trunk/main/vcl/source/gdi/
H A Dbitmapex.cxx905 double fWidth, in TransformBitmapEx() argument
910 if(fWidth <= 1 || fHeight <= 1) in TransformBitmapEx()
914 const Size aDestinationSize(basegfx::fround(fWidth), basegfx::fround(fHeight)); in TransformBitmapEx()
968 double fWidth(aVisibleRange.getWidth()); in getTransformed() local
971 if(fWidth < 1.0 || fHeight < 1.0) in getTransformed()
977 const double fArea(fWidth * fHeight); in getTransformed()
984 fWidth *= fReduceFactor; in getTransformed()
1014 aRetval = TransformBitmapEx(fWidth, fHeight, aTransform, bSmooth); in getTransformed()
H A Doutdev4.cxx177 double fWidth = aRect.GetWidth(); in ImplDrawLinearGradient() local
179 double fDX = fWidth * fabs( cos( fAngle ) ) + in ImplDrawLinearGradient()
182 fWidth * fabs( sin( fAngle ) ); in ImplDrawLinearGradient()
183 fDX = (fDX - fWidth) * 0.5 + 0.5; in ImplDrawLinearGradient()
429 const double fWidth = aRect.GetWidth(); in ImplDrawComplexGradient() local
431 double fDX = fWidth * fabs( cos( fAngle ) ) + fHeight * fabs( sin( fAngle ) ); in ImplDrawComplexGradient()
432 double fDY = fHeight * fabs( cos( fAngle ) ) + fWidth * fabs( sin( fAngle ) ); in ImplDrawComplexGradient()
434 fDX = ( fDX - fWidth ) * 0.5 + 0.5; in ImplDrawComplexGradient()
H A Dgraphictools.cxx292 void SvtGraphicStroke::setStrokeWidth( double fWidth ) in setStrokeWidth() argument
294 mfStrokeWidth = fWidth; in setStrokeWidth()
/trunk/main/drawinglayer/source/primitive2d/
H A Dtextlineprimitive2d.cxx266 double fWidth, in TextLinePrimitive2D() argument
273 mfWidth(fWidth), in TextLinePrimitive2D()
/trunk/main/vcl/inc/vcl/
H A Dbitmapex.hxx401 double fWidth,
/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx4389 double fWidth = r - l; in ImportShape() local
4395 fWidth *= fXScale; in ImportShape()
4397 …r = Rectangle( Point( (sal_Int32)fl, (sal_Int32)fo ), Size( (sal_Int32)( fWidth + 1 ), (sal_Int32)… in ImportShape()
5080 double fWidth = r - l; in GetGroupAnchors() local
5086 fWidth *= fXScale; in GetGroupAnchors()
5088 …r = Rectangle( Point( (sal_Int32)fl, (sal_Int32)fo ), Size( (sal_Int32)( fWidth + 1 ), (sal_Int32)… in GetGroupAnchors()
/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShapeFontWork.cxx192 double fWidth = GetLength( rOutline2d.GetObject( i++ ) ); in CalculateHorizontalScalingFactor() local
195 fWidth += GetLength( rOutline2d.GetObject( i++ ) ); in CalculateHorizontalScalingFactor()
196 fWidth /= 2.0; in CalculateHorizontalScalingFactor()
205 double fScale = fWidth / fTextWidth; in CalculateHorizontalScalingFactor()
650 double fWidth = rPt.X() - rPt2.X(); in GetPoint() local
652 fWidth *= fd; in GetPoint()
654 fx1 = rPt2.X() + fWidth; in GetPoint()
791 double fWidth = fx2 - fx1; in FitTextOutlinesToShapeOutlines() local
793 rPoint.X() = (sal_Int32)( fx1 + fWidth * fY ); in FitTextOutlinesToShapeOutlines()
H A DEnhancedCustomShape2d.cxx1547 double fWidth, fHeight; in CreateSubPath() local
1588 GetParameter( fWidth, seqCoordinates[ rSrcPt + 1 ].First, sal_True, sal_False ); in CreateSubPath()
1590 fWidth /= 2; in CreateSubPath()
1596 fWidth = nCoordWidth/2; in CreateSubPath()
1614 GetParameter( fWidth, seqCoordinates[ rSrcPt + 1 ].First, sal_True, sal_False ); in CreateSubPath()
1618 fWidth *= fXScale; in CreateSubPath()
1620 Point aP( (sal_Int32)( _aCenter.X() - fWidth ), (sal_Int32)( _aCenter.Y() - fHeight ) ); in CreateSubPath()
1621 Size aS( (sal_Int32)( fWidth * 2.0 ), (sal_Int32)( fHeight * 2.0 ) ); in CreateSubPath()
/trunk/main/sc/source/ui/view/
H A Dviewdata.cxx2849 double fWidth = 0.0; in ReadUserDataSequence() local
2850 if (rSettings[i].Value >>= fWidth) in ReadUserDataSequence()
2851 pView->SetPendingRelTabBarWidth( fWidth ); in ReadUserDataSequence()
/trunk/main/basegfx/inc/basegfx/numeric/
H A Dftools.hxx157 BASEGFX_DLLPUBLIC double snapToZeroRange(double v, double fWidth);
/trunk/main/basegfx/source/numeric/
H A Dftools.cxx57 double snapToZeroRange(double v, double fWidth) in snapToZeroRange() argument
59 if(fTools::equalZero(fWidth)) in snapToZeroRange()
66 if(v < 0.0 || v > fWidth) in snapToZeroRange()
68 double fRetval(fmod(v, fWidth)); in snapToZeroRange()
72 fRetval += fWidth; in snapToZeroRange()
/trunk/main/vcl/aqua/source/gdi/
H A Dctfonts.cxx425 double fWidth = 0; in CTFontEnumCallBack() local
427 CFNumberGetValue( pWidthNum, kCFNumberDoubleType, &fWidth ); in CTFontEnumCallBack()
429 if( fWidth > 0 ) { in CTFontEnumCallBack()
430 nInt = rint( WIDTH_NORMAL + fWidth * ((WIDTH_ULTRA_EXPANDED - WIDTH_NORMAL)/0.4)); in CTFontEnumCallBack()
433 } else if( fWidth < 0 ) { in CTFontEnumCallBack()
434 nInt = rint( WIDTH_NORMAL + fWidth * ((WIDTH_NORMAL - WIDTH_ULTRA_CONDENSED)/0.5)); in CTFontEnumCallBack()
481 (int)(nSymbolTrait>>kCTFontClassMaskShift),fWeight,fSlant,fWidth,aFN,aSN,aPN); in CTFontEnumCallBack()
/trunk/main/vbahelper/source/vbahelper/
H A Dvbahelper.cxx1040 void UserFormGeometryHelper::setWidth( double fWidth ) in setWidth() argument
1042 implSetSize( fWidth, false, true ); in setWidth()
1060 void UserFormGeometryHelper::setInnerWidth( double fWidth ) in setInnerWidth() argument
1062 implSetSize( fWidth, false, false ); in setInnerWidth()
/trunk/main/vbahelper/inc/vbahelper/
H A Dvbahelper.hxx223 virtual void setWidth( double fWidth );
227 virtual void setInnerWidth( double fWidth );
/trunk/main/tools/source/generic/
H A Db3dtrans.cxx987 double fWidth = GetDeviceRectangleWidth(); in CalcFocalLength() local
993 aCorrectedPosition = basegfx::B3DPoint(0.0, 0.0, fFocalLength * fWidth / 35.0); in CalcFocalLength()
1002 if(fWidth != 0.0) in CalcFocalLength()
1003 fFocalLength = aOldPosition.getZ() / fWidth * 35.0; in CalcFocalLength()
/trunk/main/svx/source/sdr/primitive2d/
H A Dsdrattributecreator.cxx272 double fWidth) in createNewSdrLineStartEndAttribute() argument
289 fStartWidth = ((double)(-nTempStartWidth) * fWidth) * 0.01; in createNewSdrLineStartEndAttribute()
312 fEndWidth = ((double)(-nTempEndWidth) * fWidth) * 0.01; in createNewSdrLineStartEndAttribute()
/trunk/main/svx/source/sdr/contact/
H A Dviewcontactofgraphic.cxx221 const double fWidth(aPrefSize.getWidth() * fBitmapScaling); in createVIP2DSForDraft() local
224 if(basegfx::fTools::more(fWidth, 1.0) in createVIP2DSForDraft()
226 && basegfx::fTools::lessOrEqual(fWidth, aScale.getX()) in createVIP2DSForDraft()
230 fWidth, fHeight, fShearX, fRotate, aTranslate.getX(), aTranslate.getY())); in createVIP2DSForDraft()
239 aScale.setX(std::max(0.0, aScale.getX() - (fWidth + fDistance))); in createVIP2DSForDraft()
240 aTranslate.setX(aTranslate.getX() + fWidth + fDistance); in createVIP2DSForDraft()
H A Dviewcontactofsdrole2obj.cxx123 const double fWidth(aChartContentRange.getWidth()); in createPrimitive2DSequenceWithParameters() local
127 && basegfx::fTools::more(fWidth, 0.0) in createPrimitive2DSequenceWithParameters()
136 aEmbed.scale(1.0 / fWidth, 1.0 / fHeight); in createPrimitive2DSequenceWithParameters()
H A Dviewcontactofsdrpathobj.cxx111 const double fWidth(aObjectRange.getWidth()); in createViewIndependentPrimitive2DSequence() local
113 const double fScaleX(basegfx::fTools::equalZero(fWidth) ? 1.0 : fWidth); in createViewIndependentPrimitive2DSequence()
H A Dviewcontactofe3dpolygon.cxx119 double fWidth(0.0); in createViewIndependentPrimitive3DSequence() local
127 fWidth = aObjectRange.getHeight(); in createViewIndependentPrimitive3DSequence()
133 fWidth = aObjectRange.getWidth(); in createViewIndependentPrimitive3DSequence()
139 fWidth = aObjectRange.getWidth(); in createViewIndependentPrimitive3DSequence()
143 … if(basegfx::fTools::lessOrEqual(fWidth, 0.0) ||basegfx::fTools::lessOrEqual(fHeight, 0.0)) in createViewIndependentPrimitive3DSequence()
151 aTextureSize.setX(fWidth); in createViewIndependentPrimitive3DSequence()
/trunk/main/svx/source/dialog/
H A Ddialcontrol.cxx90 double fWidth = GetTextWidth( rText ) / 2.0; in DrawElements() local
92 long nX = static_cast< long >( mnCenterX - fWidth * fCos - fHeight * fSin ); in DrawElements()
93 long nY = static_cast< long >( mnCenterY + fWidth * fSin - fHeight * fCos ); in DrawElements()
/trunk/main/svx/inc/svx/sdr/primitive2d/
H A Dsdrattributecreator.hxx68 double fWidth);
/trunk/main/svtools/source/graphic/
H A Dgrfmgr.cxx1455 double fWidth, in calculateCropScaling() argument
1481 fFactorX = fabs(fWidth) / fDivX; in calculateCropScaling()
/trunk/main/svtools/source/filter/wmf/
H A Dwinmtf.cxx496 double fWidth = rSz.Width() * maXForm.eM11 + rSz.Height() * maXForm.eM21; in ImplMap() local
505 fWidth *= 25.40; in ImplMap()
511 fWidth *= 2.540; in ImplMap()
517 fWidth *= 10; in ImplMap()
528 fWidth /= mnWinExtX; in ImplMap()
530 fWidth *= mnDevWidth; in ImplMap()
532 fWidth *= (double)mnMillX * 100 / (double)mnPixX; in ImplMap()
538 return Size( FRound( fWidth ), FRound( fHeight ) ); in ImplMap()
/trunk/main/svtools/inc/svtools/
H A Dgrfmgr.hxx485 double fWidth,

Completed in 160 milliseconds

123