MCPcopy Create free account
hub / github.com/cinder/Cinder / PlatformAndroid

Method PlatformAndroid

src/cinder/app/android/PlatformAndroid.cpp:54–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52namespace cinder { namespace app {
53
54PlatformAndroid::PlatformAndroid()
55 : mDisplaysInitialized( false )
56{
57 ImageSourceFileRadiance::registerSelf();
58 ImageSourceFileStbImage::registerSelf();
59 ImageTargetFileStbImage::registerSelf();
60 ImageSourceFileQoi::registerSelf();
61 ImageTargetFileQoi::registerSelf();
62
63 dbg_app_log( "PlatformAndroid::PlatformAndroid" );
64
65 // Make sure the static instance is null in case
66 // this is an activity restart.
67 cinder::FontManager_destroyStaticInstance();
68}
69
70PlatformAndroid::~PlatformAndroid()
71{

Callers

nothing calls this directly

Calls 2

dbg_app_logFunction · 0.85

Tested by

no test coverage detected