Home
last modified time | relevance | path

Searched refs:aSrc (Results 1 – 25 of 25) sorted by relevance

/aoo4110/main/vcl/unx/generic/gdi/
H A Dxrender_peer.hxx68 void CompositePicture( int nOp, Picture aSrc, Picture aMask, Picture aDst,
78 void CompositeString32( Picture aSrc, Picture aDst, GlyphSet,
82 void CompositeTrapezoids( int nOp, Picture aSrc, Picture aDst,
290 inline void XRenderPeer::CompositeString32( Picture aSrc, Picture aDst, in CompositeString32() argument
295 XRenderCompositeString32( mpDisplay, PictOpOver, aSrc, aDst, NULL, in CompositeString32()
298 (*mpXRenderCompositeString32)( mpDisplay, PictOpOver, aSrc, aDst, NULL, in CompositeString32()
315 Picture aSrc, Picture aDst, const XRenderPictFormat* pXRPF, in CompositeTrapezoids() argument
319 XRenderCompositeTrapezoids( mpDisplay, nOp, aSrc, aDst, pXRPF, in CompositeTrapezoids()
322 (*mpXRenderCompositeTrapezoids)( mpDisplay, nOp, aSrc, aDst, pXRPF, in CompositeTrapezoids()
H A Dsalgdi2.cxx82 Drawable aSrc, int nScreenSrc, int nSrcDepth, in CopyScreenArea() argument
92 XCopyArea( pDisplay, aSrc, aDest, aDestGC, in CopyScreenArea()
98 XImage* pImage = XGetImage( pDisplay, aSrc, src_x, src_y, w, h, in CopyScreenArea()
115 aBM.ImplCreateFromDrawable( aSrc, nScreenSrc, nSrcDepth, src_x, src_y, w, h ); in CopyScreenArea()
H A Dpspgraphics.cxx484 Rectangle aSrc (Point(rPosAry.mnSrcX, rPosAry.mnSrcY), in drawBitmap() local
492 m_pPrinterGfx->DrawBitmap (aDst, aSrc, aBmp); in drawBitmap()
/aoo4110/main/vcl/source/gdi/
H A Dbmpfast.cxx339 TrueColorPixelPtr<SRCFMT> aSrc( rSrc ); in ImplConvertLine() local
342 ImplConvertPixel( aDst, aSrc ); in ImplConvertLine()
343 ++aSrc; in ImplConvertLine()
390 TrueColorPixelPtr<SRCFMT> aSrc( rSrc ); in ImplBlendLines() local
393 ImplBlendPixels<ALPHABITS>( aDst, aSrc, aMsk.GetAlpha() ); in ImplBlendLines()
395 ++aSrc; in ImplBlendLines()
411 TrueColorPixelPtr<SRCFMT> aSrc( rSrc ); in ImplBlendLines() local
415 ImplBlendPixels<ALPHABITS>( aDst, aSrc, nAlphaVal ); in ImplBlendLines()
417 ++aSrc; in ImplBlendLines()
H A Dimpimage.cxx96 ImplImageList::ImplImageList( const ImplImageList &aSrc ) : in ImplImageList() argument
97 maPrefix( aSrc.maPrefix ), in ImplImageList()
98 maImageSize( aSrc.maImageSize ), in ImplImageList()
101 maImages.reserve( aSrc.maImages.size() ); in ImplImageList()
102 …for ( ImageAryDataVec::const_iterator aIt = aSrc.maImages.begin(), aEnd = aSrc.maImages.end(); aIt… in ImplImageList()
H A Dbitmapex.cxx64 BitmapEx::BitmapEx( const BitmapEx& rBitmapEx, Point aSrc, Size aSize ) : in BitmapEx() argument
82 Rectangle aSrcRect( aSrc, aSize ); in BitmapEx()
/aoo4110/main/tools/source/fsys/
H A Dfilecopy.cxx343 SvFileStream aSrc( aFileName, STREAM_READ|STREAM_NOCREATE|STREAM_SHARE_DENYNONE ); in DoCopy_Impl() local
345 if ( !aSrc.GetError() ) in DoCopy_Impl()
349 if ( fstat( aSrc.GetFileHandle(), &buf ) == -1 ) in DoCopy_Impl()
375 nSize = aSrc.Read( pBuf, nBlockSize ); in DoCopy_Impl()
399 eRet = Error( aSrc.GetError(), &rSource, 0 ); in DoCopy_Impl()
/aoo4110/main/sal/rtl/source/
H A Duri.cxx311 sal_Unicode aSrc[2]; in writeEscapeChar() local
315 aSrc[0] = static_cast< sal_Unicode >(nUtf32); in writeEscapeChar()
320 aSrc[0] = static_cast< sal_Unicode >( in writeEscapeChar()
322 aSrc[1] = static_cast< sal_Unicode >( in writeEscapeChar()
330 aConverter, 0, aSrc, nSrcSize, aDst, sizeof aDst, in writeEscapeChar()
/aoo4110/main/svtools/bmpmaker/
H A Dbmpcore.cxx224 const Rectangle aSrc( aPoint, aSize ); in ImplCreate() local
226 … if( !aTotalBmpEx.IsEmpty() && !aBmpEx.IsEmpty() && !aDst.IsEmpty() && !aSrc.IsEmpty() ) in ImplCreate()
239 aTotalBmpEx.CopyPixel( aDst, aSrc, &aBmpEx ); in ImplCreate()
/aoo4110/main/writerfilter/source/dmapper/
H A DNumberingManager.cxx99 void lcl_mergeProperties( uno::Sequence< beans::PropertyValue >& aSrc, in lcl_mergeProperties() argument
102 for ( sal_Int32 i = 0, nSrcLen = aSrc.getLength( ); i < nSrcLen; i++ ) in lcl_mergeProperties()
105 sal_Int32 nPos = lcl_findProperty( aDst, aSrc[i].Name ); in lcl_mergeProperties()
109 aDst[nPos] = aSrc[i]; in lcl_mergeProperties()
115 aDst[ aDst.getLength( ) - 1 ] = aSrc[i]; in lcl_mergeProperties()
/aoo4110/main/sw/source/core/access/
H A Daccmap.cxx3264 MapMode aSrc( MAP_TWIP ); in GetVisibleArea() local
3266 return OutputDevice::LogicToLogic( GetVisArea().SVRect(), aSrc, aDest ); in GetVisibleArea()
3273 MapMode aSrc( MAP_100TH_MM ); in LogicToPixel() local
3278 aPoint = OutputDevice::LogicToLogic( aPoint, aSrc, aDest ); in LogicToPixel()
3294 MapMode aSrc( MAP_100TH_MM ); in LogicToPixel() local
3296 Size aSize( OutputDevice::LogicToLogic( rSize, aSrc, aDest ) ); in LogicToPixel()
3319 MapMode aSrc( MAP_TWIP ); in PixelToLogic() local
3321 aPoint = OutputDevice::LogicToLogic( aPoint, aSrc, aDest ); in PixelToLogic()
3336 MapMode aSrc( MAP_TWIP ); in PixelToLogic() local
3338 aSize = OutputDevice::LogicToLogic( aSize, aSrc, aDest ); in PixelToLogic()
/aoo4110/main/rsc/doku/feinkonz.43/
H A Drscinst.doc1754 RscSrc aSrc( ... ); //entspricht einer .src Datei
1759 pDef1 = aSrc.FindDef( "DEF1" ); //Makro holen
1760 pDef2 = aSrc.FindDef( "DEF2" ); //Makro holen
1764 AliaSrc.SetRscInst( RscId( pDef1 ), aStrInst );
1766 AliaSrc.SetRscInst( RscId( pDef2 ), aStrInst );
1768 aSrc.ChangeDef( "DEF2", 1000 );
2073 RscDependList * pDepLst = aSrc.GetDependList();
2604 RscSrc aSrc( &aBase,
2610 aSrc.ReadFile();
2614 aInst = aSrc.GetRscInst( pClassTyp, RscId( 1000 ) );
[all …]
/aoo4110/main/sc/source/ui/dbgui/
H A Dcsvgrid.cxx1273 Point aSrc, aDest; in ImplDrawHorzScrolled() local
1277 aSrc = Point( GetFirstX() + 1, 0 ); in ImplDrawHorzScrolled()
1284 aSrc = Point( GetFirstX() + GetCharWidth() * (nPos - nOldPos) + 1, 0 ); in ImplDrawHorzScrolled()
1294 maBackgrDev.CopyArea( aDest, aSrc, maWinSize ); in ImplDrawHorzScrolled()
1297 maGridDev.CopyArea( aDest, aSrc, maWinSize ); in ImplDrawHorzScrolled()
/aoo4110/main/sw/source/core/docnode/
H A Dndcopy.cxx1394 SwFmtChain aSrc( pSrc->GetChain() ); in lcl_ChainFmts() local
1395 if ( !aSrc.GetNext() ) in lcl_ChainFmts()
1397 aSrc.SetNext( pDest ); in lcl_ChainFmts()
1398 pSrc->SetFmtAttr( aSrc ); in lcl_ChainFmts()
H A Dndtbl.cxx3385 SvPtrarr aSrc, aDest; member in _SplitTable_Para
3391 : aSrc( 16, 16 ), aDest( 16, 16 ), pNewTblNd( pNew ), rOldTbl( rOld ) in _SplitTable_Para()
3394 { return aSrc.GetPos( pFmt ); } in SrcFmt_GetPos()
3400 { aSrc.Insert( pFmt, aSrc.Count() ); } in SrcFmt_Insert()
/aoo4110/main/canvas/workben/
H A Dcanvasdemo.cxx228 geometry::RealPoint2D aSrc( RADIUS * cos (a), RADIUS * sin (a) ); in drawPolishDiamond() local
235 mxCanvas->drawLine( aSrc, in drawPolishDiamond()
/aoo4110/main/vcl/inc/
H A Dimage.h120 ImplImageList( const ImplImageList &aSrc );
/aoo4110/main/sw/source/core/ole/
H A Dndole.cxx827 const MapMode aSrc ( MAP_TWIP ); in GetOleRef() local
829 aSz = OutputDevice::LogicToLogic( aSz, aSrc, aDest ); in GetOleRef()
/aoo4110/main/vcl/inc/vcl/
H A Dbitmapex.hxx69 BitmapEx( const BitmapEx& rBitmapEx, Point aSrc, Size aSize );
/aoo4110/main/fileaccess/source/
H A DFileAccess.cxx370 ucbhelper::Content aSrc ( aSourceURL, mxEnvironment ); in transferImpl() local
374 aDestPath.transferContent( aSrc, in transferImpl()
/aoo4110/main/sw/source/core/layout/
H A Datrfrm.cxx3270 const MapMode aSrc ( MAP_TWIP ); in GetIMapObject() local
3272 aOrigSz = OutputDevice::LogicToLogic( aOrigSz, aSrc, aDest ); in GetIMapObject()
3273 aActSz = OutputDevice::LogicToLogic( aActSz, aSrc, aDest ); in GetIMapObject()
3276 aPos = OutputDevice::LogicToLogic( aPos, aSrc, aDest ); in GetIMapObject()
/aoo4110/main/sw/source/filter/html/
H A Dhtmlgrin.cxx1363 SwIndex aSrc( pCNd, 0 ); in StripTrailingPara() local
1364 pCNd->GetTxtNode()->CutText( pPrvNd, aSrc, pCNd->Len() ); in StripTrailingPara()
/aoo4110/main/vcl/unx/headless/
H A Dsvppspgraphics.cxx420 Rectangle aSrc (Point(rPosAry.mnSrcX, rPosAry.mnSrcY), in drawBitmap() local
429 m_pPrinterGfx->DrawBitmap(aDst, aSrc, aBmp); in drawBitmap()
/aoo4110/main/vcl/inc/unx/
H A Dsalgdi.h363 Drawable aSrc, int nScreenSrc, int nSrcDepth,
/aoo4110/main/sc/source/core/data/
H A Dtable2.cxx3151 ScAddress aSrc( nStartCol, nStartRow, nTab ); in CopyData() local
3153 ScRange aRange( aSrc, aDest ); in CopyData()
3158 aSrc.SetRow( nRow ); in CopyData()
3163 aSrc.SetCol( nCol ); in CopyData()

Completed in 181 milliseconds