Home
last modified time | relevance | path

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

/AOO41X/main/vcl/unx/generic/app/
H A Drandrwrapper.cxx38 class RandRWrapper class
58 RandRWrapper(Display*);
59 ~RandRWrapper();
61 static RandRWrapper& get(Display*);
111 void RandRWrapper::initFromModule() in initFromModule()
137 RandRWrapper::RandRWrapper( Display* pDisplay ) : in RandRWrapper() function in __anon77d85c710111::RandRWrapper
172 RandRWrapper::~RandRWrapper() in ~RandRWrapper()
178 static RandRWrapper* pWrapper = NULL;
180 RandRWrapper& RandRWrapper::get( Display* i_pDisplay ) in get()
183 pWrapper = new RandRWrapper( i_pDisplay ); in get()
[all …]