Home | History | Annotate | Download | only in core

Lines Matching refs:dstY

1835     SkScalar dstY[4] = {
1845 if (dstY[1] > dstY[2]) {
1846 dstY[1] = dstY[0] + (dstY[3] - dstY[0]) * c.fTop / (h - c.height());
1847 dstY[2] = dstY[1];
1855 d.fTop = dstY[y];
1856 d.fBottom = dstY[y+1];