Home
last modified time | relevance | path

Searched refs:prev_c0 (Results 1 – 3 of 3) sorted by relevance

/third_party/flutter/skia/modules/skottie/src/
DSkottieAnimator.cpp93 SkPoint prev_c0 = { 0, 0 }, in parseKeyFrames() local
94 prev_c1 = prev_c0; in parseKeyFrames()
147 if (c0 != prev_c0 || c1 != prev_c1) { in parseKeyFrames()
149 prev_c0 = c0; in parseKeyFrames()
/third_party/skia/modules/skottie/src/animator/
DKeyframeAnimator.cpp211 if (c0 != prev_c0 || c1 != prev_c1 || fCMs.empty()) { in parseMapping()
213 prev_c0 = c0; in parseMapping()
DKeyframeAnimator.h142 SkPoint prev_c0 = { 0, 0 }, variable