Searched defs:Color16MU (Results 1 - 2 of 2) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA2/
H A Ddsa.cpp1325 static TUint32 Color16MU(const TUint32& aPixel);
1349 case EColor16MU : iFunc = (TRgbFunc) Color16MU; break;
1450 template <class T> TUint32 TRgbCopy<T>::Color16MU(const TUint32& aPixel) function in class:TRgbCopy
1452 return TRgb::Color16MU(aPixel).Value();
H A Ddsa_new.cpp1263 static TUint32 Color16MU(const TUint32& aPixel);
1287 case EColor16MU : iFunc = (TRgbFunc) Color16MU; break;
1388 template <class T> TUint32 TRgbCopy<T>::Color16MU(const TUint32& aPixel) function in class:TRgbCopy
1390 return TRgb::Color16MU(aPixel).Value();

Completed in 74 milliseconds