You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
1.0 KiB
29 lines
1.0 KiB
/* Automatically generated from impl/SVGAnimatedPathDataImpl.cpp using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
|
|
|
|
using namespace KJS;
|
|
|
|
namespace KSVG {
|
|
|
|
static const char SVGAnimatedPathDataImpl__s_hashTableStrings[] = {
|
|
"\0"
|
|
"animatedNormalizedPathSegList\0"
|
|
"normalizedPathSegList\0"
|
|
"animatedPathSegList\0"
|
|
"pathSegList\0"
|
|
};
|
|
|
|
|
|
static const struct HashEntry SVGAnimatedPathDataImpl__s_hashTableEntries[] = {
|
|
{ 0, 0, 0, 0, -1 },
|
|
{ 53, SVGAnimatedPathDataImpl::AnimatedPathSegList, DontDelete|ReadOnly, 0, 6 },
|
|
{ 0, 0, 0, 0, -1 },
|
|
{ 73, SVGAnimatedPathDataImpl::PathSegList, DontDelete|ReadOnly, 0, 5 },
|
|
{ 0, 0, 0, 0, -1 },
|
|
{ 31, SVGAnimatedPathDataImpl::NormalizedPathSegList, DontDelete|ReadOnly, 0, -1 },
|
|
{ 1, SVGAnimatedPathDataImpl::AnimatedNormalizedPathSegList, DontDelete|ReadOnly, 0, -1 }
|
|
};
|
|
|
|
const struct HashTable SVGAnimatedPathDataImpl::s_hashTable = { 2, 7, SVGAnimatedPathDataImpl__s_hashTableEntries, 5, SVGAnimatedPathDataImpl__s_hashTableStrings};
|
|
|
|
} // namespace
|