HomeSort by relevance Sort by last modified time
    Searched defs:CanvasContext (Results 1 - 2 of 2) sorted by null

  /frameworks/base/libs/hwui/renderthread/
CanvasContext.cpp 18 #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::CanvasContext(RenderThread& thread, bool translucent
    [all...]
CanvasContext.h 65 class CanvasContext : public IFrameCallback {
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 100 milliseconds