Searched defs:addOpAndUpdateChunk (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/libs/hwui/
H A DDisplayListRenderer.cpp459 addOpAndUpdateChunk(new (alloc()) RestoreToCountOp(mRestoreSaveCount));
467 addOpAndUpdateChunk(new (alloc()) TranslateOp(mTranslateX, mTranslateY));
474 size_t DisplayListRenderer::addOpAndUpdateChunk(DisplayListOp* op) { function in class:android::uirenderer::DisplayListRenderer
497 return addOpAndUpdateChunk(op);

Completed in 57 milliseconds