Searched refs:XImage (Results 1 – 12 of 12) sorted by relevance
/aoo42x/main/vcl/inc/unx/ |
H A D | salbmp.h | 71 XImage* pImage); 86 SAL_DLLPRIVATE XImage* ImplCreateXImage( SalDisplay* pSalDisp, 143 ImplSalDDB( XImage* pImage, 153 XImage* pImage);
|
H A D | salstd.hxx | 49 typedef struct _XImage XImage; typedef
|
/aoo42x/main/vcl/unx/generic/dtrans/ |
H A D | bmp.cxx | 137 XImage* pImage, in X11_getPaletteBmpFromImage() 270 XImage* pImage, in X11_getTCBmpFromImage() 371 XImage* pImage = XGetImage( pDisplay, aDrawable, 0, 0, w, h, AllPlanes, ZPixmap ); in X11_getBmpFromPixmap() 469 void PixmapHolder::setBitmapDataPalette( const sal_uInt8* pData, XImage* pImage ) in setBitmapDataPalette() 536 void PixmapHolder::setBitmapDataTCDither( const sal_uInt8* pData, XImage* pImage ) in setBitmapDataTCDither() 605 void PixmapHolder::setBitmapDataTC( const sal_uInt8* pData, XImage* pImage ) in setBitmapDataTC() 676 XImage aImage; in setBitmapData()
|
H A D | bmp.hxx | 64 void setBitmapDataTC( const sal_uInt8* pData, XImage* pImage ); 65 void setBitmapDataTCDither( const sal_uInt8* pData, XImage* pImage ); 66 void setBitmapDataPalette( const sal_uInt8* pData, XImage* pImage );
|
/aoo42x/main/vcl/unx/generic/gdi/ |
H A D | salbmp.cxx | 208 XImage* pImage = XGetImage( pXDisp, aDrawable, nX, nY, nWidth, nHeight, AllPlanes, ZPixmap ); in ImplCreateDIB() 334 XImage* X11SalBitmap::ImplCreateXImage( SalDisplay *pSalDisp, int nScreen, long nDepth, const SalTw… in ImplCreateXImage() 336 XImage* pImage = NULL; in ImplCreateXImage() 546 XImage* pImage = XGetImage( pDisplay, aAttribute.root, in SnapShot() 564 X11SalBitmap::ImplCreateFromXImage (Display* pDisplay, XLIB_Window hWindow, int nScreen, XImage* pI… in ImplCreateFromXImage() 653 XImage* pImage = ImplCreateXImage( GetX11SalData()->GetDisplay(), nScreen, in ImplGetDDB() 842 ImplSalDDB::ImplSalDDB( XImage* pImage, Drawable aDrawable, int nScreen, const SalTwoRect& rTwoRect… in ImplSalDDB() 874 ImplSalDDB::ImplSalDDB (Display* pDisplay, XLIB_Window hWindow, int nScreen, XImage* pImage) : in ImplSalDDB()
|
H A D | salgdi2.cxx | 51 static void sal_PrintImage( char *s, XImage*p ) 98 XImage* pImage = XGetImage( pDisplay, aSrc, src_x, src_y, w, h, in CopyScreenArea() 863 XImage* pAlphaImg = XCreateImage( pXDisplay, pSrcXVisual, 8, ZPixmap, 0, in drawAlphaBitmap() 1087 XImage *pXImage = XGetImage( GetXDisplay(), in getPixel()
|
H A D | salgdi.cxx | 469 XImage *pImage = XCreateImage( GetXDisplay(), in GetDitherPixmap()
|
H A D | salgdi3.cxx | 748 XImage* pImg = XGetImage( pDisplay, hDrawable_, in DrawServerAAForcedString()
|
/aoo42x/main/vbahelper/source/msforms/ |
H A D | vbaimage.hxx | 31 typedef cppu::ImplInheritanceHelper1< ScVbaControl, ov::msforms::XImage > ImageImpl_BASE;
|
/aoo42x/main/oovbaapi/ooo/vba/msforms/ |
H A D | XImage.idl | 34 interface XImage: com::sun::star::uno::XInterface
|
/aoo42x/main/oovbaapi/ |
H A D | ttt.diff | 222 + oovbaapi/ooo/vba/msforms/XImage.idl \
|
H A D | UnoApi_oovbaapi.mk | 150 oovbaapi/ooo/vba/msforms/XImage \
|
Completed in 66 milliseconds