Lines Matching defs:SkVertices
15 #include "include/core/SkVertices.h"
130 sk_sp<SkVertices> makeVertices(const SkPath& path, const SkMatrix& ctm,
192 sk_sp<SkVertices> makeVertices(const SkPath& path, const SkMatrix& ctm,
230 sk_sp<SkVertices> find(const AmbientVerticesFactory& ambient, const SkMatrix& matrix,
235 sk_sp<SkVertices> add(const SkPath& devPath, const AmbientVerticesFactory& ambient,
241 sk_sp<SkVertices> find(const SpotVerticesFactory& spot, const SkMatrix& matrix,
246 sk_sp<SkVertices> add(const SkPath& devPath, const SpotVerticesFactory& spot,
258 sk_sp<SkVertices> find(const FACTORY& factory, const SkMatrix& matrix,
279 sk_sp<SkVertices> add(const SkPath& path, const FACTORY& factory, const SkMatrix& matrix,
281 sk_sp<SkVertices> vertices = factory.makeVertices(path, matrix, translate, isLimitElevation);
302 sk_sp<SkVertices> fVertices;
339 sk_sp<SkVertices> find(const FACTORY& factory, const SkMatrix& matrix,
362 sk_sp<SkVertices> fVertices;
459 std::function<void(const SkVertices*, SkBlendMode, const SkPaint&,
475 sk_sp<SkVertices> vertices;
648 auto drawVertsProc = [this](const SkVertices* vertices, SkBlendMode mode, const SkPaint& paint,
686 sk_sp<SkVertices> vertices = SkShadowTessellator::MakeAmbient(path, viewMatrix,
766 sk_sp<SkVertices> vertices = SkShadowTessellator::MakeSpot(path, viewMatrix,