• Home
  • Raw
  • Download

Lines Matching refs:next_x

127         int next_x = 1;  in kernel_clamped()  local
131 int nx = SkFastMin32(next_x, sw); in kernel_clamped()
137 next_x += 1; in kernel_clamped()
193 int next_x = 1; in apply_kernel() local
198 SkASSERT(next_x <= sw); in apply_kernel()
201 int nx = next_x; in apply_kernel()
207 next_x += 1; in apply_kernel()
211 int i1 = next_x + ny; in apply_kernel()
212 int i2 = next_x + py; in apply_kernel()
218 SkASSERT(next_x <= sw); in apply_kernel()
230 next_x += 4; in apply_kernel()
236 SkASSERT(next_x <= sw); in apply_kernel()
242 next_x += 1; in apply_kernel()
247 SkASSERT(next_x > sw); in apply_kernel()
256 next_x += 1; in apply_kernel()
297 int next_x = 1; in kernel_interp_clamped() local
301 int nx = SkFastMin32(next_x, sw); in kernel_interp_clamped()
304 int inx = SkClampMax(next_x - 1, sw); in kernel_interp_clamped()
314 next_x += 1; in kernel_interp_clamped()
390 int next_x = 1; in apply_kernel_interp() local
395 SkASSERT(next_x <= sw); in apply_kernel_interp()
398 int nx = next_x; in apply_kernel_interp()
401 int inx = next_x - 1; in apply_kernel_interp()
411 next_x += 1; in apply_kernel_interp()
415 int i1 = next_x + ny; in apply_kernel_interp()
416 int i2 = next_x + py; in apply_kernel_interp()
419 int i5 = next_x - 1 + iny; in apply_kernel_interp()
420 int i6 = next_x - 1 + ipy; in apply_kernel_interp()
426 SkASSERT(next_x <= sw); in apply_kernel_interp()
446 next_x += 4; in apply_kernel_interp()
452 SkASSERT(next_x <= sw); in apply_kernel_interp()
460 next_x += 1; in apply_kernel_interp()
465 SkASSERT(next_x > sw); in apply_kernel_interp()
481 next_x += 1; in apply_kernel_interp()