Home
last modified time | relevance | path

Searched refs:SkType_Int (Results 1 – 19 of 19) sorted by relevance

/external/skia/src/animator/
DSkAnimatorScript.cpp105 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 …]
DSkAnimatorScript2.cpp322 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 …]
DSkDisplayTypes.cpp98 (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()
DSkScript.cpp888 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 …]
DSkMemberInfo.cpp66 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()
DSkDump.cpp59 SkAnimatorScript scriptEngine(maker, NULL, SkType_Int); in evaluate()
72 case SkType_Int: in evaluate()
DSkDrawText.cpp52 value->fType = SkType_Int; in getProperty()
DSkOperand.h39 … int32_t getS32(SkAnimateMaker* maker) { SkASSERT(fType == SkType_Int || fType == SkType_Boolean || in getS32()
DSkDisplayRandom.cpp62 SkASSERT(value.fType == SkType_Int); in setProperty()
DSkAnimator.cpp316 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()
DSkDisplayType.h94 SkType_Int, enumerator
DSkDrawBitmap.cpp172 value->fType = SkType_Int; in getProperty()
DSkDisplayable.cpp204 case SkType_Int: in dumpAttrs()
364 case SkType_Int: in dumpValues()
DSkOperandIterpolator.cpp80 } else if (fType == SkType_Int || fType == SkType_MSec) { in timeToValues()
DSkDisplayXMLParser.cpp288 type == SkType_Array || type == SkType_Int || type == SkType_Bitmap)) in searchContainer()
DSkDisplayApply.cpp488 value->fType = SkType_Int; in getProperty()
492 value->fType = SkType_Int; in getProperty()
DSkAnimateMaker.cpp368 value->fType = SkType_Int; in GetStep()
DSkDrawExtraPathEffect.cpp306 value->fType = SkType_Int; in Get2D()
DSkDisplayType.cpp461 { "int", SkType_Int INIT_BOOL_FIELDS },