Home
last modified time | relevance | path

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

/aoo42x/main/svtools/source/graphic/
H A Dgrfmgr.cxx962 Size aCropLeftTop; in GetTransformedGraphic() local
1085 aCropLeftTop.Width() = basegfx::fround(aCropLeftTop.Width() * fFactorX); in GetTransformedGraphic()
1086 aCropLeftTop.Height() = basegfx::fround(aCropLeftTop.Height() * fFactorY); in GetTransformedGraphic()
1094 aCropRect = Rectangle( aCropLeftTop.Width(), aCropLeftTop.Height(), in GetTransformedGraphic()
1128 if( aCropLeftTop.Width() < 0 || in GetTransformedGraphic()
1135 aNewSize.Width() += aCropLeftTop.Width() < 0 ? -aCropLeftTop.Width() : 0; in GetTransformedGraphic()
1137 aNewSize.Height() += aCropLeftTop.Height() < 0 ? -aCropLeftTop.Height() : 0; in GetTransformedGraphic()
1143 if( aCropLeftTop.Width() < 0 || in GetTransformedGraphic()
1144 aCropLeftTop.Height() < 0 ) in GetTransformedGraphic()
1146 Point aPosOffset( aCropLeftTop.Width() < 0 ? -aCropLeftTop.Width() : 0, in GetTransformedGraphic()
[all …]

Completed in 24 milliseconds