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

  /external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA2/
dsa.cpp 1302 return TRgb::Color16MA(aValue);
1326 static TUint32 Color16MA(const TUint32& aPixel);
1350 case EColor16MA : iFunc = (TRgbFunc) Color16MA; break;
1455 template <class T> TUint32 TRgbCopy<T>::Color16MA(const TUint32& aPixel)
1457 return TRgb::Color16MA(aPixel).Value();
dsa_new.cpp 1240 return TRgb::Color16MA(aValue);
1264 static TUint32 Color16MA(const TUint32& aPixel);
1288 case EColor16MA : iFunc = (TRgbFunc) Color16MA; break;
1393 template <class T> TUint32 TRgbCopy<T>::Color16MA(const TUint32& aPixel)
1395 return TRgb::Color16MA(aPixel).Value();
dsa_old.cpp 937 return TRgb::Color16MA(aValue);

Completed in 32 milliseconds