Home | History | Annotate | Download | only in pathops

Lines Matching defs:m0

295     SkDVector m0 = segment()->dPtAtT(this->midT()) - this->fPart.fCurve[0];
297 double m0xm1 = m0.crossCheck(m1);
391 SkDVector m0 = this->segment()->dPtAtT(this->midT()) - this->fPart.fCurve[0];
393 double m0xm1 = m0.crossCheck(m1);