Home | History | Annotate | Download | only in animator

Lines Matching refs:midPt

21 //      midPt sets the first argument to be the midpoint of the other two
23 static inline void midPt(SkPoint& dest,const SkPoint& a,const SkPoint& b)
34 midPt(j, p0, c);
35 midPt(k, p0, p1);
36 midPt(l, p1, p2);
37 midPt(o, j, k);
38 midPt(p, k, l);
39 midPt(q, o, p);
43 midPt(mid,m,n);
49 midPt(mid,m,n);