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

  /external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA2/
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.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();

Completed in 38 milliseconds