HomeSort by relevance Sort by last modified time
    Searched refs:eq4 (Results 1 - 2 of 2) sorted by null

  /external/skia/src/core/
SkMatrix44.cpp 10 static inline bool eq4(const SkMScalar* SK_RESTRICT a, function
37 if (!eq4(&a[0], &b[0])) {
40 if (!eq4(&a[4], &b[4])) {
43 if (!eq4(&a[8], &b[8])) {
46 return eq4(&a[12], &b[12]);
  /external/skqp/src/core/
SkMatrix44.cpp 10 static inline bool eq4(const SkMScalar* SK_RESTRICT a, function
37 if (!eq4(&a[0], &b[0])) {
40 if (!eq4(&a[4], &b[4])) {
43 if (!eq4(&a[8], &b[8])) {
46 return eq4(&a[12], &b[12]);

Completed in 157 milliseconds