Home
last modified time | relevance | path

Searched full:jkfs (Results 1 - 7 of 7) sorted by relevance

/third_party/skia/modules/skottie/src/animator/
H A DKeyframeAnimator.cpp91 const skjson::ArrayValue& jkfs) { in parseKeyframes()
131 if (!parsed && i > 0 && i == jkfs.size() - 1) { in parseKeyframes()
132 const skjson::ObjectValue* prev_kf = jkfs[i - 1]; in parseKeyframes()
142 fKFs.reserve(jkfs.size()); in parseKeyframes()
144 for (size_t i = 0; i < jkfs.size(); ++i) { in parseKeyframes()
145 const skjson::ObjectValue* jkf = jkfs[i]; in parseKeyframes()
179 SkASSERT(fKFs.size() == jkfs.size()); in parseKeyframes()
90 parseKeyframes(const AnimationBuilder& abuilder, const skjson::ArrayValue& jkfs) parseKeyframes() argument
H A DAnimator.cpp94 const skjson::ArrayValue* jkfs = jpropK; in bindImpl() local
95 if (jkfs && jkfs->size() > 0) { in bindImpl()
96 animator = builder.makeFromKeyframes(abuilder, *jkfs); in bindImpl()
H A DVectorKeyframeAnimator.cpp183 const skjson::ArrayValue& jkfs) { in makeFromKeyframes()
184 SkASSERT(jkfs.size() > 0); in makeFromKeyframes()
187 const skjson::ObjectValue* jkf0 = jkfs[0]; in makeFromKeyframes()
194 const auto total_size = safe.mul(fVecLen, jkfs.size()); in makeFromKeyframes()
202 if (!this->parseKeyframes(abuilder, jkfs)) { in makeFromKeyframes()
207 SkASSERT(fCurrentVec <= jkfs.size()); in makeFromKeyframes()
182 makeFromKeyframes(const AnimationBuilder& abuilder, const skjson::ArrayValue& jkfs) makeFromKeyframes() argument
H A DTextKeyframeAnimator.cpp71 const skjson::ArrayValue& jkfs) override {
72 SkASSERT(jkfs.size() > 0);
74 fValues.reserve(jkfs.size());
75 if (!this->parseKeyframes(abuilder, jkfs)) {
H A DScalarKeyframeAnimator.cpp71 const skjson::ArrayValue& jkfs) override {
72 SkASSERT(jkfs.size() > 0);
73 if (!this->parseKeyframes(abuilder, jkfs)) {
H A DVec2KeyframeAnimator.cpp135 const skjson::ArrayValue& jkfs) override {
136 SkASSERT(jkfs.size() > 0);
138 fValues.reserve(jkfs.size());
139 if (!this->parseKeyframes(abuilder, jkfs)) {
/third_party/mindspore/patches/
H A D0001-build-gn-c-api-for-OHOS.patch[all...]

Completed in 31 milliseconds