Searched refs:fSrcY (Results 1 – 2 of 2) sorted by relevance
160 fSrcY.reset(yCount + 2); in SkLatticeIter()162 set_points(fDstY.begin(), fSrcY.begin(), yDivs, yCount, yCountFixed, yCountScalable, in SkLatticeIter()212 fSrcY.reset(4); in SkLatticeIter()221 fSrcY[0] = 0; in SkLatticeIter()222 fSrcY[1] = SkIntToScalar(c.fTop); in SkLatticeIter()223 fSrcY[2] = SkIntToScalar(c.fBottom); in SkLatticeIter()224 fSrcY[3] = SkIntToScalar(h); in SkLatticeIter()260 SkASSERT(y >= 0 && y < fSrcY.count() - 1); in next()271 src->set(fSrcX[x], fSrcY[y], fSrcX[x + 1], fSrcY[y + 1]); in next()
51 SkTArray<SkScalar> fSrcY; variable