Home | History | Annotate | Download | only in utils

Lines Matching defs:dstX

263     SkScalar dstX[4] = {
272 if (dstX[1] > dstX[2]) {
273 dstX[1] = dstX[0] + (dstX[3] - dstX[0]) * SkIntToScalar(margins.fLeft) /
275 dstX[2] = dstX[1];
294 d.fLeft = dstX[x];
295 d.fRight = dstX[x+1];