Home | History | Annotate | Download | only in core

Lines Matching refs:fDstY

160     fDstY.reset(yCount + 2);
161 set_points(fDstY.begin(), fSrcY.begin(), yDivs, yCount, yCountFixed, yCountScalable,
219 fDstY.reset(4);
236 fDstY[0] = dst.fTop;
237 fDstY[1] = dst.fTop + SkIntToScalar(c.fTop);
238 fDstY[2] = dst.fBottom - SkIntToScalar(h - c.fBottom);
239 fDstY[3] = dst.fBottom;
246 if (fDstY[1] > fDstY[2]) {
247 fDstY[1] = fDstY[0] + (fDstY[3] - fDstY[0]) * c.fTop / (h - c.height());
248 fDstY[2] = fDstY[1];
278 dst->set(fDstX[x], fDstY[y], fDstX[x + 1], fDstY[y + 1]);
299 for (int i = 0; i < fDstY.count(); i++) {
300 fDstY[i] = fDstY[i] * sy + ty;