Searched refs:maPixmap (Results 1 – 2 of 2) sorted by relevance
/trunk/main/vcl/unx/generic/gdi/ |
H A D | salbmp.cxx | 843 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 …]
|
/trunk/main/vcl/inc/unx/ |
H A D | salbmp.h | 128 Pixmap maPixmap; member in ImplSalDDB 156 Pixmap ImplGetPixmap() const { return maPixmap; } in ImplGetPixmap()
|
Completed in 18 milliseconds