Searched refs:Color256 (Results 1 - 3 of 3) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA2/
H A Ddsa.cpp1321 static TUint32 Color256(const TUint8& aPixel);
1345 case EColor256 : iFunc = (TRgbFunc) Color256; break;
1412 template <class T> TUint32 TRgbCopy<T>::Color256(const TUint8& aPixel) function in class:TRgbCopy
1414 return TRgb::Color256(aPixel).Value();
H A Ddsa_new.cpp1259 static TUint32 Color256(const TUint8& aPixel);
1283 case EColor256 : iFunc = (TRgbFunc) Color256; break;
1350 template <class T> TUint32 TRgbCopy<T>::Color256(const TUint8& aPixel) function in class:TRgbCopy
1352 return TRgb::Color256(aPixel).Value();
H A Ddsa_old.cpp970 case EColor256 : iFunc = TRgb::Color256; break;

Completed in 57 milliseconds