Searched defs:CBitmapSurface (Results 1 - 1 of 1) sorted by path

/external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA2/
H A Ddsa.cpp15 NONSHARABLE_CLASS(CBitmapSurface) : public T
18 CBitmapSurface(RWsSession& aSession);
21 ~CBitmapSurface();
36 void CBitmapSurface<T>::ConstructL(RWindow& aWindow, CWsScreenDevice& aDevice)
45 CBitmapSurface<T>::CBitmapSurface(RWsSession& aSession) : T(aSession) function in class:CBitmapSurface
50 void CBitmapSurface<T>::Free()
58 CBitmapSurface<T>::~CBitmapSurface()
65 TUint8* CBitmapSurface<
[all...]

Completed in 267 milliseconds