Lines Matching refs:SkVertices
95 sk_sp<SkVertices> makeVertices(const SkPath& path, const SkMatrix& ctm, in makeVertices()
153 sk_sp<SkVertices> makeVertices(const SkPath& path, const SkMatrix& ctm, in makeVertices()
186 sk_sp<SkVertices> find(const AmbientVerticesFactory& ambient, const SkMatrix& matrix, in find()
191 sk_sp<SkVertices> add(const SkPath& devPath, const AmbientVerticesFactory& ambient, in add()
196 sk_sp<SkVertices> find(const SpotVerticesFactory& spot, const SkMatrix& matrix, in find()
201 sk_sp<SkVertices> add(const SkPath& devPath, const SpotVerticesFactory& spot, in add()
212 sk_sp<SkVertices> find(const FACTORY& factory, const SkMatrix& matrix, in find()
233 sk_sp<SkVertices> add(const SkPath& path, const FACTORY& factory, const SkMatrix& matrix, in add()
235 sk_sp<SkVertices> vertices = factory.makeVertices(path, matrix, translate); in add()
256 sk_sp<SkVertices> fVertices;
293 sk_sp<SkVertices> find(const FACTORY& factory, const SkMatrix& matrix, in find()
316 sk_sp<SkVertices> fVertices;
388 std::function<void(const SkVertices*, SkBlendMode, const SkPaint&, in draw_shadow() argument
403 sk_sp<SkVertices> vertices; in draw_shadow()
541 auto drawVertsProc = [this](const SkVertices* vertices, SkBlendMode mode, const SkPaint& paint, in drawShadow()
570 sk_sp<SkVertices> vertices = SkShadowTessellator::MakeAmbient(path, viewMatrix, in drawShadow()
649 sk_sp<SkVertices> vertices = SkShadowTessellator::MakeSpot(path, viewMatrix, in drawShadow()