Home
last modified time | relevance | path

Searched refs:fAspectRatio (Results 1 – 25 of 34) sorted by relevance

12

/dports/editors/libreoffice/libreoffice-7.2.6.2/canvas/source/tools/
H A Dparametricpolypolygon.cxx49 double fAspectRatio=1.0; in create() local
76 aProp.Value >>= fAspectRatio; in create()
87 return createEllipticalGradient(rDevice, colorSequence, colorStops, fAspectRatio); in create()
91 return createRectangularGradient(rDevice, colorSequence, colorStops, fAspectRatio); in create()
127 double fAspectRatio ) in createEllipticalGradient() argument
136 colors, stops, fAspectRatio ); in createEllipticalGradient()
142 … double fAspectRatio ) in createRectangularGradient() argument
151 colors, stops, fAspectRatio ); in createRectangularGradient()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/canvas/source/tools/
H A Dparametricpolypolygon.cxx49 double fAspectRatio=1.0; in create() local
76 aProp.Value >>= fAspectRatio; in create()
87 return createEllipticalGradient(rDevice, colorSequence, colorStops, fAspectRatio); in create()
91 return createRectangularGradient(rDevice, colorSequence, colorStops, fAspectRatio); in create()
127 double fAspectRatio ) in createEllipticalGradient() argument
136 colors, stops, fAspectRatio ); in createEllipticalGradient()
142 … double fAspectRatio ) in createRectangularGradient() argument
151 colors, stops, fAspectRatio ); in createRectangularGradient()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ua/org.eclipse.tips.core/src/org/eclipse/tips/core/
H A DTipImage.java44 private double fAspectRatio = THREE_TO_TWO; field in TipImage
185 fAspectRatio = (double) width / (double) height; in setAspectRatio()
208 fAspectRatio = aspectRatio; in setAspectRatio()
263 int width = ImageUtil.getWidth(fAspectRatio, myWidthHint, myHeightHint); in getIMGAttributes()
264 int height = ImageUtil.getHeight(fAspectRatio, myWidthHint, myHeightHint); in getIMGAttributes()
/dports/editors/libreoffice/libreoffice-7.2.6.2/basegfx/source/tools/
H A Dgradienttools.cxx110 … const double fAspectRatio(fTools::equalZero(fTargetSizeY) ? 1.0 : fTargetSizeX / fTargetSizeY); in init1DGradientInfo() local
112 return ODFGradientInfo(aTextureTransform, fAspectRatio, nSteps); in init1DGradientInfo()
179 const double fAspectRatio(fTargetSizeY == 0.0 ? 1.0 : (fTargetSizeX / fTargetSizeY)); in initEllipticalGradientInfo() local
181 return ODFGradientInfo(aTextureTransform, fAspectRatio, nSteps); in initEllipticalGradientInfo()
256 const double fAspectRatio(fTargetSizeY == 0.0 ? 1.0 : (fTargetSizeX / fTargetSizeY)); in initRectGradientInfo() local
258 return ODFGradientInfo(aTextureTransform, fAspectRatio, nSteps); in initRectGradientInfo()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/basegfx/source/tools/
H A Dgradienttools.cxx110 … const double fAspectRatio(fTools::equalZero(fTargetSizeY) ? 1.0 : fTargetSizeX / fTargetSizeY); in init1DGradientInfo() local
112 return ODFGradientInfo(aTextureTransform, fAspectRatio, nSteps); in init1DGradientInfo()
179 const double fAspectRatio(fTargetSizeY == 0.0 ? 1.0 : (fTargetSizeX / fTargetSizeY)); in initEllipticalGradientInfo() local
181 return ODFGradientInfo(aTextureTransform, fAspectRatio, nSteps); in initEllipticalGradientInfo()
256 const double fAspectRatio(fTargetSizeY == 0.0 ? 1.0 : (fTargetSizeX / fTargetSizeY)); in initRectGradientInfo() local
258 return ODFGradientInfo(aTextureTransform, fAspectRatio, nSteps); in initRectGradientInfo()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svgio/source/svgreader/
H A Dsvgimagenode.cxx276 …const double fAspectRatio = static_cast<double>(aBitmapEx.GetSizePixel().Width()) / static_cast<do… in decomposeSvgNode() local
278 if(basegfx::fTools::equal(fAspectRatio, 0.0)) in decomposeSvgNode()
283 else if(basegfx::fTools::more(fAspectRatio, 0.0)) in decomposeSvgNode()
286 const double fHalfHeight((1.0 / fAspectRatio) * 0.5); in decomposeSvgNode()
296 const double fHalfWidth(fAspectRatio * 0.5); in decomposeSvgNode()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svgio/source/svgreader/
H A Dsvgimagenode.cxx279 …const double fAspectRatio = static_cast<double>(aBitmapEx.GetSizePixel().Width()) / static_cast<do… in decomposeSvgNode() local
281 if(basegfx::fTools::equal(fAspectRatio, 0.0)) in decomposeSvgNode()
286 else if(basegfx::fTools::more(fAspectRatio, 0.0)) in decomposeSvgNode()
289 const double fHalfHeight((1.0 / fAspectRatio) * 0.5); in decomposeSvgNode()
299 const double fHalfWidth(fAspectRatio * 0.5); in decomposeSvgNode()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sfx2/source/appl/
H A Dappmisc.cxx143 const double fAspectRatio( in loadBrandSvg() local
152 ? 1.0 : nWidth / fAspectRatio / aRange.getHeight())); in loadBrandSvg()
174 nWidth, nWidth / fAspectRatio); in loadBrandSvg()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/source/appl/
H A Dappmisc.cxx145 const double fAspectRatio( in loadBrandSvg() local
154 ? 1.0 : nWidth / fAspectRatio / aRange.getHeight())); in loadBrandSvg()
176 nWidth, nWidth / fAspectRatio); in loadBrandSvg()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/core/
H A DSkRTree.cpp10 SkRTree::SkRTree(SkScalar aspectRatio) : fCount(0), fAspectRatio(aspectRatio) {} in SkRTree()
47 fNodes.setReserve(CountNodes(fCount, fAspectRatio)); in insert()
125 int numStrips = SkScalarCeilToInt(SkScalarSqrt(SkIntToScalar(numBranches) / fAspectRatio)); in bulkLoad()
H A DSkRTree.h90 SkScalar fAspectRatio;
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/core/
H A DSkRTree.cpp11 : fCount(0), fAspectRatio(isfinite(aspectRatio) ? aspectRatio : 1) {} in SkRTree()
48 fNodes.setReserve(CountNodes(fCount, fAspectRatio)); in insert()
126 int numStrips = SkScalarCeilToInt(SkScalarSqrt(SkIntToScalar(numBranches) / fAspectRatio)); in bulkLoad()
H A DSkRTree.h90 SkScalar fAspectRatio; variable
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/basegfx/utils/
H A Dgradienttools.hxx78 double fAspectRatio, in UNLESS_MERGELIBS()
82 mfAspectRatio(fAspectRatio), in UNLESS_MERGELIBS()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/basegfx/utils/
H A Dgradienttools.hxx78 double fAspectRatio, in ODFGradientInfo() argument
82 mfAspectRatio(fAspectRatio), in ODFGradientInfo()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/oox/source/drawingml/diagram/
H A Ddiagramlayoutatoms.hxx167 void setAspectRatio(double fAspectRatio) { mfAspectRatio = fAspectRatio; } in setAspectRatio() argument
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/filter/idxf/
H A Ddxftblrd.cxx184 , fAspectRatio(0.0) in DXFVPort()
230 case 41: fAspectRatio=rDGR.GetF(); break; in Read()
H A Ddxftblrd.hxx123 double fAspectRatio; // 41 member in DXFVPort
/dports/editors/libreoffice6/libreoffice-6.4.7.2/filter/source/graphicfilter/idxf/
H A Ddxftblrd.cxx185 , fAspectRatio(0.0) in DXFVPort()
231 case 41: fAspectRatio=rDGR.GetF(); break; in Read()
H A Ddxftblrd.hxx119 double fAspectRatio; // 41 member in DXFVPort
/dports/graphics/dcp2icc/dcp2icc-0.1/dng_sdk_1_2/dng_sdk/source/
H A Ddng_mosaic_info.h83 real64 fAspectRatio; variable
H A Ddng_mosaic_info.cpp1203 , fAspectRatio (1.0) in dng_mosaic_info()
1283 fAspectRatio = negative.DefaultScaleH ().As_real64 () / in PostParse()
1540 if (fAspectRatio < 1.0 / 1.8) in DownScale()
1543 squareCell.h = Min_int32 (4, Round_int32 (1.0 / fAspectRatio)); in DownScale()
1547 if (fAspectRatio > 1.8) in DownScale()
1550 squareCell.v = Min_int32 (4, Round_int32 (fAspectRatio)); in DownScale()
/dports/graphics/digikam/digikam-7.4.0/core/libs/dngwriter/extra/dng_sdk/
H A Ddng_mosaic_info.h82 real64 fAspectRatio; variable
H A Ddng_mosaic_info.cpp1322 , fAspectRatio (1.0) in dng_mosaic_info()
1402 fAspectRatio = negative.DefaultScaleH ().As_real64 () / in PostParse()
1654 if (fAspectRatio < 1.0 / 1.8) in DownScale()
1657 squareCell.h = Min_int32 (4, Round_int32 (1.0 / fAspectRatio)); in DownScale()
1661 if (fAspectRatio > 1.8) in DownScale()
1664 squareCell.v = Min_int32 (4, Round_int32 (fAspectRatio)); in DownScale()
/dports/editors/libreoffice/libreoffice-7.2.6.2/oox/source/drawingml/diagram/
H A Ddiagramlayoutatoms.hxx189 void setAspectRatio(double fAspectRatio) { mfAspectRatio = fAspectRatio; } in setAspectRatio() argument

12