Lines Matching full:sk_sp
37 static sk_sp<SkColorFilter> Make() {
38 return sk_sp<SkColorFilter>(new SkGaussianColorFilter);
61 sk_sp<SkFlattenable> SkGaussianColorFilter::CreateProc(SkReadBuffer&) {
101 sk_sp<SkVertices> makeVertices(const SkPath& path, const SkMatrix& ctm,
159 sk_sp<SkVertices> makeVertices(const SkPath& path, const SkMatrix& ctm,
192 sk_sp<SkVertices> find(const AmbientVerticesFactory& ambient, const SkMatrix& matrix,
197 sk_sp<SkVertices> add(const SkPath& devPath, const AmbientVerticesFactory& ambient,
202 sk_sp<SkVertices> find(const SpotVerticesFactory& spot, const SkMatrix& matrix,
207 sk_sp<SkVertices> add(const SkPath& devPath, const SpotVerticesFactory& spot,
218 sk_sp<SkVertices> find(const FACTORY& factory, const SkMatrix& matrix,
239 sk_sp<SkVertices> add(const SkPath& path, const FACTORY& factory, const SkMatrix& matrix,
241 sk_sp<SkVertices> vertices = factory.makeVertices(path, matrix, translate);
262 sk_sp<SkVertices> fVertices;
282 sk_sp<CachedTessellations> tessellations)
296 sk_sp<CachedTessellations> refTessellations() const { return fTessellations; }
299 sk_sp<SkVertices> find(const FACTORY& factory, const SkMatrix& matrix,
306 sk_sp<CachedTessellations> fTessellations;
322 sk_sp<SkVertices> fVertices;
327 sk_sp<CachedTessellations> fTessellationsOnFailure;
409 sk_sp<SkVertices> vertices;
417 sk_sp<CachedTessellations> tessellations;
574 sk_sp<SkVertices> vertices = SkShadowTessellator::MakeAmbient(path, viewMatrix,
654 sk_sp<SkVertices> vertices = SkShadowTessellator::MakeSpot(path, viewMatrix,