Home
last modified time | relevance | path

Searched refs:fScaleX (Results 51 – 58 of 58) sorted by relevance

123

/trunk/main/svx/inc/svx/
H A Dsvxdlg.hxx262 virtual Graphic GetFilteredGraphic( const Graphic& rGraphic, double fScaleX, double fScaleY ) = 0;
/trunk/main/svx/source/svdraw/
H A Dsvdfmtf.cxx591 …const double fScaleX(aBitmapEx.GetSizePixel().Width() / (aOldRange.getWidth() ? aOldRange.getWidth… in InsertObj() local
597 aTrans.scale(fScaleX, fScaleY); in InsertObj()
/trunk/main/cui/source/factory/
H A Ddlgfact.cxx873 …hicFilterDialog_Impl::GetFilteredGraphic( const Graphic& rGraphic, double fScaleX, double fScaleY ) in GetFilteredGraphic() argument
875 return pDlg->GetFilteredGraphic( rGraphic, fScaleX, fScaleY ); in GetFilteredGraphic()
H A Ddlgfact.hxx498 virtual Graphic GetFilteredGraphic( const Graphic& rGraphic, double fScaleX, double fScaleY );
/trunk/main/sw/source/core/draw/
H A Ddcontact.cxx2293 static double fScaleX(0.0); in createPrimitive2DSequence() local
2312 aOffsetMatrix.scale(fScaleX, fScaleY); in createPrimitive2DSequence()
/trunk/main/vcl/source/gdi/
H A Dprint3.cxx1089 double fScaleX = double(aSubPageSize.Width())/double(aPageSize.aSize.Width()); in getFilteredPageFile() local
1091 double fScale = std::min( fScaleX, fScaleY ); in getFilteredPageFile()
H A Doutdev3.cxx7832 double fScaleX = static_cast< double >(nOrgWidth) / nWidth; in GetTextOutlines() local
7910 aMatrix.scale( fScaleX, fScaleY ); in GetTextOutlines()
/trunk/main/tools/source/generic/
H A Dpoly.cxx1268 void Polygon::Scale( double fScaleX, double fScaleY ) in Scale() argument
1276 rPnt.X() = (long) ( fScaleX * rPnt.X() ); in Scale()

Completed in 152 milliseconds

123