Home
last modified time | relevance | path

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

/expo/android/vendored/sdk47/@shopify/react-native-skia/cpp/skia/include/private/
H A DSkNx_sse.h113 AI SkNx thenElse(const SkNx& t, const SkNx& e) const { in thenElse() function
216 AI SkNx thenElse(const SkNx& t, const SkNx& e) const { in thenElse() function
272 AI SkNx thenElse(const SkNx& t, const SkNx& e) const { in thenElse() function
294 return (x < y).thenElse(x, y); in Min()
302 return (x > y).thenElse(x, y); in Max()
342 AI SkNx thenElse(const SkNx& t, const SkNx& e) const { in thenElse() function
391 AI SkNx thenElse(const SkNx& t, const SkNx& e) const { in thenElse() function
573 AI SkNx thenElse(const SkNx& t, const SkNx& e) const { in thenElse() function
643 AI SkNx thenElse(const SkNx& t, const SkNx& e) const { in thenElse() function
689 AI SkNx thenElse(const SkNx& t, const SkNx& e) const { in thenElse() function
H A DSkNx_neon.h146 AI SkNx thenElse(const SkNx& t, const SkNx& e) const { in thenElse() function
280 AI SkNx thenElse(const SkNx& t, const SkNx& e) const { in thenElse() function
350 AI SkNx thenElse(const SkNx& t, const SkNx& e) const { in thenElse() function
397 AI SkNx thenElse(const SkNx& t, const SkNx& e) const { in thenElse() function
488 AI SkNx thenElse(const SkNx& t, const SkNx& e) const { in thenElse() function
544 AI SkNx thenElse(const SkNx& t, const SkNx& e) const { in thenElse() function
602 AI SkNx thenElse(const SkNx& t, const SkNx& e) const { in thenElse() function
H A DSkNx.h147 AI SkNx thenElse(const SkNx& t, const SkNx& e) const { in thenElse() function
148 return { fLo.thenElse(t.fLo, e.fLo), fHi.thenElse(t.fHi, e.fHi) }; in thenElse()
263 AI SkNx thenElse(const SkNx& t, const SkNx& e) const { return fVal != 0 ? t : e; }