Searched refs:jkfs (Results 1 – 6 of 6) sorted by relevance
92 const skjson::ArrayValue& jkfs) { in parseKeyframes() argument132 if (!parsed && i > 0 && i == jkfs.size() - 1) { in parseKeyframes()133 const skjson::ObjectValue* prev_kf = jkfs[i - 1]; in parseKeyframes()143 fKFs.reserve(jkfs.size()); in parseKeyframes()145 for (size_t i = 0; i < jkfs.size(); ++i) { in parseKeyframes()146 const skjson::ObjectValue* jkf = jkfs[i]; in parseKeyframes()180 SkASSERT(fKFs.size() == jkfs.size()); in parseKeyframes()
81 const skjson::ArrayValue* jkfs = jpropK; in bindImpl() local82 if (jkfs && jkfs->size() > 0) { in bindImpl()83 animator = builder.make(abuilder, *jkfs); in bindImpl()
24 const skjson::ArrayValue& jkfs) override { in make() argument25 SkASSERT(jkfs.size() > 0); in make()27 fValues.reserve(jkfs.size()); in make()28 if (!this->parseKeyframes(abuilder, jkfs)) { in make()
153 const skjson::ArrayValue& jkfs) { in make() argument154 SkASSERT(jkfs.size() > 0); in make()157 const skjson::ObjectValue* jkf0 = jkfs[0]; in make()164 const auto total_size = safe.mul(fVecLen, jkfs.size()); in make()172 if (!this->parseKeyframes(abuilder, jkfs)) { in make()177 SkASSERT(fCurrentVec <= jkfs.size()); in make()
25 const skjson::ArrayValue& jkfs) override { in make() argument26 SkASSERT(jkfs.size() > 0); in make()27 if (!this->parseKeyframes(abuilder, jkfs)) { in make()
36 const skjson::ArrayValue& jkfs) override { in make() argument37 SkASSERT(jkfs.size() > 0); in make()39 fValues.reserve(jkfs.size()); in make()40 if (!this->parseKeyframes(abuilder, jkfs)) { in make()