Lines Matching defs:Path
24 Path::Path(Context *rsc) : ObjectBase(rsc) {
27 Path::Path(Context *rsc, RsPathPrimitive pp, bool isStatic,
36 rsc->mHal.funcs.path.initStatic(rsc, this, vtx, loops);
41 Path::Path(Context *rsc, uint32_t vertexBuffersCount, uint32_t primitivesCount)
46 Path::~Path() {
51 void Path::rasterize(const BezierSegment_t *s, uint32_t num, Allocation *alloc) {
59 void Path::render(Context *rsc) {
62 void Path::serialize(Context *rsc, OStream *stream) const {
66 RsA3DClassID Path::getClassId() const {
75 return new Path(rsc, pp, isStatic, (Allocation *)vtx, (Allocation *)loops, quality);