Searched refs:IntToScalar (Results 1 – 5 of 5) sorted by relevance
54 static SkScalar IntToScalar(int32_t );
92 static SkScalar IntToScalar(int32_t );
200 …operand[0].fScalar = SkScriptEngine2::IntToScalar(operand[op - SkScriptEngine2::kIntToScalar].fS32… in executeTokens()
1308 operand1.fScalar = IntToScalar(operand1.fS32); in processOp()1312 operand2.fScalar = IntToScalar(operand2.fS32); in processOp()1563 SkScalar SkScriptEngine::IntToScalar(int32_t s32) { in IntToScalar() function in SkScriptEngine
1211 operand.fScalar = IntToScalar(operand.fS32); in ConvertTo()1242 SkScalar SkScriptEngine2::IntToScalar(int32_t s32) { in IntToScalar() function in SkScriptEngine2