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

  /frameworks/base/libs/hwui/
DisplayListCanvas.cpp 498 addOpAndUpdateChunk(new (alloc()) RestoreToCountOp(mRestoreSaveCount));
506 addOpAndUpdateChunk(new (alloc()) TranslateOp(mTranslateX, mTranslateY));
513 size_t DisplayListCanvas::addOpAndUpdateChunk(DisplayListOp* op) {
541 return addOpAndUpdateChunk(op);
DisplayListCanvas.h 241 size_t addOpAndUpdateChunk(DisplayListOp* op);

Completed in 170 milliseconds