D | RecordingCanvas.cpp | 525 void* DisplayListData::push(size_t pod, Args&&... args) { in push() function in android::uirenderer::DisplayListData 558 this->push<Flush>(0); in flush() 562 this->push<Save>(0); in save() 565 this->push<Restore>(0); in restore() 570 this->push<SaveLayer>(0, bounds, paint, backdrop, clipMask, clipMatrix, flags); in saveLayer() 574 this->push<SaveBehind>(0, subset); in saveBehind() 578 this->push<Concat44>(0, colMajor); in concat44() 581 this->push<Concat>(0, matrix); in concat() 584 this->push<SetMatrix>(0, matrix); in setMatrix() 587 this->push<Scale>(0, sx, sy); in scale() [all …]
|