Searched refs:makeVertices (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/utils/ |
D | SkShadowUtils.cpp | 96 sk_sp<SkVertices> makeVertices(const SkPath& path, const SkMatrix& ctm, in makeVertices() function 154 sk_sp<SkVertices> makeVertices(const SkPath& path, const SkMatrix& ctm, in makeVertices() function 236 sk_sp<SkVertices> vertices = factory.makeVertices(path, matrix, translate); in add() 452 vertices = factory.makeVertices(path.path(), path.viewMatrix(), in draw_shadow()
|
/external/skqp/src/utils/ |
D | SkShadowUtils.cpp | 95 sk_sp<SkVertices> makeVertices(const SkPath& path, const SkMatrix& ctm, in makeVertices() function 153 sk_sp<SkVertices> makeVertices(const SkPath& path, const SkMatrix& ctm, in makeVertices() function 235 sk_sp<SkVertices> vertices = factory.makeVertices(path, matrix, translate); in add() 425 vertices = factory.makeVertices(path.path(), path.viewMatrix(), in draw_shadow()
|