Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
TextValue.h
Go to the documentation of this file.
1/*
2 * Copyright 2019 Google Inc.
3 *
4 * Use of this source code is governed by a BSD-style license that can be
5 * found in the LICENSE file.
6 */
7
8#ifndef SkottieTextValue_DEFINED
9#define SkottieTextValue_DEFINED
10
12
13namespace skjson { class Value; }
14
15namespace skottie {
17
18namespace internal {
19
20class AnimationBuilder;
21
22// Unlike other types, TextValue parsing requires access to an AnimationBuilder.
23bool Parse(const skjson::Value&, const AnimationBuilder&, TextValue*);
24
25} // namespace internal
26} // namespace skottie
27
28#endif // SkottieTextValue_DEFINED
bool Parse(const skjson::Value &jv, const internal::AnimationBuilder &abuilder, TextValue *v)
Definition TextValue.cpp:32
TextPropertyValue TextValue
Definition TextValue.h:16