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

/frameworks/base/libs/hwui/renderthread/
H A DCanvasContext.cpp18 #include "CanvasContext.h"
64 CanvasContext::CanvasContext(RenderThread& thread, bool translucent, function in class:android::uirenderer::renderthread::CanvasContext
78 CanvasContext::~CanvasContext() {
83 void CanvasContext::destroy(TreeObserver* observer) {
97 void CanvasContext::setSurface(Surface* surface) {
123 void CanvasContext::setSwapBehavior(SwapBehavior swapBehavior) {
127 void CanvasContext::initialize(Surface* surface) {
136 void CanvasContext
[all...]
H A DCanvasContext.h73 class CanvasContext : public IFrameCallback { class in namespace:android::uirenderer::renderthread
75 CanvasContext(RenderThread& thread, bool translucent, RenderNode* rootRenderNode,
77 virtual ~CanvasContext();
190 // stopped indicates the CanvasContext will reject actual redraw operations,
193 // CanvasContext is dirty if it has received an update that it has not

Completed in 24 milliseconds