HomeSort by relevance Sort by last modified time
    Searched refs:TRgbCopy (Results 1 - 3 of 3) sorted by null

  /external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA2/
dsa.cpp 1313 NONSHARABLE_CLASS(TRgbCopy) : public MRgbCopy
1316 TRgbCopy(TDisplayMode aMode);
1334 void* TRgbCopy<T>::operator new(TUint /*aBytes*/, TAny* aMem)
1340 TRgbCopy<T>::TRgbCopy(TDisplayMode aMode)
1357 void TRgbCopy<T>::Copy(TUint32* aTarget, const TUint8* aSource, TInt aBytes, TBool aReversed)
1382 void TRgbCopy<T>::FlipCopy(TUint32* aTarget, const TUint8* aSource, TInt aBytes, TInt aLineLen, TBool aReversed)
1406 template <class T> TUint32 TRgbCopy<T>::Gray256(const TUint8& aPixel)
1412 template <class T> TUint32 TRgbCopy<T>::Color256(const TUint8& aPixel)
1417 template <class T> TUint32 TRgbCopy<T>::Color4K(const TUint16& aPixel
    [all...]
dsa_new.cpp 1251 NONSHARABLE_CLASS(TRgbCopy) : public MRgbCopy
1254 TRgbCopy(TDisplayMode aMode);
1272 void* TRgbCopy<T>::operator new(TUint /*aBytes*/, TAny* aMem)
1278 TRgbCopy<T>::TRgbCopy(TDisplayMode aMode)
1295 void TRgbCopy<T>::Copy(TUint32* aTarget, const TUint8* aSource, TInt aBytes, TBool aReversed)
1320 void TRgbCopy<T>::FlipCopy(TUint32* aTarget, const TUint8* aSource, TInt aBytes, TInt aLineLen, TBool aReversed)
1344 template <class T> TUint32 TRgbCopy<T>::Gray256(const TUint8& aPixel)
1350 template <class T> TUint32 TRgbCopy<T>::Color256(const TUint8& aPixel)
1355 template <class T> TUint32 TRgbCopy<T>::Color4K(const TUint16& aPixel
    [all...]
dsa_old.cpp 947 NONSHARABLE_CLASS(TRgbCopy) : public MRgbCopy
950 TRgbCopy(TDisplayMode aMode);
959 void* TRgbCopy<T>::operator new(TUint /*aBytes*/, TAny* aMem)
965 TRgbCopy<T>::TRgbCopy(TDisplayMode aMode)
982 void TRgbCopy<T>::Copy(TUint32* aTarget, const TUint8* aSource, TInt aBytes, TBool aReversed)
1007 void TRgbCopy<T>::FlipCopy(TUint32* aTarget, const TUint8* aSource, TInt aBytes, TInt aLineLen, TBool aReversed)
1038 return new (mem) TRgbCopy<TUint8>(aMode);
1042 return new (mem) TRgbCopy<TUint16>(aMode);
1046 return new (mem) TRgbCopy<TUint32>(aMode)
    [all...]

Completed in 442 milliseconds