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
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 Dtexture.cxx81 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 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()