Searched defs:coerce (Results 1 – 7 of 7) sorted by relevance
255 def coerce(data, egdata): function
51 void SBExpressionOptions::SetCoerceResultToId(bool coerce) { in SetCoerceResultToId()
262 private <T> Local<T> coerce(Local<?> local, TypeId<T> expectedType) { in coerce() method in Code
334 private static Const.Value coerce(Const.Value value, TurbineConstantTypeKind kind) { in coerce() method in ConstEvaluator
822 auto coerce = [](TIntermTyped &to, TIntermTyped &from) -> TIntermTyped & { in ConvertBoolToUint() local
1084 std::unique_ptr<Expression> IRGenerator::coerce(std::unique_ptr<Expression> expr, in coerce() function in SkSL::IRGenerator
1393 std::unique_ptr<Expression> IRGenerator::coerce(std::unique_ptr<Expression> expr, in coerce() function in SkSL::IRGenerator