Home
last modified time | relevance | path

Searched refs:fBorder (Results 1 – 9 of 9) sorted by relevance

/aoo41x/main/basegfx/source/tools/
H A Dgradienttools.cxx58 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 Dtexture.cxx81 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 Dgradienttools.hxx152 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 Dtexture.hxx93 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 Dfillgradientattribute.cxx52 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 Doutdev4.cxx191 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 Dimplrenderer.cxx681 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 Dfillgradientattribute.hxx71 double fBorder,
/aoo41x/main/filter/source/svg/
H A Dsvgwriter.cxx246 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()

Completed in 60 milliseconds