Home
last modified time | relevance | path

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

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