HomeSort by relevance Sort by last modified time
    Searched full:color16m (Results 1 - 5 of 5) sorted by null

  /external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA2/
SDL_epocvideo.cpp 327 TUint32 color16M = colors[i].r << 16;
328 color16M |= colors[i].g << 8;
329 color16M |= colors[i].b;
330 palette[i] = color16M;
dsa.cpp 1324 static TUint32 Color16M(const TUint32& aPixel);
1348 case EColor16M : iFunc = (TRgbFunc) Color16M; break;
1445 template <class T> TUint32 TRgbCopy<T>::Color16M(const TUint32& aPixel)
1447 return TRgb::Color16M(aPixel).Value();
dsa_new.cpp 1262 static TUint32 Color16M(const TUint32& aPixel);
1286 case EColor16M : iFunc = (TRgbFunc) Color16M; break;
1383 template <class T> TUint32 TRgbCopy<T>::Color16M(const TUint32& aPixel)
1385 return TRgb::Color16M(aPixel).Value();
dsa_old.cpp 973 case EColor16M : iFunc = TRgb::Color16M; break;
  /external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA1/
SDL_epocvideo.cpp 501 TUint32 color16M = colors[i].r << 16;
502 color16M |= colors[i].g << 8;
503 color16M |= colors[i].b;
504 EPOC_HWPalette_256_to_Screen[i] = color16M;
    [all...]

Completed in 234 milliseconds