Home
last modified time | relevance | path

Searched refs:prop_index (Results 1 – 2 of 2) sorted by relevance

/external/skia/modules/skottie/src/effects/
DEffects.cpp171 size_t prop_index) { in GetPropValue() argument
174 if (prop_index >= jprops.size()) { in GetPropValue()
178 const skjson::ObjectValue* jprop = jprops[prop_index]; in GetPropValue()
DEffects.h34 static const skjson::Value& GetPropValue(const skjson::ArrayValue& jprops, size_t prop_index);
118 const EffectBinder& bind(size_t prop_index, T& value) const { in bind() argument
119 fContainer->bind(fBuilder, EffectBuilder::GetPropValue(fProps, prop_index), value); in bind()