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