Lines Matching refs:SkVertices
96 sk_sp<SkVertices> makeVertices(const SkPath& path, const SkMatrix& ctm, in makeVertices()
154 sk_sp<SkVertices> makeVertices(const SkPath& path, const SkMatrix& ctm, in makeVertices()
187 sk_sp<SkVertices> find(const AmbientVerticesFactory& ambient, const SkMatrix& matrix, in find()
192 sk_sp<SkVertices> add(const SkPath& devPath, const AmbientVerticesFactory& ambient, in add()
197 sk_sp<SkVertices> find(const SpotVerticesFactory& spot, const SkMatrix& matrix, in find()
202 sk_sp<SkVertices> add(const SkPath& devPath, const SpotVerticesFactory& spot, in add()
213 sk_sp<SkVertices> find(const FACTORY& factory, const SkMatrix& matrix, in find()
234 sk_sp<SkVertices> add(const SkPath& path, const FACTORY& factory, const SkMatrix& matrix, in add()
236 sk_sp<SkVertices> vertices = factory.makeVertices(path, matrix, translate); in add()
257 sk_sp<SkVertices> fVertices;
294 sk_sp<SkVertices> find(const FACTORY& factory, const SkMatrix& matrix, in find()
317 sk_sp<SkVertices> fVertices;
414 std::function<void(const SkVertices*, SkBlendMode, const SkPaint&, in draw_shadow() argument
429 sk_sp<SkVertices> vertices; in draw_shadow()
568 auto drawVertsProc = [this](const SkVertices* vertices, SkBlendMode mode, const SkPaint& paint, in drawShadow()
602 sk_sp<SkVertices> vertices = SkShadowTessellator::MakeAmbient(path, viewMatrix, in drawShadow()
681 sk_sp<SkVertices> vertices = SkShadowTessellator::MakeSpot(path, viewMatrix, in drawShadow()