Home
last modified time | relevance | path

Searched refs:maPixmap (Results 1 – 2 of 2) sorted by path

/trunk/main/vcl/inc/unx/
H A Dsalbmp.h128 Pixmap maPixmap; member in ImplSalDDB
156 Pixmap ImplGetPixmap() const { return maPixmap; } in ImplGetPixmap()
/trunk/main/vcl/unx/generic/gdi/
H A Dsalbmp.cxx843 maPixmap ( 0 ), in ImplSalDDB()
865 aGC = XCreateGC( pXDisp, maPixmap, nValues, &aValues ); in ImplSalDDB()
878 if (maPixmap != 0) in ImplSalDDB()
893 aGC = XCreateGC (pDisplay, maPixmap, nValues, &aValues); in ImplSalDDB()
894 XPutImage (pDisplay, maPixmap, aGC, pImage, 0, 0, 0, 0, pImage->width, pImage->height); in ImplSalDDB()
919 if( (maPixmap = XCreatePixmap( pXDisp, aDrawable, nWidth, nHeight, nDrawableDepth )) ) in ImplSalDDB()
933 aGC = XCreateGC( pXDisp, maPixmap, nValues, &aValues ); in ImplSalDDB()
934 ImplDraw( aDrawable, nDrawableDepth, maPixmap, mnDepth, in ImplSalDDB()
948 if( maPixmap && ImplGetSVData() ) in ~ImplSalDDB()
949 XFreePixmap( GetX11SalData()->GetDisplay()->GetDisplay(), maPixmap ); in ~ImplSalDDB()
[all …]

Completed in 15 milliseconds