Home
last modified time | relevance | path

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

/external/skia/src/animator/
DSkAnimatorScript.cpp115 case SkType_String: { in Box()
143 if (scriptValue->fType == SkType_String) { in Eval()
179 value->fType = SkType_String; in EvalID()
242 case SkType_String: { in EvalMemberCommon()
339 SkAnimatorScript engine(maker, displayable, SkType_String); in EvaluateString()
341 bool success = engine.evaluate(script, &value, SkType_String); in EvaluateString()
348 SkAnimatorScript engine(maker, displayable, SkType_String); in EvaluateString()
351 bool success = engine.evaluate(script, &value, SkType_String); in EvaluateString()
436 value->fType = SkType_String;
463 case SkType_String: { in Unbox()
[all …]
DSkAnimatorScript2.cpp330 case SkType_String: { in convert()
353 case SkType_String: in getReturnType()
419 case SkType_String: { in evalMemberCommon()
465 return SkType_String; in ToDisplayType()
492 case SkType_String: in ToOpType()
554 { "alpha+alpha", SkType_String, 0, 0, "abcabc" },
563 { "alpha.value", SkType_String, 0, 0, "abc" },
564 { "alpha", SkType_String, 0, 0, "abc" },
565 { "alpha.value+alpha.value", SkType_String, 0, 0, "abcabc" },
566 { "alpha+idx", SkType_String, 0, 0, "abc2" },
[all …]
DSkMemberInfo.cpp73 case SkType_String: in GetSize()
84 SkASSERT(fType != SkType_String && fType != SkType_MemberProperty); in getArrayValue()
128 SkASSERT(value.fType == SkType_String); in getString()
133 SkASSERT(fType == SkType_String || fType == SkType_DynamicString); in getString()
139 SkASSERT(fType != SkType_String && fType != SkType_MemberProperty); in getValue()
226 case SkType_String: in setValue()
260 if (type == SkType_String) { in setValue()
264 scriptValue.fType = SkType_String; in setValue()
281 case SkType_String: in setValue()
282 success = engine.convertTo(SkType_String, &scriptValue); in setValue()
[all …]
DSkAnimateSet.cpp68 int comps = outType == SkType_String || outType == SkType_DynamicString ? 1 : in onEndElement()
73 if (outType == SkType_String || outType == SkType_DynamicString) in onEndElement()
DSkAnimateBase.cpp51 if (type == SkType_String || type == SkType_DynamicString) { in ~SkAnimateBase()
129 value->fType = SkType_String; in getProperty()
194 SkASSERT(value.fType == SkType_String); in setProperty()
DSkScript.cpp462 if (array->getType() == SkType_String) { in forget()
971 if (callbackResult.fType == SkType_String) in handleMember()
992 if (callbackResult.fType == SkType_String) in handleMemberFunction()
1014 if (callbackResult.fType == SkType_String)
1040 … if (callbackResult.fType == SkType_String && callbackResult.fOperand.fString == NULL) { in handleProperty()
1062 if (scriptValue->fType == SkType_String) in handleUnbox()
1508 if (type != SkType_String) { in ConvertTo()
1524 if (type != SkType_String) { in ConvertTo()
1531 case SkType_String: { in ConvertTo()
1584 return SkType_String; in ToDisplayType()
[all …]
DSkDisplayTypes.cpp133 scriptValue->fType = SkType_String; in executeFunction()
196 if (values.getType() == SkType_String) { in ~SkDisplayArray()
DSkDisplayable.cpp119 if (info->fType == SkType_String || info->fType == SkType_DynamicString) { in deepCopy()
214 case SkType_String: in dumpAttrs()
227 if (info->fType == SkType_String || info->fType == SkType_DynamicString) { in dumpAttrs()
385 case SkType_String: in dumpValues()
DSkOperand.h43 SkString* getString() { SkASSERT(fType == SkType_String); return fOperand.fString; } in getString()
DSkDrawPaint.cpp30 (SkFunctionParamType) SkType_String,
163 SkASSERT(parameters[0].fType == SkType_String); in executeFunction()
DSkDisplayEvent.cpp156 value->fType = SkType_String; in getProperty()
241 SkASSERT(value.fType == SkType_String); in setProperty()
DSkDump.cpp75 case SkType_String: in evaluate()
DSkDisplayType.h146 SkType_String, // pointer to SkString enumerator
DSkScript.h198 convertTo(SkType_String, &scriptValue); in convertToString()
DSkDisplayPost.cpp290 SkASSERT(value.fType == SkType_String); in setProperty()
DSkAnimator.cpp271 bool result = getArrayCommon(ae, ai, index, &operand, SkType_String); in getArrayString()
519 SkTypedArray tArray(SkType_String); in setArrayString()
DSkDisplayType.cpp511 { "string", SkType_String INIT_BOOL_FIELDS },
DSkDisplayApply.cpp146 if (type == SkType_String || type == SkType_DynamicString) in applyValues()
/external/skia/src/xml/
DSkJSDisplayable.cpp256 case SkType_String: in GetProperty()
286 case SkType_String: in GetProperty()
333 case SkType_String: in SetProperty()
359 case SkType_String: in SetProperty()