Home
last modified time | relevance | path

Searched refs:aDst (Results 1 – 8 of 8) sorted by last modified time

/trunk/main/writerfilter/source/dmapper/
H A DNumberingManager.cxx80 uno::Sequence< beans::PropertyValue >& aDst ) in lcl_mergeProperties()
85 sal_Int32 nPos = lcl_findProperty( aDst, aSrc[i].Name ); in lcl_mergeProperties()
89 aDst[nPos] = aSrc[i]; in lcl_mergeProperties()
94 aDst.realloc( aDst.getLength( ) + 1 ); in lcl_mergeProperties()
95 aDst[ aDst.getLength( ) - 1 ] = aSrc[i]; in lcl_mergeProperties()
/trunk/main/vcl/unx/headless/
H A Dsvppspgraphics.cxx422 Rectangle aDst (Point(rPosAry.mnDestX, rPosAry.mnDestY), in drawBitmap() local
429 m_pPrinterGfx->DrawBitmap(aDst, aSrc, aBmp); in drawBitmap()
/trunk/main/vcl/unx/gtk/gdi/
H A Dsalnativewidgets-gtk.cxx379 inline void NW_gtk_border_set_from_border( GtkBorder& aDst, const GtkBorder * pSrc ) in NW_gtk_border_set_from_border() argument
381 aDst.left = pSrc->left; in NW_gtk_border_set_from_border()
382 aDst.top = pSrc->top; in NW_gtk_border_set_from_border()
383 aDst.right = pSrc->right; in NW_gtk_border_set_from_border()
384 aDst.bottom = pSrc->bottom; in NW_gtk_border_set_from_border()
/trunk/main/vcl/unx/generic/gdi/
H A Dpspgraphics.cxx486 Rectangle aDst (Point(rPosAry.mnDestX, rPosAry.mnDestY), in drawBitmap() local
492 m_pPrinterGfx->DrawBitmap (aDst, aSrc, aBmp); in drawBitmap()
H A Dxrender_peer.hxx78 void CompositeString32( Picture aSrc, Picture aDst, GlyphSet,
80 void FillRectangle( int nOp, Picture aDst, const XRenderColor*,
82 void CompositeTrapezoids( int nOp, Picture aSrc, Picture aDst,
85 bool AddTraps( Picture aDst, int nXOfs, int nYOfs,
290 inline void XRenderPeer::CompositeString32( Picture aSrc, Picture aDst, in CompositeString32() argument
295 XRenderCompositeString32( 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()
327 inline bool XRenderPeer::AddTraps( Picture aDst, int nXOfs, int nYOfs, in AddTraps() argument
[all …]
/trunk/main/vcl/source/gdi/
H A Dbmpfast.cxx338 TrueColorPixelPtr<DSTFMT> aDst( rDst ); in ImplConvertLine() local
342 ImplConvertPixel( aDst, aSrc ); in ImplConvertLine()
344 ++aDst; in ImplConvertLine()
389 TrueColorPixelPtr<DSTFMT> aDst( rDst ); in ImplBlendLines() local
393 ImplBlendPixels<ALPHABITS>( aDst, aSrc, aMsk.GetAlpha() ); in ImplBlendLines()
394 ++aDst; in ImplBlendLines()
412 TrueColorPixelPtr<DSTFMT> aDst( rDst ); in ImplBlendLines() local
415 ImplBlendPixels<ALPHABITS>( aDst, aSrc, nAlphaVal ); in ImplBlendLines()
416 ++aDst; in ImplBlendLines()
/trunk/main/svx/source/svdraw/
H A Dsvdocirc.cxx1001 Point aDst(rRect.TopLeft()); in TakeUnrotatedSnapRect() local
1002 aDst-=aRect.TopLeft(); in TakeUnrotatedSnapRect()
1003 Point aDst0(aDst); in TakeUnrotatedSnapRect()
1004 RotatePoint(aDst,Point(),aGeo.nSin,aGeo.nCos); in TakeUnrotatedSnapRect()
1005 aDst-=aDst0; in TakeUnrotatedSnapRect()
1006 rRect.Move(aDst.X(),aDst.Y()); in TakeUnrotatedSnapRect()
/trunk/main/sal/rtl/source/
H A Duri.cxx191 sal_Unicode aDst[2]; in readUcs4() local
195 aConverter, 0, aBuf.getStr(), aBuf.getLength(), aDst, in readUcs4()
196 sizeof aDst / sizeof aDst[0], in readUcs4()
212 || (nDstSize == 2 && isHighSurrogate(aDst[0]) in readUcs4()
213 && isLowSurrogate(aDst[1]))); in readUcs4()
215 ? aDst[0] : combineSurrogates(aDst[0], aDst[1]); in readUcs4()
326 sal_Char aDst[32]; // FIXME random value in writeEscapeChar() local
330 aConverter, 0, aSrc, nSrcSize, aDst, sizeof aDst, in writeEscapeChar()
341 static_cast< unsigned char >(aDst[i])); in writeEscapeChar()

Completed in 63 milliseconds