Home
last modified time | relevance | path

Searched refs:swz4 (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/core/
DSkMatrix.cpp1012 Sk4s swz4 = SkNx_shuffle<1,0,3,2>(src4); // y0 x0, y1 x1 in Affine_vpts() local
1013 (src4 * scale4 + swz4 * skew4 + trans4).store(dst); in Affine_vpts()
/external/skqp/src/core/
DSkMatrix.cpp1020 Sk4s swz4 = SkNx_shuffle<1,0,3,2>(src4); // y0 x0, y1 x1 in Affine_vpts() local
1021 (src4 * scale4 + swz4 * skew4 + trans4).store(dst); in Affine_vpts()