| /trunk/main/basegfx/source/matrix/ |
| H A D | b2dhommatrixtools.cxx | 61 if( fTools::equalZero( fmod( fRadiant, F_PI2 ) ) ) in createSinCosOrthogonal() 106 if(!fTools::equal(fScaleX, fOne)) in createScaleB2DHomMatrix() 111 if(!fTools::equal(fScaleY, fOne)) in createScaleB2DHomMatrix() 123 if(!fTools::equalZero(fShearX)) in createShearXB2DHomMatrix() 135 if(!fTools::equalZero(fShearY)) in createShearYB2DHomMatrix() 147 if(!fTools::equalZero(fRadiant)) in createRotateB2DHomMatrix() 166 if(!(fTools::equalZero(fTranslateX) && fTools::equalZero(fTranslateY))) in createTranslateB2DHomMatrix() 183 if(fTools::equal(fScaleX, fOne) && fTools::equal(fScaleY, fOne)) in createScaleShearXRotateTranslateB2DHomMatrix() 191 if(fTools::equalZero(fShearX)) in createScaleShearXRotateTranslateB2DHomMatrix() 194 if(fTools::equalZero(fRadiant)) in createScaleShearXRotateTranslateB2DHomMatrix() [all …]
|
| H A D | b3dhommatrix.cxx | 157 if(!fTools::equal(fOne, fValue)) in operator *=() 167 if(!fTools::equal(fOne, fValue)) in operator /=() 196 … if(!fTools::equalZero(fAngleX) || !fTools::equalZero(fAngleY) || !fTools::equalZero(fAngleZ)) in rotate() 198 if(!fTools::equalZero(fAngleX)) in rotate() 212 if(!fTools::equalZero(fAngleY)) in rotate() 226 if(!fTools::equalZero(fAngleZ)) in rotate() 244 if(!fTools::equalZero(fX) || !fTools::equalZero(fY) || !fTools::equalZero(fZ)) in translate() 260 if(!fTools::equal(fOne, fX) || !fTools::equal(fOne, fY) ||!fTools::equal(fOne, fZ)) in scale() 275 if(!fTools::equalZero(fSx) || !fTools::equalZero(fSy)) in shearXY() 289 if(!fTools::equalZero(fSy) || !fTools::equalZero(fSz)) in shearYZ() [all …]
|
| H A D | b2dhommatrix.cxx | 180 if(!fTools::equal(fOne, fValue)) in operator *=() 190 if(!fTools::equal(fOne, fValue)) in operator /=() 219 if(!fTools::equalZero(fRadiant)) in rotate() 238 if(!fTools::equalZero(fX) || !fTools::equalZero(fY)) in translate() 253 if(!fTools::equal(fOne, fX) || !fTools::equal(fOne, fY)) in scale() 267 if(!fTools::equalZero(fSx)) in shearX() 280 if(!fTools::equalZero(fSy)) in shearY() 311 if(fTools::equalZero(get(0, 1)) && fTools::equalZero(get(1, 0))) in decompose() 327 if(fTools::equalZero(fScalarXY)) in decompose() 334 const bool bXIsZero(fTools::equalZero(rScale.getX())); in decompose() [all …]
|
| /trunk/main/basegfx/source/polygon/ |
| H A D | b2dtrapezoid.cxx | 153 … if(fTools::equal(getStart().getY(), rComp.getStart().getY(), fTools::getSmallValue())) in operator <() 155 … if(fTools::equal(getStart().getX(), rComp.getStart().getX(), fTools::getSmallValue())) in operator <() 167 return fTools::less(getStart().getX(), rComp.getStart().getX()); in operator <() 172 return fTools::less(getStart().getY(), rComp.getStart().getY()); in operator <() 232 if(aEdge.getStart().equal(rCutPoint, fTools::getSmallValue())) in splitEdgeAtGivenPoint() 238 if(aEdge.getEnd().equal(rCutPoint, fTools::getSmallValue())) in splitEdgeAtGivenPoint() 245 if(fTools::lessOrEqual(fOldDeltaYStart, 0.0)) in splitEdgeAtGivenPoint() 255 if(fTools::lessOrEqual(fNewDeltaYStart, 0.0)) in splitEdgeAtGivenPoint() 284 if(aEdgeA.getStart().equal(aEdgeB.getStart(), fTools::getSmallValue())) in testAndCorrectEdgeIntersection() 289 if(aEdgeA.getStart().equal(aEdgeB.getEnd(), fTools::getSmallValue())) in testAndCorrectEdgeIntersection() [all …]
|
| H A D | b3dpolygontools.cxx | 215 if(fTools::less(fRetval, fZero)) in getArea() 280 if(fTools::equalZero(fLength)) in getPositionAbsolute() 286 if(fTools::less(fDistance, fZero)) in getPositionAbsolute() 303 if(fTools::moreOrEqual(fDistance, fLength)) in getPositionAbsolute() 328 if(fTools::moreOrEqual(fDistance, fEdgeLength)) in getPositionAbsolute() 347 if(!fTools::equalZero(fDistance)) in getPositionAbsolute() 353 if(!fTools::equalZero(fEdgeLength)) in getPositionAbsolute() 369 if(fTools::equalZero(fLength)) in getPositionRelative() 384 if(fTools::lessOrEqual(fDotDashLength, 0.0)) in applyLineDashing() 389 if(fTools::more(fDotDashLength, 0.0) && (pLineTarget || pGapTarget) && nPointCount) in applyLineDashing() [all …]
|
| H A D | b2dpolygontools.cxx | 154 if(fTools::equalZero(fSignedArea)) in getOrientation() 288 else if(fTools::less(fAngleBound, ANGLE_BOUND_MINIMUM_VALUE)) in adaptiveSubdivideByAngle() 420 const bool bCompYA(fTools::more(aPreviousPoint.getY(), rPoint.getY())); in isInside() 421 const bool bCompYB(fTools::more(aCurrentPoint.getY(), rPoint.getY())); in isInside() 426 const bool bCompXA(fTools::more(aPreviousPoint.getX(), rPoint.getX())); in isInside() 427 const bool bCompXB(fTools::more(aCurrentPoint.getX(), rPoint.getX())); in isInside() 443 if(fTools::more(fCompare, rPoint.getX())) in isInside() 525 if(fTools::equalZero(fRetval) || fTools::equalZero(fRetval * fRetval)) in getSignedArea() 543 if(fTools::less(fRetval, fZero)) in getArea() 645 if(fTools::equalZero(fLength)) in getPositionAbsolute() [all …]
|
| H A D | b3dpolygonclipper.cxx | 48 return fTools::moreOrEqual(rCandidate.getX(), fPlaneOffset); in impIsInside() 52 return fTools::moreOrEqual(rCandidate.getY(), fPlaneOffset); in impIsInside() 56 return fTools::moreOrEqual(rCandidate.getZ(), fPlaneOffset); in impIsInside() 140 …if(B3DORIENTATION_X == ePlaneOrthogonal && fTools::moreOrEqual(aCandidateRange.getMinX(), fPlaneOf… in clipPolygonOnOrthogonalPlane() 149 …else if(B3DORIENTATION_X == ePlaneOrthogonal && fTools::lessOrEqual(aCandidateRange.getMaxX(), fPl… in clipPolygonOnOrthogonalPlane() 158 …else if(B3DORIENTATION_Y == ePlaneOrthogonal && fTools::moreOrEqual(aCandidateRange.getMinY(), fPl… in clipPolygonOnOrthogonalPlane() 167 …else if(B3DORIENTATION_Y == ePlaneOrthogonal && fTools::lessOrEqual(aCandidateRange.getMaxY(), fPl… in clipPolygonOnOrthogonalPlane() 176 …else if(B3DORIENTATION_Z == ePlaneOrthogonal && fTools::moreOrEqual(aCandidateRange.getMinZ(), fPl… in clipPolygonOnOrthogonalPlane() 185 …else if(B3DORIENTATION_Z == ePlaneOrthogonal && fTools::lessOrEqual(aCandidateRange.getMaxZ(), fPl… in clipPolygonOnOrthogonalPlane() 503 if(!fTools::equalZero(fRotInXY) || !fTools::equalZero(fRotInXZ)) in clipPolygonOnPlane() [all …]
|
| H A D | b2dpolygoncutandtouch.cxx | 252 if(!fTools::equalZero(fCut)) in findEdgeCutsTwoEdges() 258 if(fTools::more(fCut, fZero) && fTools::less(fCut, fOne)) in findEdgeCutsTwoEdges() 273 if(fTools::more(fCut2, fZero) && fTools::less(fCut2, fOne)) in findEdgeCutsTwoEdges() 335 if(!fTools::equalZero(fCutA)) in findCutsAndTouchesAndCommonForBezier() 343 … if(fTools::moreOrEqual(fCutA, fZero) && fTools::less(fCutA, fOne)) in findCutsAndTouchesAndCommonForBezier() 360 … if(fTools::moreOrEqual(fCutB, fZero) && fTools::less(fCutB, fOne)) in findCutsAndTouchesAndCommonForBezier() 364 if(fTools::equal(fCutA, fZero)) in findCutsAndTouchesAndCommonForBezier() 380 if(fTools::equal(fCutB, fZero)) in findCutsAndTouchesAndCommonForBezier() 685 if(fTools::more(fCut, fZero) && fTools::less(fCut, fOne)) in findTouchesOnEdge()
|
| /trunk/main/basegfx/source/curve/ |
| H A D | b2dcubicbezier.cxx | 451 if(fTools::equalZero(fCross)) in testAndSolveTrivialBezier() 459 if(fTools::moreOrEqual(fScale, 0.0) && fTools::lessOrEqual(fScale, 1.0)) in testAndSolveTrivialBezier() 473 if(fTools::equalZero(fCross)) in testAndSolveTrivialBezier() 481 if(fTools::lessOrEqual(fScale, 0.0) && fTools::moreOrEqual(fScale, -1.0)) in testAndSolveTrivialBezier() 504 …const double fCurrentDeviation(fTools::equalZero(fControlPolygonLength) ? 0.0 : 1.0 - (fEdgeLength… in impGetLength() 506 if(!nRecursionWatch || fTools:: lessOrEqual(fCurrentDeviation, fDeviation)) in impGetLength() 578 if(fTools::lessOrEqual(t, 0.0)) in getTangent() 600 else if(fTools::moreOrEqual(t, 1.0)) in getTangent() 732 if(fTools::less(fNewQuadDist, fQuadDist)) in getSmallestDistancePointToBezierSegment() 754 if(fTools::less(fNewQuadDist, fQuadDist)) in getSmallestDistancePointToBezierSegment() [all …]
|
| /trunk/main/basegfx/inc/basegfx/tuple/ |
| H A D | b3dtuple.hxx | 165 (::basegfx::fTools::equalZero(mfX) in equalZero() 166 && ::basegfx::fTools::equalZero(mfY) in equalZero() 167 && ::basegfx::fTools::equalZero(mfZ))); in equalZero() 173 (::basegfx::fTools::equalZero(mfX, rfSmallValue) in equalZero() 174 && ::basegfx::fTools::equalZero(mfY, rfSmallValue) in equalZero() 175 && ::basegfx::fTools::equalZero(mfZ, rfSmallValue))); in equalZero() 182 (::basegfx::fTools::equal(mfX, rTup.mfX) && in equal() 183 ::basegfx::fTools::equal(mfY, rTup.mfY) && in equal() 184 ::basegfx::fTools::equal(mfZ, rTup.mfZ))); in equal() 191 (::basegfx::fTools::equal(mfX, rTup.mfX, rfSmallValue) && in equal() [all …]
|
| H A D | b2dtuple.hxx | 145 (fTools::equalZero(mfX) && fTools::equalZero(mfY))); in equalZero() 151 (fTools::equalZero(mfX, rfSmallValue) && fTools::equalZero(mfY, rfSmallValue))); in equalZero() 158 (fTools::equal(mfX, rTup.mfX) && in equal() 159 fTools::equal(mfY, rTup.mfY))); in equal() 166 (fTools::equal(mfX, rTup.mfX, rfSmallValue) && in equal() 167 fTools::equal(mfY, rTup.mfY, rfSmallValue))); in equal()
|
| /trunk/main/drawinglayer/source/animation/ |
| H A D | animationtiming.cxx | 68 && basegfx::fTools::equal(mfDuration, pCompare->mfDuration) in operator ==() 69 && basegfx::fTools::equal(mfState, pCompare->mfState)); in operator ==() 84 if(basegfx::fTools::less(fTime, mfDuration)) in getNextEventTime() 118 && basegfx::fTools::equal(mfDuration, pCompare->mfDuration) in operator ==() 119 && basegfx::fTools::equal(mfStart, pCompare->mfStart) in operator ==() 120 && basegfx::fTools::equal(mfStop, pCompare->mfStop)); in operator ==() 130 if(basegfx::fTools::more(mfDuration, 0.0)) in getStateAtTime() 151 if(basegfx::fTools::less(fTime, mfDuration)) in getNextEventTime() 158 if(basegfx::fTools::more(fTime, mfDuration)) in getNextEventTime() 177 …while(nIndex < maEntries.size() && basegfx::fTools::lessOrEqual(rfAddedTime + maEntries[nIndex]->g… in impGetIndexAtTime() [all …]
|
| /trunk/main/basegfx/source/vector/ |
| H A D | b2dvector.cxx | 34 if(fTools::equalZero(fLen)) in normalize() 43 if(!fTools::equal(fOne, fLen)) in normalize() 47 if(!fTools::equalZero(fLen)) in normalize() 67 if(fTools::equalZero(mfX)) in getLength() 71 else if(fTools::equalZero(mfY)) in getLength() 116 if(!fTools::equalZero(fLenNow)) in setLength() 120 if(!fTools::equal(fOne, fLenNow)) in setLength() 137 return fTools::equal(fOne, fScalar); in isNormalized() 145 return fTools::equal(fValA, fValB); in areParallel() 152 if(fTools::equalZero(fVal)) in getOrientation() [all …]
|
| H A D | b3dvector.cxx | 33 if(!::basegfx::fTools::equalZero(fLen)) in normalize() 37 if(!::basegfx::fTools::equal(fOne, fLen)) in normalize() 41 if(!::basegfx::fTools::equalZero(fLen)) in normalize() 95 if(!fTools::equal(rVecA.getX() * rVecB.getY(), rVecA.getY() * rVecB.getX())) in areParallel() 98 if(!fTools::equal(rVecA.getX() * rVecB.getZ(), rVecA.getZ() * rVecB.getX())) in areParallel() 101 return (fTools::equal(rVecA.getY() * rVecB.getZ(), rVecA.getZ() * rVecB.getY())); in areParallel()
|
| /trunk/main/basegfx/source/inc/ |
| H A D | hommatrixtemplate.hxx | 100 if(!::basegfx::fTools::equal(fDefault, fLineValue)) in isLastLineDefault() 179 if(!::basegfx::fTools::equal(fDefault, rValue)) in set() 198 if(!::basegfx::fTools::equal(fDefault, fLineValue)) in testLastLine() 234 if(::basegfx::fTools::more(fTemp, fBig)) in ludcmp() 240 if(::basegfx::fTools::equalZero(fBig)) in ludcmp() 277 if(::basegfx::fTools::moreOrEqual(fDum, fBig)) in ludcmp() 302 if(::basegfx::fTools::equalZero(fValBB)) in ludcmp() 340 else if(!::basegfx::fTools::equalZero(fSum)) in lubksb() 359 if(!::basegfx::fTools::equalZero(fValueAA)) in lubksb() 379 if(!::basegfx::fTools::equal(fDefault, fValueAB)) in isIdentity() [all …]
|
| /trunk/main/basegfx/inc/basegfx/raster/ |
| H A D | rasterconvert3d.hxx | 150 if(fTools::equalZero(aDeltaRed)) in addColorInterpolator() 161 if(fTools::equalZero(aDeltaGreen)) in addColorInterpolator() 172 if(fTools::equalZero(aDeltaBlue)) in addColorInterpolator() 194 if(fTools::equalZero(aDeltaX)) in addNormalInterpolator() 205 if(fTools::equalZero(aDeltaY)) in addNormalInterpolator() 216 if(fTools::equalZero(aDeltaZ)) in addNormalInterpolator() 238 if(fTools::equalZero(aDeltaX)) in addTextureInterpolator() 249 if(fTools::equalZero(aDeltaY)) in addTextureInterpolator() 269 const double fInvZEyeA(fTools::equalZero(fZEyeA) ? fZEyeA : 1.0 / fZEyeA); in addInverseTextureInterpolator() 272 if(fTools::equalZero(fZDelta)) in addInverseTextureInterpolator() [all …]
|
| /trunk/main/drawinglayer/inc/drawinglayer/primitive2d/ |
| H A D | borderlineprimitive2d.hxx | 75 return basegfx::fTools::equal(1.0, mfLeftWidth) ? 0.0 : mfLeftWidth; in getCorrectedLeftWidth() 80 return basegfx::fTools::equal(1.0, mfDistance) ? 0.0 : mfDistance; in getCorrectedDistance() 85 return basegfx::fTools::equal(1.0, mfRightWidth) ? 0.0 : mfRightWidth; in getCorrectedRightWidth() 95 return basegfx::fTools::equal(1.0, mfLeftWidth); in leftIsHairline() 100 return basegfx::fTools::equal(1.0, mfRightWidth); in rightIsHairline() 105 return !basegfx::fTools::equalZero(mfLeftWidth); in isInsideUsed() 110 return !basegfx::fTools::equalZero(mfRightWidth); in isOutsideUsed()
|
| /trunk/main/basegfx/source/tools/ |
| H A D | gradienttools.cxx | 72 const bool bAngleUsed(!fTools::equalZero(fAngle)); in init1DGradientInfo() 96 if(!fTools::equal(fSizeWithoutBorder, 1.0)) in init1DGradientInfo() 117 … const double fAspectRatio(fTools::equalZero(fTargetSizeY) ? 1.0 : fTargetSizeX / fTargetSizeY); in init1DGradientInfo() 167 if(!bCircular && !fTools::equalZero(fAngle)) in initEllipticalGradientInfo() 175 if(!fTools::equal(0.5, rOffset.getX()) || !fTools::equal(0.5, rOffset.getY())) in initEllipticalGradientInfo() 222 const bool bAngleUsed(!fTools::equalZero(fAngle)); in initRectGradientInfo() 252 if(!fTools::equal(0.5, rOffset.getX()) || !fTools::equal(0.5, rOffset.getY())) in initRectGradientInfo()
|
| /trunk/main/basegfx/source/color/ |
| H A D | bcolormodifier.cxx | 176 …mbUseIt(!basegfx::fTools::equal(fValue, 1.0) && basegfx::fTools::more(fValue, 0.0) && basegfx::fTo… in BColorModifier_gamma() 235 if(!basegfx::fTools::equalZero(mfRed) in BColorModifier_RGBLuminanceContrast() 236 || !basegfx::fTools::equalZero(mfGreen) in BColorModifier_RGBLuminanceContrast() 237 || !basegfx::fTools::equalZero(mfBlue) in BColorModifier_RGBLuminanceContrast() 238 || !basegfx::fTools::equalZero(mfLuminance) in BColorModifier_RGBLuminanceContrast() 239 || !basegfx::fTools::equalZero(mfContrast)) in BColorModifier_RGBLuminanceContrast()
|
| /trunk/main/drawinglayer/source/primitive2d/ |
| H A D | sceneprimitive2d.cxx | 117 …const double fDiscreteScaleFactorX(basegfx::fTools::equalZero(rDiscreteRange.getWidth()) ? 1.0 : 1… in calculateDiscreteSizes() 118 …const double fDiscreteScaleFactorY(basegfx::fTools::equalZero(rDiscreteRange.getHeight()) ? 1.0 : … in calculateDiscreteSizes() 120 …const double fMinX(basegfx::fTools::equal(rVisibleDiscreteRange.getMinX(), rDiscreteRange.getMinX(… in calculateDiscreteSizes() 123 …const double fMinY(basegfx::fTools::equal(rVisibleDiscreteRange.getMinY(), rDiscreteRange.getMinY(… in calculateDiscreteSizes() 127 …const double fMaxX(basegfx::fTools::equal(rVisibleDiscreteRange.getMaxX(), rDiscreteRange.getMaxX(… in calculateDiscreteSizes() 130 …const double fMaxY(basegfx::fTools::equal(rVisibleDiscreteRange.getMaxY(), rDiscreteRange.getMaxY(… in calculateDiscreteSizes() 378 if(basegfx::fTools::equalZero(fDivisorX)) in tryToCheckLastVisualisationDirectHit() 383 if(basegfx::fTools::equalZero(fDivisorY)) in tryToCheckLastVisualisationDirectHit() 496 if(basegfx::fTools::more(aDiscreteRange.getWidth(), mfOldDiscreteSizeX) || in get2DDecomposition() 497 basegfx::fTools::more(aDiscreteRange.getHeight(), mfOldDiscreteSizeY)) in get2DDecomposition()
|
| /trunk/main/drawinglayer/source/texture/ |
| H A D | texture.cxx | 720 if(!basegfx::fTools::equalZero(mfOffsetX)) in GeoTexSvxTiled() 744 if(!basegfx::fTools::equalZero(fWidth)) in appendTransformations() 748 if(!basegfx::fTools::equalZero(fHeight)) in appendTransformations() 755 if(basegfx::fTools::more(fStartX, 0.0)) in appendTransformations() 763 if(basegfx::fTools::less(fStartX + fWidth, 0.0)) in appendTransformations() 771 if(basegfx::fTools::more(fStartY, 0.0)) in appendTransformations() 779 if(basegfx::fTools::less(fStartY + fHeight, 0.0)) in appendTransformations() 787 if(!basegfx::fTools::equalZero(mfOffsetY)) in appendTransformations() 789 … for(double fPosX(fStartX); basegfx::fTools::less(fPosX, 1.0); fPosX += fWidth, nPosX++) in appendTransformations() 792 basegfx::fTools::less(fPosY, 1.0); fPosY += fHeight) in appendTransformations() [all …]
|
| /trunk/main/drawinglayer/source/primitive3d/ |
| H A D | sdrextrudelathetools3d.cxx | 53 if(!basegfx::fTools::equalZero(fScale)) in impScalePolyPolygonOnCenter() 76 if(basegfx::fTools::more(fOffset, 0.0)) in impGetOuterPolyPolygon() 86 …const double fScaleX(basegfx::fTools::equalZero(aGrownRange.getWidth()) ? 1.0 : aRange.getWidth() … in impGetOuterPolyPolygon() 87 …const double fScaleY(basegfx::fTools::equalZero(aGrownRange.getHeight())? 1.0 : aRange.getHeight()… in impGetOuterPolyPolygon() 134 … fTexHorMultiplicatorA = basegfx::fTools::equalZero(fPolygonLengthA) ? 1.0 : 1.0 / fPolygonLengthA; in impAddInBetweenFill() 137 … fTexHorMultiplicatorB = basegfx::fTools::equalZero(fPolygonLengthB) ? 1.0 : 1.0 / fPolygonLengthB; in impAddInBetweenFill() 367 if(basegfx::fTools::equalZero(fRotation) || 0L == nSteps) in createLatheSlices() 374 const bool bBackScale(!basegfx::fTools::equal(fBackScale, 1.0)); in createLatheSlices() 375 const bool bClosedRotation(!bBackScale && basegfx::fTools::equal(fRotation, F_2PI)); in createLatheSlices() 389 if(basegfx::fTools::equalZero(fBackScale)) in createLatheSlices() [all …]
|
| /trunk/main/svgio/source/svgreader/ |
| H A D | svgsvgnode.cxx | 416 …if(basegfx::fTools::more(getViewBox()->getWidth(),0.0) && basegfx::fTools::more(getViewBox()->getH… in decomposeSvgNode() 465 if(basegfx::fTools::more(fW, 0.0) && basegfx::fTools::more(fH, 0.0)) in decomposeSvgNode() 467 if(!basegfx::fTools::equalZero(fX) || !basegfx::fTools::equalZero(fY)) in decomposeSvgNode() 498 …const bool bWidthInvalid(getWidth().isSet() && basegfx::fTools::lessOrEqual(getWidth().getNumber()… in decomposeSvgNode() 499 …const bool bHeightInvalid(getHeight().isSet() && basegfx::fTools::lessOrEqual(getHeight().getNumbe… in decomposeSvgNode() 509 … if(basegfx::fTools::more(fViewBoxWidth,0.0) && basegfx::fTools::more(fViewBoxHeight,0.0)) in decomposeSvgNode()
|
| /trunk/main/svx/source/svdraw/ |
| H A D | svdotextdecomposition.cxx | 413 if(!basegfx::fTools::equal(fStart, fEnd)) in impCreateTextPortionPrimitive() 430 if(!basegfx::fTools::equal(fFontScaleX, 1.0) in impCreateTextPortionPrimitive() 431 && !basegfx::fTools::equalZero(fFontScaleX)) in impCreateTextPortionPrimitive() 704 const bool bMirrorX(basegfx::fTools::less(aScale.getX(), 0.0)); in impDecomposeContourTextPrimitive() 705 const bool bMirrorY(basegfx::fTools::less(aScale.getY(), 0.0)); in impDecomposeContourTextPrimitive() 906 const bool bMirrorX(basegfx::fTools::less(aScale.getX(), 0.0)); in impDecomposeBlockTextPrimitive() 907 const bool bMirrorY(basegfx::fTools::less(aScale.getY(), 0.0)); in impDecomposeBlockTextPrimitive() 968 basegfx::fTools::equalZero(aOutlinerTextSiz.Width()) ? 1.0 : aOutlinerTextSiz.Width(), in impDecomposeStretchTextPrimitive() 969 basegfx::fTools::equalZero(aOutlinerTextSiz.Height()) ? 1.0 : aOutlinerTextSiz.Height()); in impDecomposeStretchTextPrimitive() 992 const bool bMirrorX(basegfx::fTools::less(aScale.getX(), 0.0)); in impDecomposeStretchTextPrimitive() [all …]
|
| /trunk/main/drawinglayer/source/processor2d/ |
| H A D | vclprocessor2d.cxx | 141 if(basegfx::fTools::equalZero(fShearX)) in RenderTextSimpleOrDecoratedPortionPrimitive2D() 143 …if(basegfx::fTools::less(aFontScaling.getX(), 0.0) && basegfx::fTools::less(aFontScaling.getY(), 0… in RenderTextSimpleOrDecoratedPortionPrimitive2D() 152 …if(basegfx::fTools::more(aFontScaling.getX(), 0.0) && basegfx::fTools::more(aFontScaling.getY(), 0… in RenderTextSimpleOrDecoratedPortionPrimitive2D() 450 if(basegfx::fTools::equalZero(fRotate) && basegfx::fTools::equalZero(fShearX)) in RenderFillGraphicPrimitive2D() 1025 if(basegfx::fTools::more(fLineWidth, 0.0)) in RenderPolygonStrokePrimitive2D() 1058 if(basegfx::fTools::lessOrEqual(fDiscreteLineWidth, 1.0)) in RenderPolygonStrokePrimitive2D() 1069 else if(basegfx::fTools::lessOrEqual(fDiscreteLineWidth, 2.0)) in RenderPolygonStrokePrimitive2D() 1104 else if(basegfx::fTools::lessOrEqual(fDiscreteLineWidth, 3.0)) in RenderPolygonStrokePrimitive2D() 1147 if(basegfx::fTools::lessOrEqual(fDiscreteLineWidth, 1.5)) in RenderPolygonStrokePrimitive2D() 1157 else if(basegfx::fTools::lessOrEqual(fDiscreteLineWidth, 2.5)) in RenderPolygonStrokePrimitive2D() [all …]
|