Home | History | Annotate | Download | only in tests

Lines Matching defs:from

22 static void path_edit(const SkPoint& from, const SkPoint& to, SkPath* path) {
25 if (SkDPoint::ApproximatelyEqual(path->getPoint(index), from)) {
5040 // SkPoint from = {2.61714339f,1.90228665f};
5042 // path_edit(from, to, &qPathB);
5072 SkPoint from = {2.61714339f,1.90228665f};
5074 path_edit(from, to, &qPathB);