Searched defs:nDstX (Results 1 – 6 of 6) sorted by relevance
/aoo41x/main/vcl/unx/generic/gdi/ |
H A D | xrender_peer.hxx | 219 int nSrcX, int nSrcY, int nMaskX, int nMaskY, int nDstX, int nDstY, in CompositePicture() 291 GlyphSet aGlyphSet, int nDstX, int nDstY, in CompositeString32()
|
/aoo41x/main/vcl/source/gdi/ |
H A D | alpha.cxx | 164 … for( long nSrcX = aRectSrc.Left(), nDstX = aRectDst.Left(); nSrcX < nSrcEndX; nSrcX++, nDstX++ ) in CopyPixel() local 193 const long nDstX = aRectDst.Left(); in CopyPixel() local
|
H A D | bitmap.cxx | 1044 … for( long nSrcX = aRectSrc.Left(), nDstX = aRectDst.Left(); nSrcX < nSrcEndX; nSrcX++, nDstX++ ) in CopyPixel() local 1052 … for( long nSrcX = aRectSrc.Left(), nDstX = aRectDst.Left(); nSrcX < nSrcEndX; nSrcX++, nDstX++ ) in CopyPixel() local 1057 … for( long nSrcX = aRectSrc.Left(), nDstX = aRectDst.Left(); nSrcX < nSrcEndX; nSrcX++, nDstX++ ) in CopyPixel() local 1086 const long nDstX = aRectDst.Left(); in CopyPixel() local
|
/aoo41x/main/vcl/win/source/gdi/ |
H A D | salgdi2.cxx | 549 int nDstX = (int)aPosAry.mnDestX; in drawBitmap() local
|
/aoo41x/main/vcl/os2/source/gdi/ |
H A D | salgdi2.cxx | 467 int nDstX = (int) aPosAry.mnDestX; in drawBitmap() local
|
/aoo41x/main/vcl/aqua/source/gdi/ |
H A D | salgdi.cxx | 1168 void AquaSalGraphics::copyArea( long nDstX, long nDstY,long nSrcX, long nSrcY, long nSrcWidth, long… in copyArea()
|
Completed in 43 milliseconds