Lines Matching defs:row0
53 const uint32_t* row0 = s.fPixmap.addr32(0,y0);
82 skvx::Vec<8,uint32_t> tl = gather(row0, x0), tr = gather(row0, x1),
240 auto row0 = (const uint32_t*)((const uint8_t*)s.fPixmap.addr() + y0 * s.fPixmap.rowBytes()),
268 __m128i AB = interpolate_in_x_and_y(row0[x0[A]], row0[x1[A]],
270 row0[x0[B]], row0[x1[B]],
275 __m128i CD = interpolate_in_x_and_y(row0[x0[C]], row0[x1[C]],
277 row0[x0[D]], row0[x1[D]],
299 __m128i A = interpolate_in_x_and_y(row0[x0], row0[x1],
323 auto row0 = (const uint32_t*)( (const char*)s.fPixmap.addr() + y0 * s.fPixmap.rowBytes() ),
338 const __m128i tl = _mm_cvtsi32_si128(row0[x0]), tr = _mm_cvtsi32_si128(row0[x1]),
485 auto row0 = (const uint32_t*)( (const char*)s.fPixmap.addr() + y0 * s.fPixmap.rowBytes() ),
493 row0[x0], row0[x1],
520 auto row0 = (const uint32_t*)(src + y0*rb),
524 row0[x0], row0[x1],