OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Color16M
(Results
1 - 2
of
2
) sorted by null
/external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA2/
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.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();
Completed in 31 milliseconds