Searched defs:aSource (Results 1 - 5 of 5) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA2/
H A Ddsa_old.cpp516 void CDsa::ClipCopy(TUint8* aTarget, const TUint8* aSource, const TRect& aRect, const TRect& aTargetPos) const argument
519 const TUint8* source = aSource;
841 void CDsa::Copy256(const CDsa& aDsa, TUint32* aTarget, const TUint8* aSource, TInt aBytes, TInt) argument
845 const TUint8* source = aSource;
852 void CDsa::Copy256Reversed(const CDsa& aDsa, TUint32* aTarget, const TUint8* aSource, TInt aBytes, TInt) argument
856 const TUint8* source = aSource;
863 void CDsa::Copy256Flip(const CDsa& aDsa, TUint32* aTarget, const TUint8* aSource, TInt aBytes, TInt aLineLen) argument
867 const TUint8* column = aSource;
876 void CDsa::Copy256FlipReversed(const CDsa& aDsa, TUint32* aTarget, const TUint8* aSource, TInt aBytes, TInt aLineLen) argument
880 const TUint8* column = aSource;
889 CopyMem(const CDsa& , TUint32* aTarget, const TUint8* aSource, TInt aBytes, TInt) argument
894 CopyMemFlip(const CDsa& , TUint32* aTarget, const TUint8* aSource, TInt aBytes, TInt aLineLen) argument
907 CopyMemReversed(const CDsa& , TUint32* aTarget, const TUint8* aSource, TInt aBytes, TInt) argument
919 CopyMemFlipReversed(const CDsa& , TUint32* aTarget, const TUint8* aSource, TInt aBytes, TInt aLineLen) argument
982 Copy(TUint32* aTarget, const TUint8* aSource, TInt aBytes, TBool aReversed) argument
1007 FlipCopy(TUint32* aTarget, const TUint8* aSource, TInt aBytes, TInt aLineLen, TBool aReversed) argument
1053 CopySlowFlipReversed(const CDsa& aDsa, TUint32* aTarget, const TUint8* aSource, TInt aBytes, TInt aLineLen) argument
1059 CopySlowFlip(const CDsa& aDsa, TUint32* aTarget, const TUint8* aSource, TInt aBytes, TInt aLineLen) argument
1065 CopySlow(const CDsa& aDsa, TUint32* aTarget, const TUint8* aSource, TInt aBytes, TInt) argument
1071 CopySlowReversed(const CDsa& aDsa, TUint32* aTarget, const TUint8* aSource, TInt aBytes, TInt) argument
[all...]
H A Ddsa.cpp393 const TUint8* aSource,
397 const S* source = reinterpret_cast<const S*>(aSource);
974 const TUint8* aSource,
982 ::ClipCopy<TUint32, TUint8>(dsa, aTarget, aSource, aUpdateRect, aSourceRect);
985 ::ClipCopy<TUint32, TUint16>(dsa, aTarget, aSource, aUpdateRect, aSourceRect);
988 ::ClipCopy<TUint32, TUint32>(dsa, aTarget, aSource, aUpdateRect, aSourceRect);
1206 void CDsa::Copy256(const CDsa& aDsa, TUint32* aTarget, const TUint8* aSource, TInt aBytes, TInt) argument
1210 const TUint8* source = aSource;
1217 void CDsa::Copy256Reversed(const CDsa& aDsa, TUint32* aTarget, const TUint8* aSource, TInt aBytes, TInt) argument
1221 const TUint8* source = aSource;
392 ClipCopy(const TDsa& iDsa, TUint8* aTarget, const TUint8* aSource, const TRect& aUpdateRect, const TRect& aSourceRect) argument
973 ClipCopy(TUint8* aTarget, const TUint8* aSource, const TRect& aUpdateRect, const TRect& aSourceRect) const argument
1228 Copy256Flip(const CDsa& aDsa, TUint32* aTarget, const TUint8* aSource, TInt aBytes, TInt aLineLen) argument
1241 Copy256FlipReversed(const CDsa& aDsa, TUint32* aTarget, const TUint8* aSource, TInt aBytes, TInt aLineLen) argument
1254 CopyMem(const CDsa& , TUint32* aTarget, const TUint8* aSource, TInt aBytes, TInt) argument
1260 CopyMemFlip(const CDsa& , TUint32* aTarget, const TUint8* aSource, TInt aBytes, TInt aLineLen) argument
1273 CopyMemReversed(const CDsa& , TUint32* aTarget, const TUint8* aSource, TInt aBytes, TInt) argument
1285 CopyMemFlipReversed(const CDsa& , TUint32* aTarget, const TUint8* aSource, TInt aBytes, TInt aLineLen) argument
1357 Copy(TUint32* aTarget, const TUint8* aSource, TInt aBytes, TBool aReversed) argument
1382 FlipCopy(TUint32* aTarget, const TUint8* aSource, TInt aBytes, TInt aLineLen, TBool aReversed) argument
1481 CopySlowFlipReversed(const CDsa& aDsa, TUint32* aTarget, const TUint8* aSource, TInt aBytes, TInt aLineLen) argument
1487 CopySlowFlip(const CDsa& aDsa, TUint32* aTarget, const TUint8* aSource, TInt aBytes, TInt aLineLen) argument
1493 CopySlow(const CDsa& aDsa, TUint32* aTarget, const TUint8* aSource, TInt aBytes, TInt) argument
1499 CopySlowReversed(const CDsa& aDsa, TUint32* aTarget, const TUint8* aSource, TInt aBytes, TInt) argument
[all...]
H A Ddsa_new.cpp51 const TUint8* aSource,
55 const S* source = reinterpret_cast<const S*>(aSource);
729 void ClipCopy(TUint8* aTarget, const TUint8* aSource, const TRect& aRect, const TPoint& aTargetPos)
736 const TUint8* source = aSource;
751 const TUint8* aSource,
756 const TUint32* source = (const TUint32*) aSource;
808 void CDsa::ClipCopy(TUint8* aTarget, const TUint8* aSource, const TRect& aRect, const TPoint& aTargetPos) const argument
811 const TUint8* source = aSource;
855 const TUint8* aSource,
863 ::ClipCopy<TUint32, TUint8>(dsa, aTarget, aSource, aUpdateRec
50 ClipCopy(const TDsa& iDsa, TUint8* aTarget, const TUint8* aSource, const TRect& aUpdateRect, const TRect& aSourceRect) argument
1144 Copy256(const CDsa& aDsa, TUint32* aTarget, const TUint8* aSource, TInt aBytes, TInt) argument
1155 Copy256Reversed(const CDsa& aDsa, TUint32* aTarget, const TUint8* aSource, TInt aBytes, TInt) argument
1166 Copy256Flip(const CDsa& aDsa, TUint32* aTarget, const TUint8* aSource, TInt aBytes, TInt aLineLen) argument
1179 Copy256FlipReversed(const CDsa& aDsa, TUint32* aTarget, const TUint8* aSource, TInt aBytes, TInt aLineLen) argument
1192 CopyMem(const CDsa& , TUint32* aTarget, const TUint8* aSource, TInt aBytes, TInt) argument
1198 CopyMemFlip(const CDsa& , TUint32* aTarget, const TUint8* aSource, TInt aBytes, TInt aLineLen) argument
1211 CopyMemReversed(const CDsa& , TUint32* aTarget, const TUint8* aSource, TInt aBytes, TInt) argument
1223 CopyMemFlipReversed(const CDsa& , TUint32* aTarget, const TUint8* aSource, TInt aBytes, TInt aLineLen) argument
1295 Copy(TUint32* aTarget, const TUint8* aSource, TInt aBytes, TBool aReversed) argument
1320 FlipCopy(TUint32* aTarget, const TUint8* aSource, TInt aBytes, TInt aLineLen, TBool aReversed) argument
1419 CopySlowFlipReversed(const CDsa& aDsa, TUint32* aTarget, const TUint8* aSource, TInt aBytes, TInt aLineLen) argument
1425 CopySlowFlip(const CDsa& aDsa, TUint32* aTarget, const TUint8* aSource, TInt aBytes, TInt aLineLen) argument
1431 CopySlow(const CDsa& aDsa, TUint32* aTarget, const TUint8* aSource, TInt aBytes, TInt) argument
1437 CopySlowReversed(const CDsa& aDsa, TUint32* aTarget, const TUint8* aSource, TInt aBytes, TInt) argument
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 741 milliseconds