Home
last modified time | relevance | path

Searched defs:nRadX (Results 1 – 7 of 7) sorted by relevance

/dports/editors/libreoffice6/libreoffice-6.4.7.2/tools/source/generic/
H A Dpoly.cxx170 ImplPolygon::ImplPolygon( const Point& rCenter, long nRadX, long nRadY ) in ImplPolygon()
235 const long nRadX = aCenter.X() - rBound.Left(); in ImplPolygon() local
889 Polygon::Polygon( const Point& rCenter, long nRadX, long nRadY ) in Polygon()
/dports/editors/libreoffice/libreoffice-7.2.6.2/tools/source/generic/
H A Dpoly.cxx171 ImplPolygon::ImplPolygon( const Point& rCenter, tools::Long nRadX, tools::Long nRadY ) in ImplPolygon()
239 const auto nRadX = o3tl::saturating_sub(aCenter.X(), aBoundLeft); in ImplPolygon() local
900 Polygon::Polygon( const Point& rCenter, tools::Long nRadX, tools::Long nRadY ) in Polygon()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/filter/source/flash/
H A Dswfwriter1.cxx1044 void Writer::Impl_writeRect( const tools::Rectangle& rRect, long nRadX, long nRadY ) in Impl_writeRect()
1059 void Writer::Impl_writeEllipse( const Point& rCenter, long nRadX, long nRadY ) in Impl_writeEllipse()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/filter/source/svg/
H A Dsvgwriter.cxx1872 void SVGActionWriter::ImplWriteRect( const tools::Rectangle& rRect, long nRadX, long nRadY ) in ImplWriteRect()
1893 void SVGActionWriter::ImplWriteEllipse( const Point& rCenter, long nRadX, long nRadY ) in ImplWriteEllipse()
/dports/editors/libreoffice/libreoffice-7.2.6.2/filter/source/svg/
H A Dsvgwriter.cxx1981 void SVGActionWriter::ImplWriteRect( const tools::Rectangle& rRect, tools::Long nRadX, tools::Long … in ImplWriteRect()
2002 void SVGActionWriter::ImplWriteEllipse( const Point& rCenter, tools::Long nRadX, tools::Long nRadY ) in ImplWriteEllipse()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/control/
H A Dbutton.cxx2490 tools::Long nRadX = aImageSize.Width()/2; in Draw() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/control/
H A Dbutton.cxx2428 long nRadX = aImageSize.Width()/2; in Draw() local