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.
40 lines
1.1 KiB
40 lines
1.1 KiB
/* Automatically generated from impl/SVGPathSegLinetoVerticalImpl.cc using ../../kdelibs/kjs/create_hash_table. DO NOT EDIT ! */
|
|
|
|
using namespace KJS;
|
|
|
|
namespace KSVG {
|
|
|
|
static const char SVGPathSegLinetoVerticalAbsImpl__s_hashTableStrings[] = {
|
|
"\0"
|
|
"y\0"
|
|
};
|
|
|
|
|
|
static const struct HashEntry SVGPathSegLinetoVerticalAbsImpl__s_hashTableEntries[] = {
|
|
{ 0, 0, 0, 0, -1 },
|
|
{ 1, SVGPathSegLinetoVerticalAbsImpl::Y, DontDelete, 0, -1 }
|
|
};
|
|
|
|
const struct HashTable SVGPathSegLinetoVerticalAbsImpl::s_hashTable = { 2, 2, SVGPathSegLinetoVerticalAbsImpl__s_hashTableEntries, 2, SVGPathSegLinetoVerticalAbsImpl__s_hashTableStrings};
|
|
|
|
} // namespace
|
|
|
|
using namespace KJS;
|
|
|
|
namespace KSVG {
|
|
|
|
static const char SVGPathSegLinetoVerticalRelImpl__s_hashTableStrings[] = {
|
|
"\0"
|
|
"y\0"
|
|
};
|
|
|
|
|
|
static const struct HashEntry SVGPathSegLinetoVerticalRelImpl__s_hashTableEntries[] = {
|
|
{ 0, 0, 0, 0, -1 },
|
|
{ 1, SVGPathSegLinetoVerticalRelImpl::Y, DontDelete, 0, -1 }
|
|
};
|
|
|
|
const struct HashTable SVGPathSegLinetoVerticalRelImpl::s_hashTable = { 2, 2, SVGPathSegLinetoVerticalRelImpl__s_hashTableEntries, 2, SVGPathSegLinetoVerticalRelImpl__s_hashTableStrings};
|
|
|
|
} // namespace
|