Searched defs:pod (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/libs/hwui/ |
D | RecordingCanvas.cpp | 68 static const D* pod(const T* op, size_t offset = 0) { in pod() function 587 void* DisplayListData::push(size_t pod, Args&&... args) { in push() 696 void* pod = this->push<DrawAnnotation>(bytes, rect, value); in drawAnnotation() local 725 void* pod = this->push<DrawImageLattice>(bytes, std::move(image), xs, ys, fs, *lattice.fBounds, in drawImageLattice() local 747 void* pod = this->push<DrawPoints>(count * sizeof(SkPoint), mode, count, paint); in drawPoints() local 761 void* pod = this->push<DrawAtlas>(bytes, atlas, count, xfermode, sampling, cull, paint, in drawAtlas() local
|