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

/frameworks/base/libs/hwui/renderthread/
H A DCanvasContext.h65 class CanvasContext : public IFrameCallback { class in namespace:android::uirenderer::renderthread
67 static CanvasContext* create(RenderThread& thread, bool translucent, RenderNode* rootRenderNode,
69 virtual ~CanvasContext();
198 CanvasContext(RenderThread& thread, bool translucent, RenderNode* rootRenderNode,
217 // stopped indicates the CanvasContext will reject actual redraw operations,
220 // Incremented each time the CanvasContext is stopped. Used to ignore
223 // CanvasContext is dirty if it has received an update that it has not
H A DCanvasContext.cpp17 #include "CanvasContext.h"
68 CanvasContext* CanvasContext::create(RenderThread& thread, bool translucent,
74 return new CanvasContext(thread, translucent, rootRenderNode, contextFactory,
77 return new CanvasContext(thread, translucent, rootRenderNode, contextFactory,
80 return new CanvasContext(thread, translucent, rootRenderNode, contextFactory,
89 void CanvasContext::destroyLayer(RenderNode* node) {
105 void CanvasContext::invokeFunctor(const RenderThread& thread, Functor* functor) {
124 void CanvasContext::prepareToDraw(const RenderThread& thread, Bitmap* bitmap) {
140 CanvasContext function in class:android::uirenderer::renderthread::CanvasContext
[all...]

Completed in 115 milliseconds