Searched defs:AnimationThread (Results 1 - 2 of 2) sorted by relevance

/development/samples/BrowserPlugin/jni/animation/
H A DAnimationThread.cpp25 #include "AnimationThread.h"
33 AnimationThread::AnimationThread(NPP npp) : RenderingThread(npp) { function in class:AnimationThread
57 AnimationThread::~AnimationThread() {
63 SkBitmap* AnimationThread::constructBitmap(int width, int height) {
86 bool AnimationThread::threadLoop() {
H A DAnimationThread.h34 class AnimationThread : public RenderingThread { class in inherits:RenderingThread
36 AnimationThread(NPP npp);
37 virtual ~AnimationThread();

Completed in 48 milliseconds