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

  /external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA2/
dsa.cpp 1321 static TUint32 Color256(const TUint8& aPixel);
1345 case EColor256 : iFunc = (TRgbFunc) Color256; break;
1412 template <class T> TUint32 TRgbCopy<T>::Color256(const TUint8& aPixel)
1414 return TRgb::Color256(aPixel).Value();
dsa_new.cpp 1259 static TUint32 Color256(const TUint8& aPixel);
1283 case EColor256 : iFunc = (TRgbFunc) Color256; break;
1350 template <class T> TUint32 TRgbCopy<T>::Color256(const TUint8& aPixel)
1352 return TRgb::Color256(aPixel).Value();
dsa_old.cpp 970 case EColor256 : iFunc = TRgb::Color256; break;

Completed in 1362 milliseconds