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

/frameworks/base/libs/hwui/renderthread/
H A DCanvasContext.cpp18 #include "CanvasContext.h"
66 CanvasContext* CanvasContext::create(RenderThread& thread,
73 return new CanvasContext(thread, translucent, rootRenderNode, contextFactory,
76 return new CanvasContext(thread, translucent, rootRenderNode, contextFactory,
79 return new CanvasContext(thread, translucent, rootRenderNode, contextFactory,
88 void CanvasContext::destroyLayer(RenderNode* node) {
104 void CanvasContext::invokeFunctor(const RenderThread& thread, Functor* functor) {
123 void CanvasContext::prepareToDraw(const RenderThread& thread, Bitmap* bitmap) {
139 CanvasContext function in class:android::uirenderer::renderthread::CanvasContext
[all...]
H A DCanvasContext.h65 class CanvasContext : public IFrameCallback { class in namespace:android::uirenderer::renderthread
67 static CanvasContext* create(RenderThread& thread, bool translucent,
69 virtual ~CanvasContext();
198 CanvasContext(RenderThread& thread, bool translucent, RenderNode* rootRenderNode,
219 // stopped indicates the CanvasContext will reject actual redraw operations,
222 // CanvasContext is dirty if it has received an update that it has not

Completed in 43 milliseconds