Searched refs:DisplayListOp (Results 1 – 6 of 6) sorted by relevance
55 class DisplayListOp; variable131 Vector<DisplayListOp*> displayListOps;
55 class DisplayListOp; variable259 size_t addOpAndUpdateChunk(DisplayListOp* op);261 size_t flushAndAddOp(DisplayListOp* op);
97 int flags = DisplayListOp::kOpLogFlag_Recurse; in output()592 inline void operator()(DisplayListOp* operation, int saveCount, bool clipToBounds) { in operator ()()616 inline void operator()(DisplayListOp* operation, int saveCount, bool clipToBounds) { in operator ()()716 DisplayListOp* shadowOp = new (handler.allocator()) DrawShadowOp( in issueDrawShadowOperation()808 const DisplayListOp* op = in issueOperationsOfProjectedChildren()910 DisplayListOp *op = mDisplayListData->displayListOps[opIndex]; in issueOperations()
49 class DisplayListOp; variable
534 size_t DisplayListCanvas::addOpAndUpdateChunk(DisplayListOp* op) { in addOpAndUpdateChunk()554 size_t DisplayListCanvas::flushAndAddOp(DisplayListOp* op) { in flushAndAddOp()
59 class DisplayListOp {63 virtual ~DisplayListOp() { LOG_ALWAYS_FATAL("Destructor not supported"); } in ~DisplayListOp()88 class StateOp : public DisplayListOp {108 class DrawOp : public DisplayListOp {