Lines Matching refs:SkVertices
130 sk_sp<SkVertices> makeVertices(const SkPath& path, const SkMatrix& ctm, in makeVertices()
192 sk_sp<SkVertices> makeVertices(const SkPath& path, const SkMatrix& ctm, in makeVertices()
230 sk_sp<SkVertices> find(const AmbientVerticesFactory& ambient, const SkMatrix& matrix, in find()
235 sk_sp<SkVertices> add(const SkPath& devPath, const AmbientVerticesFactory& ambient, in add()
240 sk_sp<SkVertices> find(const SpotVerticesFactory& spot, const SkMatrix& matrix, in find()
245 sk_sp<SkVertices> add(const SkPath& devPath, const SpotVerticesFactory& spot, in add()
256 sk_sp<SkVertices> find(const FACTORY& factory, const SkMatrix& matrix, in find()
277 sk_sp<SkVertices> add(const SkPath& path, const FACTORY& factory, const SkMatrix& matrix, in add()
279 sk_sp<SkVertices> vertices = factory.makeVertices(path, matrix, translate); in add()
300 sk_sp<SkVertices> fVertices;
337 sk_sp<SkVertices> find(const FACTORY& factory, const SkMatrix& matrix, in find()
360 sk_sp<SkVertices> fVertices;
457 std::function<void(const SkVertices*, SkBlendMode, const SkPaint&, in draw_shadow() argument
472 sk_sp<SkVertices> vertices; in draw_shadow()
637 auto drawVertsProc = [this](const SkVertices* vertices, SkBlendMode mode, const SkPaint& paint, in drawShadow()
675 sk_sp<SkVertices> vertices = SkShadowTessellator::MakeAmbient(path, viewMatrix, in drawShadow()
755 sk_sp<SkVertices> vertices = SkShadowTessellator::MakeSpot(path, viewMatrix, in drawShadow()