Searched refs:determineBinaryType (Results 1 - 4 of 4) sorted by relevance
/third_party/skia/src/sksl/ |
H A D | SkSLOperators.cpp | 247 bool Operator::determineBinaryType(const Context& context, in determineBinaryType() function in SkSL::Operator 312 if (!this->determineBinaryType(context, left.componentType(), right.componentType(), in determineBinaryType() 344 if (!this->determineBinaryType(context, left.componentType(), right, in determineBinaryType() 360 if (!this->determineBinaryType(context, left, right.componentType(), in determineBinaryType()
|
H A D | SkSLOperators.h | 95 bool determineBinaryType(const Context& context,
|
/third_party/skia/src/sksl/ir/ |
H A D | SkSLBinaryExpression.cpp | 98 if (!op.determineBinaryType(context, *rawLeftType, *rawRightType, in Convert() 144 SkAssertResult(op.determineBinaryType(context, left->type(), right->type(), in Make()
|
H A D | SkSLTernaryExpression.cpp | 32 if (!equalityOp.determineBinaryType(context, ifTrue->type(), ifFalse->type(), in Convert()
|
Completed in 3 milliseconds