Home
last modified time | relevance | path

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

/external/skia/src/utils/
DSkMatrix44.cpp10 static inline bool eq4(const SkMScalar* SK_RESTRICT a, in eq4() function
37 if (!eq4(&a[0], &b[0])) { in operator ==()
40 if (!eq4(&a[4], &b[4])) { in operator ==()
43 if (!eq4(&a[8], &b[8])) { in operator ==()
46 return eq4(&a[12], &b[12]); in operator ==()