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

/frameworks/base/libs/hwui/
H A DDisplayList.cpp24 #include "DisplayList.h"
34 DisplayList::DisplayList() function in class:android::uirenderer::DisplayList
50 DisplayList::~DisplayList() {
54 void DisplayList::cleanupResources() {
86 size_t DisplayList::addChild(NodeOpType* op) {
93 void DisplayList::syncContents() {
102 void DisplayList::updateChildren(std::function<void(RenderNode*)> updateFn) {
108 bool DisplayList
[all...]
H A DDisplayList.h75 class DisplayList { class in namespace:android::uirenderer
79 // range of included ops in DisplayList::ops()
83 // range of included children in DisplayList::children()
94 DisplayList();
95 virtual ~DisplayList();
145 // Resources - Skia objects + 9 patches referred to by this DisplayList
157 // but a callback during sync DisplayList, unlike the list of functors defined above, which

Completed in 151 milliseconds