/aoo41x/main/basegfx/source/tools/ |
H A D | gradienttools.cxx | 58 double fBorder, in init1DGradientInfo() argument 129 double fBorder, in initEllipticalGradientInfo() argument 198 double fBorder, in initRectGradientInfo() argument 273 double fBorder, in createLinearODFGradientInfo() argument 279 fBorder, in createLinearODFGradientInfo() 293 fBorder, in createAxialODFGradientInfo() 302 double fBorder) in createRadialODFGradientInfo() argument 308 fBorder, in createRadialODFGradientInfo() 324 fBorder, in createEllipticalODFGradientInfo() 340 fBorder, in createSquareODFGradientInfo() [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 125 fBorder, in GeoTexSvxGradientLinear() 183 double fBorder, in GeoTexSvxGradientAxial() argument 190 fBorder, in GeoTexSvxGradientAxial() 246 double fBorder, in GeoTexSvxGradientRadial() argument 255 fBorder); in GeoTexSvxGradientRadial() 313 fBorder, in GeoTexSvxGradientElliptical() 390 fBorder, in GeoTexSvxGradientSquare() [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()
|