Home
last modified time | relevance | path

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

/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl.hxx242 Rectangle m_aRectangle; member
H A Dpdfwriter_impl.cxx3006 sal_Int32 nX = (sal_Int32)it->m_aRectangle.Left(); in emitTilings()
3007 sal_Int32 nY = (sal_Int32)it->m_aRectangle.Top(); in emitTilings()
3008 sal_Int32 nW = (sal_Int32)it->m_aRectangle.GetWidth(); in emitTilings()
3009 sal_Int32 nH = (sal_Int32)it->m_aRectangle.GetHeight(); in emitTilings()
10406 … m_aTilings.back().m_aRectangle = Rectangle( Point( 0, 0 ), aConvertRect.GetSize() ); in drawWallpaper()
10513 rTile.m_aRectangle = Rectangle( Point(0,0), aConvertRect.GetSize() ); in endPattern()

Completed in 59 milliseconds