Home
last modified time | relevance | path

Searched refs:SalPaintEvent (Results 1 – 10 of 10) sorted by last modified time

/trunk/main/vcl/win/source/window/
H A Dsalframe.cxx4128SalPaintEvent aPEvt( aUpdateRect.left, aUpdateRect.top, aUpdateRect.right-aUpdateRect.left, aUpdat… in ImplHandlePaintMsg()
4166SalPaintEvent aPEvt( pRect->left, pRect->top, pRect->right-pRect->left, pRect->bottom-pRect->top ); in ImplHandlePaintMsg2()
/trunk/main/vcl/source/window/
H A Dwinproc.cxx2484 SalPaintEvent* pPaintEvt = (SalPaintEvent*)pEvent; in ImplWindowFrameProc()
/trunk/main/vcl/unx/gtk/window/
H A Dgtkframe.cxx2811 …struct SalPaintEvent aEvent( pEvent->area.x, pEvent->area.y, pEvent->area.width, pEvent->area.heig… in signalExpose()
/trunk/main/vcl/unx/headless/
H A Dsvpframe.cxx155 SalPaintEvent aPEvt(0, 0, maGeometry.nWidth, maGeometry.nHeight); in PostPaint()
/trunk/main/vcl/unx/generic/window/
H A Dsalframe.cxx3658SalPaintEvent aPEvt( maPaintRegion.Left(), maPaintRegion.Top(), maPaintRegion.GetWidth(), maPaintR… in HandleExposeEvent()
/trunk/main/vcl/unx/generic/gdi/
H A Dsalgdi2.cxx439SalPaintEvent aPEvt( aEvent.xexpose.x, aEvent.xexpose.y, aEvent.xexpose.width+1, aEvent.xexpose.he… in YieldGraphicsExpose()
454SalPaintEvent aPEvt( aEvent.xgraphicsexpose.x, aEvent.xgraphicsexpose.y, aEvent.xgraphicsexpose.wi… in YieldGraphicsExpose()
/trunk/main/vcl/os2/source/window/
H A Dsalframe.cxx2880SalPaintEvent aPEvt( aUpdateRect.xLeft, pFrame->mnHeight - aUpdateRect.yTop, aUpdateRect.xRight- a… in ImplHandlePaintMsg()
2909SalPaintEvent aPEvt( pRect->xLeft, pFrame->mnHeight - pRect->yTop, pRect->xRight - pRect->xLeft, p… in ImplHandlePaintMsg2()
/trunk/main/vcl/inc/
H A Dwindow.h46 struct SalPaintEvent;
H A Dsalwtype.hxx149 struct SalPaintEvent struct
157 SalPaintEvent( long x, long y, long w, long h, bool bImmediate = false ) : in SalPaintEvent() argument
/trunk/main/vcl/aqua/source/window/
H A Dsalframe.cxx405 SalPaintEvent aPaintEvt( 0, 0, maGeometry.nWidth, maGeometry.nHeight, true ); in SendPaintEvent()

Completed in 108 milliseconds