Searched refs:y_interp (Results 1 – 2 of 2) sorted by relevance
176 SkScalar y_interp = weight * (fSrcRect.y() + y * invYZoom) + (1 - weight) * y; in onFilterImage() local179 int y_val = SkTPin(bounds.y() + SkScalarFloorToInt(y_interp), 0, inputBM.height() - 1); in onFilterImage()
209 SkScalar y_interp = weight * (fSrcRect.y() + y * invYZoom) + (1 - weight) * y; in onFilterImage() local212 int y_val = SkTPin(bounds.y() + SkScalarFloorToInt(y_interp), 0, inputBM.height() - 1); in onFilterImage()