Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkMatrix.cpp1008 Sk4s skew4(kx, ky, kx, ky); // applied to swizzle of src4 in Affine_vpts() local
1013 (src4 * scale4 + swz4 * skew4 + trans4).store(dst); in Affine_vpts()
/external/skqp/src/core/
DSkMatrix.cpp1016 Sk4s skew4(kx, ky, kx, ky); // applied to swizzle of src4 in Affine_vpts() local
1021 (src4 * scale4 + swz4 * skew4 + trans4).store(dst); in Affine_vpts()