Home
last modified time | relevance | path

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

/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl.cxx10387 Rectangle aConvertRect( aBmpPos, aBmpSize ); in drawWallpaper() local
10388 m_aPages.back().convertRect( aConvertRect ); in drawWallpaper()
10397 appendFixedInt( aConvertRect.GetWidth(), aTilingStream ); in drawWallpaper()
10399 appendFixedInt( aConvertRect.GetHeight(), aTilingStream ); in drawWallpaper()
10406 … m_aTilings.back().m_aRectangle = Rectangle( Point( 0, 0 ), aConvertRect.GetSize() ); in drawWallpaper()
10410 …m_aTilings.back().m_aTransform.matrix[2] = double(aConvertRect.Left() % aConvertRect.GetWidth()) /… in drawWallpaper()
10411 …m_aTilings.back().m_aTransform.matrix[5] = double(aConvertRect.Top() % aConvertRect.GetHeight()) /… in drawWallpaper()
10487 Rectangle aConvertRect( getRedirectTargetRect() ); in endPattern() local
10488 …DBG_ASSERT( aConvertRect.GetWidth() != 0 && aConvertRect.GetHeight() != 0, "empty cell rectangle i… in endPattern()
10513 rTile.m_aRectangle = Rectangle( Point(0,0), aConvertRect.GetSize() ); in endPattern()
[all …]

Completed in 73 milliseconds