Home | History | Annotate | Download | only in utils

Lines Matching full:dstx

262     SkScalar dstX[4] = {
271 if (dstX[1] > dstX[2]) {
272 dstX[1] = dstX[0] + (dstX[3] - dstX[0]) * SkIntToScalar(margins.fLeft) /
274 dstX[2] = dstX[1];
293 d.fLeft = dstX[x];
294 d.fRight = dstX[x+1];