Home
last modified time | relevance | path

Searched defs:jkf (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/skia/modules/skottie/src/animator/
H A DKeyframeAnimator.cpp130 const auto parse_value = [&](const skjson::ObjectValue& jkf, size_t i, Keyframe::Value* v) { in parseKeyframes()
149 const skjson::ObjectValue* jkf = jkfs[i]; in parseKeyframes() local
202 uint32_t AnimatorBuilder::parseMapping(const skjson::ObjectValue& jkf) { in parseMapping()
H A DVec2KeyframeAnimator.cpp232 const skjson::ObjectValue& jkf, in parseKFValue()