Home | History | Annotate | Download | only in tests

Lines Matching defs:to

22 static void path_edit(const SkPoint& from, const SkPoint& to, SkPath* path) {
26 testPath.setPt(index, to.fX, to.fY);
5040 // SkPoint to = {2.617045833359139f,1.9013528935803314f};
5041 // path_edit(from, to, &qPathB);
5072 SkPoint to = {2.617045833359139f,1.9013528935803314f};
5073 path_edit(from, to, &qPathB);