Lines Matching refs:ImplSalDDB
478 mpDDB = new ImplSalDDB( aDrawable, nScreen, nDrawableDepth, nX, nY, nWidth, nHeight ); in ImplCreateFromDrawable()
570 mpDDB = new ImplSalDDB (pDisplay, hWindow, nScreen, pImage); in ImplCreateFromXImage()
576 ImplSalDDB* X11SalBitmap::ImplGetDDB( Drawable aDrawable, in ImplGetDDB()
658 const_cast<X11SalBitmap*>(this)->mpDDB = new ImplSalDDB( pImage, aDrawable, nScreen, aTwoRect ); in ImplGetDDB()
842 ImplSalDDB::ImplSalDDB( XImage* pImage, Drawable aDrawable, int nScreen, const SalTwoRect& rTwoRect… in ImplSalDDB() function in ImplSalDDB
874 ImplSalDDB::ImplSalDDB (Display* pDisplay, XLIB_Window hWindow, int nScreen, XImage* pImage) : in ImplSalDDB() function in ImplSalDDB
912 ImplSalDDB::ImplSalDDB( Drawable aDrawable, int nScreen, long nDrawableDepth, long nX, long nY, lon… in ImplSalDDB() function in ImplSalDDB
946 ImplSalDDB::~ImplSalDDB() in ~ImplSalDDB()
954 bool ImplSalDDB::ImplMatches( int nScreen, long nDepth, const SalTwoRect& rTwoRect ) const in ImplMatches()
982 void ImplSalDDB::ImplDraw( Drawable aDrawable, long nDrawableDepth, const SalTwoRect& rTwoRect, con… in ImplDraw()
992 void ImplSalDDB::ImplDraw( Drawable aSrcDrawable, long nSrcDrawableDepth, in ImplDraw()