Lines Matching defs:pod
45 static const D* pod(const T* op, size_t offset = 0) { in pod() function
509 void* SkLiteDL::push(size_t pod, Args&&... args) { in push()
602 void* pod = this->push<DrawAnnotation>(bytes, rect, value); in drawAnnotation() local
630 void* pod = this->push<DrawImageLattice>(bytes, std::move(image), xs, ys, fs, *lattice.fBounds, in drawImageLattice() local
640 void* pod = this->push<DrawText>(bytes, bytes, x, y, paint); in drawText() local
646 void* pod = this->push<DrawPosText>(n*sizeof(SkPoint)+bytes, bytes, paint, n); in drawPosText() local
652 void* pod = this->push<DrawPosTextH>(n*sizeof(SkScalar)+bytes, bytes, y, paint, n); in drawPosTextH() local
657 void* pod = this->push<DrawTextOnPath>(bytes, bytes, path, matrix, paint); in drawTextOnPath() local
663 void* pod = this->push<DrawTextRSXform>(bytes+n*sizeof(SkRSXform), bytes, n, cull, paint); in drawTextRSXform() local
676 void* pod = this->push<DrawPoints>(count*sizeof(SkPoint), mode, count, paint); in drawPoints() local
689 void* pod = this->push<DrawAtlas>(bytes, in drawAtlas() local