1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
/* 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
|