Home
last modified time | relevance | path

Searched refs:fWidth (Results 1 – 25 of 59) sorted by relevance

123

/trunk/main/drawinglayer/source/texture/
H A Dtexture.cxx382 double fWidth(1.0); in appendTransformationsAndColors() local
403 fWidth -= fIncrementX; in appendTransformationsAndColors()
518 double fWidth(1.0); in appendTransformationsAndColors() local
539 fWidth -= fIncrementX; in appendTransformationsAndColors()
742 const double fWidth(maRange.getWidth()); in appendTransformations() local
744 if(!basegfx::fTools::equalZero(fWidth)) in appendTransformations()
760 fStartX -= nDiff * fWidth; in appendTransformations()
768 fStartX += nDiff * fWidth; in appendTransformations()
796 fWidth, in appendTransformations()
807 … for(double fPosX(nPosY % 2 ? fStartX - fWidth + (mfOffsetX * fWidth) : fStartX); in appendTransformations()
[all …]
/trunk/main/filter/source/graphicfilter/idxf/
H A Ddxf2mtf.cxx154 aDXFLineInfo.fWidth = 0; in GetEntityDXFLineInfo()
849 double fWidth,fHeight,fScale; in Convert() local
868 aBlockDXFLineInfo.fWidth = 0; in Convert()
883 aParentLayerDXFLineInfo.fWidth = 0; in Convert()
910 if (fWidth<=0 || fHeight<=0) { in Convert()
916 if (fWidth>fHeight) in Convert()
917 fScale=10000.0/fWidth; in Convert()
934 fWidth=fHeight*pVPort->fAspectRatio; in Convert()
936 if (fWidth>fHeight) in Convert()
937 fScale=10000.0/fWidth; in Convert()
[all …]
H A Ddxfvec.hxx33 double fWidth; member in DXFLineInfo
42 fWidth(0), in DXFLineInfo()
51 fWidth(x.fWidth), in DXFLineInfo()
/trunk/main/svx/source/sdr/contact/
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()
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()
/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/drawinglayer/source/primitive2d/
H A Dtextstrikeoutprimitive2d.cxx45 double fWidth, in BaseTextStrikeoutPrimitive2D() argument
49 mfWidth(fWidth), in BaseTextStrikeoutPrimitive2D()
123 double fWidth, in TextCharacterStrikeoutPrimitive2D() argument
128 : BaseTextStrikeoutPrimitive2D(rObjectTransformation, fWidth, rFontColor), in TextCharacterStrikeoutPrimitive2D()
249 double fWidth, in TextGeometryStrikeoutPrimitive2D() argument
254 : BaseTextStrikeoutPrimitive2D(rObjectTransformation, fWidth, rFontColor), in TextGeometryStrikeoutPrimitive2D()
H A Dborderlineprimitive2d.cxx49 const double fWidth(getWidth()); in create2DDecomposition() local
63 … const basegfx::B2DVector aLeftOff(aPerpendicular * (0.5 * (getCorrectedLeftWidth() - fWidth))); in create2DDecomposition()
100 … const basegfx::B2DVector aRightOff(aPerpendicular * (0.5 * (fWidth - getCorrectedRightWidth()))); in create2DDecomposition()
/trunk/main/drawinglayer/source/drawinglayeruno/
H A Dxprimitive2drenderer.cxx132 const double fWidth(aRange.getWidth()); in rasterize() local
135 if(basegfx::fTools::more(fWidth, 0.0) && basegfx::fTools::more(fHeight, 0.0)) in rasterize()
154 … const sal_uInt32 nDiscreteWidth(basegfx::fround((fWidth * fFactor100th_mmToInch) * DPI_X)); in rasterize()
163 nDiscreteWidth / fWidth, in rasterize()
185 … aBitmapEx.SetPrefSize(Size(basegfx::fround(fWidth), basegfx::fround(fHeight))); in rasterize()
/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/drawinglayer/source/attribute/
H A Dlinestartendattribute.cxx51 double fWidth, in ImpLineStartEndAttribute() argument
55 mfWidth(fWidth), in ImpLineStartEndAttribute()
93 double fWidth, in LineStartEndAttribute() argument
97 fWidth, rPolyPolygon, bCentered)) in LineStartEndAttribute()
H A Dlineattribute.cxx50 double fWidth, in ImpLineAttribute() argument
55 mfWidth(fWidth), in ImpLineAttribute()
97 double fWidth, in LineAttribute() argument
103 fWidth, in LineAttribute()
H A Dsdrlineattribute.cxx51 double fWidth, in ImpSdrLineAttribute() argument
59 mfWidth(fWidth), in ImpSdrLineAttribute()
124 double fWidth, in SdrLineAttribute() argument
133 fWidth, in SdrLineAttribute()
/trunk/main/svgio/source/svgreader/
H A Dsvgrectnode.cxx174 const double fWidth(getWidth().solve(*this, xcoordinate)); in decomposeSvgNode() local
177 if(fWidth > 0.0 && fHeight > 0.0) in decomposeSvgNode()
181 const basegfx::B2DRange aRange(fX, fY, fX + fWidth, fY + fHeight); in decomposeSvgNode()
201 frX /= fWidth; in decomposeSvgNode()
H A Dsvgimagenode.cxx207 const double fWidth(getWidth().solve(*this, xcoordinate)); in decomposeSvgNode() local
210 if(fWidth > 0.0 && fHeight > 0.0) in decomposeSvgNode()
218 const basegfx::B2DRange aTarget(fX, fY, fX + fWidth, fY + fHeight); in decomposeSvgNode()
/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()
/trunk/main/basegfx/source/polygon/
H A Db2dlinegeometry.cxx50 double fWidth, in createAreaGeometryForLineStartEnd() argument
58 OSL_ENSURE(fWidth > 0.0, "createAreaGeometryForLineStartEnd: Width too small (!)"); in createAreaGeometryForLineStartEnd()
62 if(fWidth < 0.0) in createAreaGeometryForLineStartEnd()
64 fWidth = -fWidth; in createAreaGeometryForLineStartEnd()
67 if(rCandidate.count() > 1 && rArrow.count() && !fTools::equalZero(fWidth)) in createAreaGeometryForLineStartEnd()
89 const double fArrowScale(fWidth / (aArrowSize.getRange().getX())); in createAreaGeometryForLineStartEnd()
/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()
/trunk/main/drawinglayer/inc/drawinglayer/primitive2d/
H A Dtextstrikeoutprimitive2d.hxx55 double fWidth,
90 double fWidth,
131 double fWidth,
/trunk/main/chart2/source/view/main/
H A DShapeFactory.cxx560 const double fWidth = rSize.DirectionX; in createPyramid() local
566 aBottomP1.PositionY -= fWidth/2.0; in createPyramid()
568 aBottomP1.PositionX -= fWidth/2.0; in createPyramid()
571 aBottomP2.PositionY += fWidth; in createPyramid()
573 aBottomP2.PositionX += fWidth; in createPyramid()
583 aTopP1.PositionY -= fWidth*fTopFactor/2.0; in createPyramid()
588 aTopP1.PositionX -= fWidth*fTopFactor/2.0; in createPyramid()
593 aTopP2.PositionY += fWidth*fTopFactor; in createPyramid()
595 aTopP2.PositionX += fWidth*fTopFactor; in createPyramid()
729 double fWidth = rSize.DirectionX/2.0; //The depth will be corrrected within Matrix in impl_createConeOrCylinder() local
[all …]
/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/chart2/source/view/charttypes/
H A DCategoryPositionHelper.cxx58 double fWidth = m_fCategoryWidth / in getScaledSlotWidth() local
62 return fWidth; in getScaledSlotWidth()

Completed in 126 milliseconds

123