HomeSort by relevance Sort by last modified time
    Searched refs:SkType_Int (Results 1 - 25 of 38) sorted by null

1 2

  /external/chromium_org/third_party/skia/src/animator/
SkDisplayTypes.cpp 98 (SkFunctionParamType) SkType_Int, // slice
99 (SkFunctionParamType) SkType_Int,
130 SkASSERT(parameters[0].fType == SkType_Int);
136 SkASSERT(parameters[1].fType == SkType_Int);
155 scriptValue->fType = SkType_Int;
206 value->fType = SkType_Int;
SkAnimatorScript.cpp 105 case SkType_Int: {
153 value->fType = SkType_Int;
196 value->fType = SkType_Int;
212 engine->convertTo(SkType_Int, valuePtr);
217 value->fType = SkType_Int;
229 type = SkType_Int;
231 case SkType_Int:
321 SkAnimatorScript engine(maker, displayable, SkType_Int);
323 bool success = engine.evaluate(script, &value, SkType_Int);
381 value->fType = SkType_Int;
    [all...]
SkAnimatorScript2.cpp 322 case SkType_Int: {
349 case SkType_Int:
406 type = SkType_Int;
408 case SkType_Int:
461 return SkType_Int;
484 case SkType_Int:
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...]
SkDrawText.cpp 52 value->fType = SkType_Int;
SkDump.cpp 59 SkAnimatorScript scriptEngine(maker, NULL, SkType_Int);
72 case SkType_Int:
SkDisplayRandom.cpp 62 SkASSERT(value.fType == SkType_Int);
SkOperand.h 39 int32_t getS32(SkAnimateMaker* maker) { SkASSERT(fType == SkType_Int || fType == SkType_Boolean ||
SkMemberInfo.cpp 66 case SkType_Int:
244 case SkType_Int:
288 case SkType_Int:
289 success = engine.convertTo(SkType_Int, &scriptValue);
373 case SkType_Int:
427 SkASSERT(scriptValue.fType == SkType_Int || scriptValue.fType == SkType_ARGB ||
430 array->getType() == SkType_Int));
SkScript.cpp 888 if (convertTo(SkType_Int, &scriptValue) == false)
    [all...]
SkDisplayType.h 94 SkType_Int,
SkDrawBitmap.cpp 172 value->fType = SkType_Int;
SkOperandIterpolator.cpp 26 // SkASSERT(type == SkType_String || type == SkType_Float || type == SkType_Int ||
80 } else if (fType == SkType_Int || fType == SkType_MSec) {
SkAnimator.cpp 316 if (info->getType() == SkType_Int) {
324 if (success && scriptValue.fType == SkType_Int)
532 SkTypedArray tArray(SkType_Int);
573 SkASSERT(info->getType() == SkType_Int);
577 scriptValue.fType = SkType_Int;
  /external/skia/src/animator/
SkDisplayTypes.cpp 98 (SkFunctionParamType) SkType_Int, // slice
99 (SkFunctionParamType) SkType_Int,
130 SkASSERT(parameters[0].fType == SkType_Int);
136 SkASSERT(parameters[1].fType == SkType_Int);
155 scriptValue->fType = SkType_Int;
206 value->fType = SkType_Int;
SkAnimatorScript.cpp 105 case SkType_Int: {
153 value->fType = SkType_Int;
196 value->fType = SkType_Int;
212 engine->convertTo(SkType_Int, valuePtr);
217 value->fType = SkType_Int;
229 type = SkType_Int;
231 case SkType_Int:
321 SkAnimatorScript engine(maker, displayable, SkType_Int);
323 bool success = engine.evaluate(script, &value, SkType_Int);
381 value->fType = SkType_Int;
    [all...]
SkAnimatorScript2.cpp 322 case SkType_Int: {
349 case SkType_Int:
406 type = SkType_Int;
408 case SkType_Int:
461 return SkType_Int;
484 case SkType_Int:
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...]
SkDrawText.cpp 52 value->fType = SkType_Int;
SkDump.cpp 59 SkAnimatorScript scriptEngine(maker, NULL, SkType_Int);
72 case SkType_Int:
SkDisplayRandom.cpp 62 SkASSERT(value.fType == SkType_Int);
SkOperand.h 39 int32_t getS32(SkAnimateMaker* maker) { SkASSERT(fType == SkType_Int || fType == SkType_Boolean ||
SkMemberInfo.cpp 66 case SkType_Int:
244 case SkType_Int:
288 case SkType_Int:
289 success = engine.convertTo(SkType_Int, &scriptValue);
373 case SkType_Int:
427 SkASSERT(scriptValue.fType == SkType_Int || scriptValue.fType == SkType_ARGB ||
430 array->getType() == SkType_Int));
SkScript.cpp 888 if (convertTo(SkType_Int, &scriptValue) == false)
    [all...]
SkDisplayType.h 94 SkType_Int,
SkDrawBitmap.cpp 172 value->fType = SkType_Int;
SkOperandIterpolator.cpp 26 // SkASSERT(type == SkType_String || type == SkType_Float || type == SkType_Int ||
80 } else if (fType == SkType_Int || fType == SkType_MSec) {

Completed in 395 milliseconds

1 2