Searched defs:thenElse (Results 1 – 4 of 4) sorted by relevance
/external/skia/src/core/ |
D | Sk4px.h | 70 Wide thenElse(const Wide& t, const Wide& e) const { return INHERITED::thenElse(t,e); } in thenElse() function 88 Sk4px thenElse(const Sk4px& t, const Sk4px& e) const { return INHERITED::thenElse(t,e); } in thenElse() function
|
D | SkNx.h | 79 SkNx thenElse(const SkNx& t, const SkNx& e) const { in thenElse() function 142 SkNx thenElse(const SkNx& t, const SkNx& e) const { return fVal != 0 ? t : e; } in thenElse() function
|
/external/skia/src/opts/ |
D | SkNx_neon.h | 217 SkNx thenElse(const SkNx& t, const SkNx& e) const { in thenElse() function 257 SkNx thenElse(const SkNx& t, const SkNx& e) const { in thenElse() function 295 SkNx thenElse(const SkNx& t, const SkNx& e) const { in thenElse() function 352 SkNx thenElse(const SkNx& t, const SkNx& e) const { in thenElse() function
|
D | SkNx_sse.h | 123 SkNx thenElse(const SkNx& t, const SkNx& e) const { in thenElse() function 221 SkNx thenElse(const SkNx& t, const SkNx& e) const { in thenElse() function 283 SkNx thenElse(const SkNx& t, const SkNx& e) const { in thenElse() function
|