Home | History | Annotate | Download | only in hwui

Lines Matching full:vector

34 #include <utils/Vector.h>
91 std::vector<SkPath> mTempPaths;
137 Vector<DisplayListOp*> displayListOps;
142 Vector<const SkBitmap*> bitmapResources;
143 Vector<const SkBitmap*> ownedBitmapResources;
144 Vector<const Res_png_9patch*> patchResources;
146 Vector<const SkPaint*> paints;
147 Vector<const SkPath*> paths;
149 Vector<const SkRegion*> regions;
150 Vector<Layer*> layers;
151 Vector<Functor*> functors;
153 const Vector<Chunk>& getChunks() const {
158 const Vector<DrawRenderNodeOp*>& children() { return mChildren; }
176 Vector< sp<VirtualLightRefBase> > mReferenceHolders;
179 Vector<DrawRenderNodeOp*> mChildren;
181 Vector<Chunk> chunks;