Home
last modified time | relevance | path

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

/third_party/skia/src/core/
DSkM44.cpp17 using sk4f = skvx::Vec<4, float>; typedef
25 sk4f a0 = sk4f::Load(fMat + 0); in operator ==()
26 sk4f a1 = sk4f::Load(fMat + 4); in operator ==()
27 sk4f a2 = sk4f::Load(fMat + 8); in operator ==()
28 sk4f a3 = sk4f::Load(fMat + 12); in operator ==()
30 sk4f b0 = sk4f::Load(other.fMat + 0); in operator ==()
31 sk4f b1 = sk4f::Load(other.fMat + 4); in operator ==()
32 sk4f b2 = sk4f::Load(other.fMat + 8); in operator ==()
33 sk4f b3 = sk4f::Load(other.fMat + 12); in operator ==()
51 sk4f c0 = sk4f::Load(a.fMat + 0); in setConcat()
[all …]