Home | History | Annotate | Download | only in pathops

Lines Matching refs:dxdy

1439                 SkVector dxdy;
1442 dxdy = match->dxdy(startIndex);
1445 dxdy = match->dxdy(endIndex);
1447 ray.fPts[1].fX = ray.fPts[0].fX + dxdy.fY;
1448 ray.fPts[1].fY = ray.fPts[0].fY - dxdy.fX;