Home | History | Annotate | Download | only in utils

Lines Matching full:sk_sp

36     static sk_sp<SkColorFilter> Make() {
37 return sk_sp<SkColorFilter>(new SkGaussianColorFilter);
60 sk_sp<SkFlattenable> SkGaussianColorFilter::CreateProc(SkReadBuffer&) {
100 sk_sp<SkVertices> makeVertices(const SkPath& path, const SkMatrix& ctm,
158 sk_sp<SkVertices> makeVertices(const SkPath& path, const SkMatrix& ctm,
191 sk_sp<SkVertices> find(const AmbientVerticesFactory& ambient, const SkMatrix& matrix,
196 sk_sp<SkVertices> add(const SkPath& devPath, const AmbientVerticesFactory& ambient,
201 sk_sp<SkVertices> find(const SpotVerticesFactory& spot, const SkMatrix& matrix,
206 sk_sp<SkVertices> add(const SkPath& devPath, const SpotVerticesFactory& spot,
217 sk_sp<SkVertices> find(const FACTORY& factory, const SkMatrix& matrix,
238 sk_sp<SkVertices> add(const SkPath& path, const FACTORY& factory, const SkMatrix& matrix,
240 sk_sp<SkVertices> vertices = factory.makeVertices(path, matrix, translate);
261 sk_sp<SkVertices> fVertices;
281 sk_sp<CachedTessellations> tessellations)
295 sk_sp<CachedTessellations> refTessellations() const { return fTessellations; }
298 sk_sp<SkVertices> find(const FACTORY& factory, const SkMatrix& matrix,
305 sk_sp<CachedTessellations> fTessellations;
321 sk_sp<SkVertices> fVertices;
326 sk_sp<CachedTessellations> fTessellationsOnFailure;
408 sk_sp<SkVertices> vertices;
416 sk_sp<CachedTessellations> tessellations;
561 sk_sp<SkVertices> vertices = SkShadowTessellator::MakeAmbient(path, viewMatrix,
590 sk_sp<SkVertices> vertices = SkShadowTessellator::MakeSpot(path, viewMatrix,