Searched defs:pod (Results 1 – 1 of 1) sorted by relevance
/aosp14/frameworks/base/libs/hwui/ |
H A D | RecordingCanvas.cpp | 91 static const D* pod(const T* op, size_t offset = 0) { in pod() function 721 void* DisplayListData::push(size_t pod, Args&&... args) { in push() 834 void* pod = this->push<DrawAnnotation>(bytes, rect, value); in drawAnnotation() local 861 void* pod = this->push<DrawImageLattice>(bytes, std::move(payload), xs, ys, fs, in drawImageLattice() local 883 void* pod = this->push<DrawPoints>(count * sizeof(SkPoint), mode, count, paint); in drawPoints() local 905 void* pod = this->push<DrawAtlas>(bytes, atlas, count, xfermode, sampling, cull, paint, in drawAtlas() local
|