Home
last modified time | relevance | path

Searched refs:ScreenDevice (Results 1 – 22 of 22) sorted by relevance

/dports/graphics/libvisual04-plugins/libvisual-plugins-0.4.0/plugins/actor/G-Force/Common/UI/
H A DScreenDevice.cpp10 long ScreenDevice::sOSDepth = 16;
11 long ScreenDevice::sMinDepth = 16;
18 ScreenDevice::ScreenDevice() { in ScreenDevice() function in ScreenDevice
50 ScreenDevice::~ScreenDevice() { in ~ScreenDevice()
61 bool ScreenDevice::EnterFullscreen( long inDispID, Point& ioSize, int inBitDepth, WindowPtr inWin )… in EnterFullscreen()
294 void ScreenDevice::ExitFullscreen() { in ExitFullscreen()
357 void ScreenDevice::SetPalette( PixPalEntry inPal[ 256 ] ) { in SetPalette()
382 GrafPtr ScreenDevice::BeginFrame() { in BeginFrame()
417 void ScreenDevice::EndFrame() { in EndFrame()
437 long ScreenDevice::GetDisplayID( long inDeviceNum ) { in GetDisplayID()
[all …]
H A DMakefile.am21 ALLSOURCES = EgOSUtils.cpp PixPort.cpp ScreenDevice.cpp
H A DMakefile.in205 ALLSOURCES = EgOSUtils.cpp PixPort.cpp ScreenDevice.cpp
221 am__objects_1 = EgOSUtils.lo PixPort.lo ScreenDevice.lo
230 @AMDEP_TRUE@ ./$(DEPDIR)/ScreenDevice.Plo
279 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ScreenDevice.Plo@am__quote@
H A DPixPort.cpp224 inDepth = ScreenDevice::sOSDepth; in Init()
226 if ( inDepth < ScreenDevice::sMinDepth ) in Init()
227 inDepth = ScreenDevice::sMinDepth; in Init()
/dports/graphics/libvisual04-plugins/libvisual-plugins-0.4.0/plugins/actor/G-Force/Common/UI/Headers/
H A DScreenDevice.h52 class ScreenDevice {
61 ScreenDevice();
62 ~ScreenDevice();
H A DMakefile.am5 ScreenDevice.h \
H A DMakefile.in188 ScreenDevice.h \
/dports/net-im/jicofo/jicofo-ec1b29e/src/test/java/mock/media/
H A DMockMediaService.java142 public List<ScreenDevice> getAvailableScreenDevices() in getAvailableScreenDevices()
161 public ScreenDevice getDefaultScreenDevice() in getDefaultScreenDevice()
/dports/games/uqm/uqm-0.8.0/src/symbian/
H A Duqmapp.cpp163 *iEikonEnv->ScreenDevice()); in ConstructL()
220 *iEikonEnv->ScreenDevice()); in HandleResourceChangeL()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/phonon/mmf/
H A Dutils.cpp191 info.displayMode = CEikonEnv::Static()->ScreenDevice()->DisplayMode(); in getScreenInfoL()
H A Dabstractvideoplayer.cpp49 , m_screenDevice(*CCoeEnv::Static()->ScreenDevice()) in AbstractVideoPlayer()
/dports/graphics/libvisual04-plugins/libvisual-plugins-0.4.0/plugins/actor/G-Force/unix/libvisual/
H A Dactor_gforce.cpp119 ScreenDevice::sMinDepth = 8; in lv_gforce_init()
/dports/graphics/libvisual04-plugins/libvisual-plugins-0.4.0/plugins/actor/G-Force/GForceCommon/Headers/
H A DG-Force.h229 ScreenDevice mScreen;
/dports/devel/sdl12/SDL-1.2.15/src/main/symbian/EKA2/
H A Dsdlexe.cpp523 *iEikonEnv->ScreenDevice());
684 *iEikonEnv->ScreenDevice());
/dports/games/warmux/warmux-11.04/build/android/jni/sdl/symbian/src/
H A Dsdlexe.cpp783 *iEikonEnv->ScreenDevice());
937 *iEikonEnv->ScreenDevice());
H A Ddsa.cpp562 iDsa->ScreenDevice()->Update();
/dports/converters/wkhtmltopdf/qt-5db36ec/src/gui/kernel/
H A Dqt_s60_p.h518 CWsScreenDevice *dev = env->ScreenDevice(screenNumber); in screenDevice()
H A Dqapplication_s60.cpp2967 screenDevice = env->ScreenDevice(); in QS60ThreadLocalData()
/dports/devel/sdl12/SDL-1.2.15/src/video/symbian/EKA2/
H A Ddsa_old.cpp63 Dsa().ScreenDevice()->Update();
H A Ddsa.cpp473 iDsa->ScreenDevice()->Update();
H A Ddsa_new.cpp173 Dsa().ScreenDevice()->Update();
/dports/converters/wkhtmltopdf/qt-5db36ec/src/gui/styles/
H A Dqs60style_s60.cpp1291 CWsScreenDevice* dev = CCoeEnv::Static()->ScreenDevice(); in s60Font_specific()