Lines Matching refs:maPixmap
843 maPixmap ( 0 ), in ImplSalDDB()
851 …if( (maPixmap = XCreatePixmap( pXDisp, aDrawable, ImplGetWidth(), ImplGetHeight(), ImplGetDepth() … in ImplSalDDB()
865 aGC = XCreateGC( pXDisp, maPixmap, nValues, &aValues ); in ImplSalDDB()
866 …XPutImage( pXDisp, maPixmap, aGC, pImage, 0, 0, 0, 0, maTwoRect.mnDestWidth, maTwoRect.mnDestHeigh… in ImplSalDDB()
877 maPixmap = XCreatePixmap (pDisplay, hWindow, pImage->width, pImage->height, pImage->depth); 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()
958 if( ( maPixmap != 0 ) && ( ( mnDepth == nDepth ) || ( 1 == mnDepth ) ) && nScreen == mnScreen) in ImplMatches()
984 ImplDraw( maPixmap, mnDepth, aDrawable, nDrawableDepth, in ImplDraw()