Home | History | Annotate | Download | only in core

Lines Matching refs:swz4

1019             Sk4s swz4 = SkNx_shuffle<1,0,3,2>(src4);  // y0 x0, y1 x1
1020 (src4 * scale4 + swz4 * skew4 + trans4).store(dst);