Searched refs:pPixmap (Results 1 – 4 of 4) sorted by relevance
251 void SetPixmap( GdkPixmap* pPixmap );291 m_pixmap = pPixmap; in SetPixmap()333 *pPixmap = pData[i].m_pixmap; in Find()350 pData[m_idx].SetPixmap( pPixmap ); in Fill()3652 GdkGC * pPixmapGC = gdk_gc_new( pPixmap ); in NWGetPixmapFromScreen()3654 if( !pPixmap || !pPixmapGC ) in NWGetPixmapFromScreen()3656 if ( pPixmap ) in NWGetPixmapFromScreen()3657 g_object_unref( pPixmap ); in NWGetPixmapFromScreen()3674 return( pPixmap ); in NWGetPixmapFromScreen()3694 if ( !pPixmap ) in NWRenderPixmapToScreen()[all …]
208 X11PixmapSharedPtr pPixmap = pXlibSurface->getPixmap(); in getFastPropertyValue() local210 args[1] = ::com::sun::star::uno::Any( pPixmap->mhDrawable ); in getFastPropertyValue()212 pPixmap->clear(); // caller takes ownership of pixmap in getFastPropertyValue()
1479 PixmapHolder* pPixmap = getPixmapHolder( selection ); in sendData() local1480 if( ! pPixmap ) return false; in sendData()1485 nValue = (XID)pPixmap->getColormap(); in sendData()1487 nValue = (XID)pPixmap->getVisualID(); in sendData()1490 nValue = (XID)pPixmap->getPixmap(); in sendData()1503 pPixmap = getPixmapHolder( selection ); in sendData()1505 if( pPixmap->needsConversion( (const sal_uInt8*)aData.getConstArray() ) in sendData()1515 aArgs.getArray()[1] = makeAny( (sal_uInt16)pPixmap->getDepth() ); in sendData()1535 pPixmap = getPixmapHolder( selection ); in sendData()1536 nValue = (XID)pPixmap->setBitmapData( (const sal_uInt8*)aData.getConstArray() ); in sendData()[all …]
91 sal_Bool NWRenderPixmapToScreen( GdkPixmap* pPixmap, Rectangle dstRect );
Completed in 73 milliseconds