Lines Matching refs:LsaVector
101 const LsaVector<Chunk>& getChunks() const { return chunks; } in getChunks()
102 const LsaVector<BaseOpType*>& getOps() const { return ops; } in getOps()
104 const LsaVector<NodeOpType*>& getChildren() const { return children; } in getChildren()
106 const LsaVector<sk_sp<Bitmap>>& getBitmapResources() const { return bitmapResources; } in getBitmapResources()
136 LsaVector<Chunk> chunks;
137 LsaVector<BaseOpType*> ops;
140 LsaVector<NodeOpType*> children;
143 LsaVector<sk_sp<Bitmap>> bitmapResources;
144 LsaVector<const SkPath*> pathResources;
145 LsaVector<const Res_png_9patch*> patchResources;
146 LsaVector<std::unique_ptr<const SkPaint>> paints;
147 LsaVector<std::unique_ptr<const SkRegion>> regions;
148 LsaVector<sp<VirtualLightRefBase>> referenceHolders;
151 LsaVector<FunctorContainer> functors;
157 LsaVector<VectorDrawableRoot*> vectorDrawables;