Lines Matching refs:OutputDevice

54 DBG_NAMEEX( OutputDevice )  in DBG_NAMEEX()  argument
58 void OutputDevice::DrawGrid( const Rectangle& rRect, const Size& rDist, sal_uLong nFlags ) in DBG_NAMEEX()
61 DBG_CHKTHIS( OutputDevice, ImplDbgCheckOutputDevice ); in DBG_NAMEEX()
157 void OutputDevice::DrawTransparent( const basegfx::B2DPolyPolygon& rB2DPolyPoly, double fTransparen… in DrawTransparent()
160 DBG_CHKTHIS( OutputDevice, ImplDbgCheckOutputDevice ); in DrawTransparent()
231 void OutputDevice::DrawTransparent( const PolyPolygon& rPolyPoly, in DrawTransparent()
235 DBG_CHKTHIS( OutputDevice, ImplDbgCheckOutputDevice ); in DrawTransparent()
634 void OutputDevice::DrawTransparent( const GDIMetaFile& rMtf, const Point& rPos, in DrawTransparent()
638 DBG_CHKTHIS( OutputDevice, ImplDbgCheckOutputDevice ); in DrawTransparent()
677 ((OutputDevice*)pVDev)->mnDPIX = mnDPIX; in DrawTransparent()
678 ((OutputDevice*)pVDev)->mnDPIY = mnDPIY; in DrawTransparent()
792 void OutputDevice::ImplDrawColorWallpaper( long nX, long nY, in ImplDrawColorWallpaper()
811 void OutputDevice::ImplDrawBitmapWallpaper( long nX, long nY, in ImplDrawBitmapWallpaper()
1054 void OutputDevice::ImplDrawGradientWallpaper( long nX, long nY, in ImplDrawGradientWallpaper()
1104 void OutputDevice::ImplDrawWallpaper( long nX, long nY, in ImplDrawWallpaper()
1118 void OutputDevice::DrawWallpaper( const Rectangle& rRect, in DrawWallpaper()
1145 void OutputDevice::Erase() in Erase()
1185 void OutputDevice::ImplDraw2ColorFrame( const Rectangle& rRect, in ImplDraw2ColorFrame()
1199 bool OutputDevice::DrawEPS( const Point& rPoint, const Size& rSize, in DrawEPS()
1259 void OutputDevice::DrawCheckered(const Point& rPos, const Size& rSize, sal_uInt32 nLen, Color aStar… in DrawCheckered()