Home
last modified time | relevance | path

Searched defs:thenElse (Results 1 – 9 of 9) sorted by relevance

/third_party/flutter/skia/include/private/
DSkNx_neon.h157 AI SkNx thenElse(const SkNx& t, const SkNx& e) const { in thenElse() function
302 AI SkNx thenElse(const SkNx& t, const SkNx& e) const { in thenElse() function
372 AI SkNx thenElse(const SkNx& t, const SkNx& e) const { in thenElse() function
419 AI SkNx thenElse(const SkNx& t, const SkNx& e) const { in thenElse() function
510 AI SkNx thenElse(const SkNx& t, const SkNx& e) const { in thenElse() function
566 AI SkNx thenElse(const SkNx& t, const SkNx& e) const { in thenElse() function
624 AI SkNx thenElse(const SkNx& t, const SkNx& e) const { in thenElse() function
DSkNx_sse.h115 AI SkNx thenElse(const SkNx& t, const SkNx& e) const { in thenElse() function
220 AI SkNx thenElse(const SkNx& t, const SkNx& e) const { in thenElse() function
276 AI SkNx thenElse(const SkNx& t, const SkNx& e) const { in thenElse() function
346 AI SkNx thenElse(const SkNx& t, const SkNx& e) const { in thenElse() function
394 AI SkNx thenElse(const SkNx& t, const SkNx& e) const { in thenElse() function
575 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
686 AI SkNx thenElse(const SkNx& t, const SkNx& e) const { in thenElse() function
DSkNx.h149 AI SkNx thenElse(const SkNx& t, const SkNx& e) const { in thenElse() function
/third_party/skia/include/private/
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
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
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
DSkNx.h147 AI SkNx thenElse(const SkNx& t, const SkNx& e) const { in thenElse() function
/third_party/skia/src/core/
DSk4px.h96 Sk4px thenElse(const Sk4px& t, const Sk4px& e) const { return INHERITED::thenElse(t,e); } in thenElse() function
/third_party/flutter/skia/src/core/
DSk4px.h96 Sk4px thenElse(const Sk4px& t, const Sk4px& e) const { return INHERITED::thenElse(t,e); } in thenElse() function
/third_party/glslang/glslang/HLSL/
DhlslGrammar.cpp3656 TIntermNodePair thenElse = { nullptr, nullptr }; in acceptSelectionStatement() local