Searched refs:LsaVector (Results 1 – 9 of 9) sorted by relevance
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;[all …]
225 LsaVector<LayerBuilder*> mLayerBuilders;239 LsaVector<size_t> mLayerStack;
116 TEST(LsaVector, dtorCheck) { in TEST() argument123 LsaVector<std::unique_ptr<TestUtils::SignalingDtor> > vector(stdAllocator); in TEST()
198 class LsaVector : public std::vector<T, LinearStdAllocator<T>> {200 explicit LsaVector(const LinearStdAllocator<T>& allocator) in LsaVector() function
74 virtual bool pinImages(LsaVector<sk_sp<Bitmap>>& images) = 0;
58 bool pinImages(LsaVector<sk_sp<Bitmap>>& images) override;
95 bool pinImages(LsaVector<sk_sp<Bitmap>>& images) { return mRenderPipeline->pinImages(images); } in pinImages()
253 bool OpenGLPipeline::pinImages(LsaVector<sk_sp<Bitmap>>& images) { in pinImages()
41 bool pinImages(LsaVector<sk_sp<Bitmap>>& images) override { return false; } in pinImages()