Lines Matching refs:fS32
193 addTokenInt(value.fOperand.fS32); in addTokenValue()
542 script = SkParse::FindHex(script, (uint32_t*) &operand.fOperand.fS32); in innerScript()
550 dotCheck = SkParse::FindS32(script, &operand.fOperand.fS32); in innerScript()
655 operand.fS32 = 0; in innerScript()
783 int index = scriptValue.fOperand.fS32; in handleArrayIndexer()
988 value.fOperand.fS32; in processLogicalOp()
1203 operand.fS32 = SkScalarFloorToInt(operand.fScalar); in ConvertTo()
1206 success = SkParse::FindS32(operand.fString->c_str(), &operand.fS32) != nullptr; in ConvertTo()
1211 operand.fScalar = IntToScalar(operand.fS32); in ConvertTo()
1222 strPtr->appendS32(operand.fS32); in ConvertTo()
1257 string->appendS32(value.fOperand.fS32); in ValueToString()
1487 if (value.fOperand.fS32 != scriptTests[index].fIntAnswer) in UnitTest()
1488 …"script '%s' == value %d != expected answer %d\n", script, value.fOperand.fS32, scriptTests[index]… in UnitTest()
1489 SkASSERT(value.fOperand.fS32 == scriptTests[index].fIntAnswer); in UnitTest()