OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:gray256
(Results
1 - 3
of
3
) sorted by null
/external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA2/
dsa.cpp
1320
static TUint32
Gray256
(const TUint8& aPixel);
1344
case EGray256 : iFunc = (TRgbFunc)
Gray256
; break;
1406
template <class T> TUint32 TRgbCopy<T>::
Gray256
(const TUint8& aPixel)
dsa_new.cpp
1258
static TUint32
Gray256
(const TUint8& aPixel);
1282
case EGray256 : iFunc = (TRgbFunc)
Gray256
; break;
1344
template <class T> TUint32 TRgbCopy<T>::
Gray256
(const TUint8& aPixel)
dsa_old.cpp
969
case EGray256 : iFunc = TRgb::
Gray256
; break;
Completed in 99 milliseconds