OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NodeOpType
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/libs/hwui/
DisplayList.h
64
typedef RenderNodeOp
NodeOpType
;
69
typedef DrawRenderNodeOp
NodeOpType
;
155
const LsaVector<
NodeOpType
*>& getChildren() const { return children; }
161
size_t addChild(
NodeOpType
* childOp);
188
LsaVector<
NodeOpType
*> children;
DisplayList.cpp
88
size_t DisplayList::addChild(
NodeOpType
* op) {
Completed in 643 milliseconds