Searched refs:SkType_Int (Results 1 – 19 of 19) sorted by relevance
/external/skia/src/animator/ |
D | SkAnimatorScript.cpp | 105 case SkType_Int: { in Box() 153 value->fType = SkType_Int; in EvalEnum() 196 value->fType = SkType_Int; in EvalNamedColor() 212 engine->convertTo(SkType_Int, valuePtr); in EvalRGB() 217 value->fType = SkType_Int; in EvalRGB() 229 type = SkType_Int; in EvalMemberCommon() 231 case SkType_Int: in EvalMemberCommon() 321 SkAnimatorScript engine(maker, displayable, SkType_Int); in EvaluateInt() 323 bool success = engine.evaluate(script, &value, SkType_Int); in EvaluateInt() 381 value->fType = SkType_Int; in IsFinite() [all …]
|
D | SkAnimatorScript2.cpp | 322 case SkType_Int: { in convert() 349 case SkType_Int: in getReturnType() 406 type = SkType_Int; in evalMemberCommon() 408 case SkType_Int: in evalMemberCommon() 461 return SkType_Int; in ToDisplayType() 484 case SkType_Int: in ToOpType() 555 { "0 ? Math.sin(0) : 1", SkType_Int, 1 }, 558 { "idx", SkType_Int, 2 }, 559 { "intArray.length", SkType_Int, 3 }, 560 { "intArray.values[0]", SkType_Int, 1 }, [all …]
|
D | SkDisplayTypes.cpp | 98 (SkFunctionParamType) SkType_Int, // slice 99 (SkFunctionParamType) SkType_Int, 130 SkASSERT(parameters[0].fType == SkType_Int); in executeFunction() 136 SkASSERT(parameters[1].fType == SkType_Int); in executeFunction() 155 scriptValue->fType = SkType_Int; in getProperty() 206 value->fType = SkType_Int; in getProperty()
|
D | SkScript.cpp | 888 if (convertTo(SkType_Int, &scriptValue) == false) in handleArrayIndexer() 1187 if (convertTo(SkType_Int, &ifValue) == false) in logicalOp() 1189 if (ifValue.fType != SkType_Int) { in logicalOp() 1299 convertToString(operand1, type1 == kInt ? SkType_Int : SkType_Float); in processOp() 1303 convertToString(operand2, type2 == kInt ? SkType_Int : SkType_Float); in processOp() 1491 toType = SkType_Int; in ConvertTo() 1502 case SkType_Int: in ConvertTo() 1516 if (type == SkType_Int) { in ConvertTo() 1535 if (type == SkType_Int) { in ConvertTo() 1580 return SkType_Int; in ToDisplayType() [all …]
|
D | SkMemberInfo.cpp | 66 case SkType_Int: in GetSize() 244 case SkType_Int: in setValue() 288 case SkType_Int: in setValue() 289 success = engine.convertTo(SkType_Int, &scriptValue); in setValue() 373 case SkType_Int: in writeValue() 427 SkASSERT(scriptValue.fType == SkType_Int || scriptValue.fType == SkType_ARGB || in writeValue() 430 array->getType() == SkType_Int)); in writeValue()
|
D | SkDump.cpp | 59 SkAnimatorScript scriptEngine(maker, NULL, SkType_Int); in evaluate() 72 case SkType_Int: in evaluate()
|
D | SkDrawText.cpp | 52 value->fType = SkType_Int; in getProperty()
|
D | SkOperand.h | 39 … int32_t getS32(SkAnimateMaker* maker) { SkASSERT(fType == SkType_Int || fType == SkType_Boolean || in getS32()
|
D | SkDisplayRandom.cpp | 62 SkASSERT(value.fType == SkType_Int); in setProperty()
|
D | SkAnimator.cpp | 316 if (info->getType() == SkType_Int) { in getInt() 324 if (success && scriptValue.fType == SkType_Int) in getInt() 532 SkTypedArray tArray(SkType_Int); in setArrayInt() 573 SkASSERT(info->getType() == SkType_Int); in setInt() 577 scriptValue.fType = SkType_Int; in setInt()
|
D | SkDisplayType.h | 94 SkType_Int, enumerator
|
D | SkDrawBitmap.cpp | 172 value->fType = SkType_Int; in getProperty()
|
D | SkDisplayable.cpp | 204 case SkType_Int: in dumpAttrs() 364 case SkType_Int: in dumpValues()
|
D | SkOperandIterpolator.cpp | 80 } else if (fType == SkType_Int || fType == SkType_MSec) { in timeToValues()
|
D | SkDisplayXMLParser.cpp | 288 type == SkType_Array || type == SkType_Int || type == SkType_Bitmap)) in searchContainer()
|
D | SkDisplayApply.cpp | 488 value->fType = SkType_Int; in getProperty() 492 value->fType = SkType_Int; in getProperty()
|
D | SkAnimateMaker.cpp | 368 value->fType = SkType_Int; in GetStep()
|
D | SkDrawExtraPathEffect.cpp | 306 value->fType = SkType_Int; in Get2D()
|
D | SkDisplayType.cpp | 461 { "int", SkType_Int INIT_BOOL_FIELDS },
|