| /AOO41X/main/basegfx/source/tools/ |
| H A D | gradienttools.cxx | 58 double fBorder, in init1DGradientInfo() argument 87 const double fSizeWithoutBorder(1.0 - fBorder); in init1DGradientInfo() 99 aTextureTransform.translate(0.0, fBorder); in init1DGradientInfo() 129 double fBorder, in initEllipticalGradientInfo() argument 160 const double fHalfBorder((1.0 - fBorder) * 0.5); in initEllipticalGradientInfo() 198 double fBorder, in initRectGradientInfo() argument 237 const double fHalfBorder((1.0 - fBorder) * 0.5); in initRectGradientInfo() 273 double fBorder, in createLinearODFGradientInfo() argument 279 fBorder, in createLinearODFGradientInfo() 287 double fBorder, in createAxialODFGradientInfo() argument [all …]
|
| /AOO41X/main/drawinglayer/source/texture/ |
| H A D | texture.cxx | 81 double fBorder) in GeoTexSvxGradient() argument 87 mfBorder(fBorder) in GeoTexSvxGradient() 118 double fBorder, in GeoTexSvxGradientLinear() argument 120 : GeoTexSvxGradient(rTargetRange, rStart, rEnd, nSteps, fBorder) in GeoTexSvxGradientLinear() 125 fBorder, in GeoTexSvxGradientLinear() 183 double fBorder, in GeoTexSvxGradientAxial() argument 185 : GeoTexSvxGradient(rTargetRange, rStart, rEnd, nSteps, fBorder) in GeoTexSvxGradientAxial() 190 fBorder, in GeoTexSvxGradientAxial() 246 double fBorder, in GeoTexSvxGradientRadial() argument 249 : GeoTexSvxGradient(rTargetRange, rStart, rEnd, nSteps, fBorder) in GeoTexSvxGradientRadial() [all …]
|
| /AOO41X/main/basegfx/inc/basegfx/tools/ |
| H A D | gradienttools.hxx | 152 double fBorder, 200 double fBorder, 244 double fBorder); 287 double fBorder, 331 double fBorder, 375 double fBorder,
|
| /AOO41X/main/drawinglayer/inc/drawinglayer/texture/ |
| H A D | texture.hxx | 93 double fBorder); 125 double fBorder, 151 double fBorder, 177 double fBorder, 204 double fBorder, 232 double fBorder, 260 double fBorder,
|
| /AOO41X/main/drawinglayer/source/attribute/ |
| H A D | fillgradientattribute.cxx | 52 double fBorder, in ImpFillGradientAttribute() argument 61 mfBorder(fBorder), in ImpFillGradientAttribute() 116 double fBorder, in FillGradientAttribute() argument 124 eStyle, fBorder, fOffsetX, fOffsetY, fAngle, rStartColor, rEndColor, nSteps)) in FillGradientAttribute()
|
| /AOO41X/main/vcl/source/gdi/ |
| H A D | outdev4.cxx | 191 double fBorder = rGradient.GetBorder() * aRect.GetHeight() / 100.0; in ImplDrawLinearGradient() local 195 fBorder /= 2.0; in ImplDrawLinearGradient() 244 if (fBorder > 0.0) in ImplDrawLinearGradient() 254 aBorderRect.Bottom() = (long)( aBorderRect.Top() + fBorder ); in ImplDrawLinearGradient() 268 aBorderRect.Top() = (long) ( aBorderRect.Bottom() - fBorder ); in ImplDrawLinearGradient()
|
| /AOO41X/main/cppcanvas/source/mtfrenderer/ |
| H A D | implrenderer.cxx | 681 const double fBorder( rGradient.GetBorder() / 100.0 ); in createGradientAction() local 694 fBorder, in createGradientAction() 716 const double fAxialBorder (1-2*(1-fBorder)); in createGradientAction() 741 fBorder); in createGradientAction() 750 fBorder, in createGradientAction() 760 fBorder, in createGradientAction() 770 fBorder, in createGradientAction()
|
| /AOO41X/main/drawinglayer/inc/drawinglayer/attribute/ |
| H A D | fillgradientattribute.hxx | 71 double fBorder,
|
| /AOO41X/main/filter/source/svg/ |
| H A D | svgwriter.cxx | 246 double fBorder = static_cast< double >( rGradient.GetBorder() ) * in AddGradientDef() local 250 … mrExport.AddAttribute( XML_NAMESPACE_NONE, aXMLAttrOffset, ::rtl::OUString::valueOf( fBorder ) ); in AddGradientDef() 269 fBorder = 0.0; in AddGradientDef() 272 …bute( XML_NAMESPACE_NONE, aXMLAttrOffset, ::rtl::OUString::valueOf( ImplRound( 1.0 - fBorder ) ) ); in AddGradientDef()
|