OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_renderingThread
(Results
1 - 2
of
2
) sorted by null
/development/samples/BrowserPlugin/jni/animation/
AnimationPlugin.h
45
AnimationThread*
m_renderingThread
;
AnimationPlugin.cpp
60
m_renderingThread
= new AnimationThread(inst);
61
m_renderingThread
->incStrong(inst);
62
m_renderingThread
->run("AnimationThread");
66
m_renderingThread
->requestExitAndWait();
149
m_renderingThread
->setDimensions(width, height);
Completed in 64 milliseconds