summaryrefslogtreecommitdiffstats
path: root/ksvg/data/SVGPathSegImpl.lut.h
blob: 237e1cb6655d685d973e3979e8c4aea933bc57e4 (plain)
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
/* Automatically generated from impl/SVGPathSegImpl.cc using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */

using namespace KJS;

namespace KSVG {

static const char SVGPathSegImpl__s_hashTableStrings[] = {
    "\0"
    "pathSegTypeAsLetter\0"
    "pathSegType\0"
};


static const struct HashEntry SVGPathSegImpl__s_hashTableEntries[] = {
   { 21, SVGPathSegImpl::PathSegType, DontDelete|ReadOnly, 0, 3 },
   { 0, 0, 0, 0, -1 },
   { 0, 0, 0, 0, -1 },
   { 1, SVGPathSegImpl::PathSegTypeAsLetter, DontDelete|ReadOnly, 0, -1 }
};

const struct HashTable SVGPathSegImpl::s_hashTable = { 2, 4, SVGPathSegImpl__s_hashTableEntries, 3, SVGPathSegImpl__s_hashTableStrings};

} // namespace

using namespace KJS;

namespace KSVG {

static const char SVGPathSegImplConstructor__s_hashTableStrings[] = {
    "\0"
    "PATHSEG_CURVETO_QUADRATIC_SMOOTH_ABS\0"
    "PATHSEG_CURVETO_QUADRATIC_SMOOTH_REL\0"
    "PATHSEG_CURVETO_CUBIC_SMOOTH_ABS\0"
    "PATHSEG_CURVETO_CUBIC_SMOOTH_REL\0"
    "PATHSEG_CURVETO_QUADRATIC_ABS\0"
    "PATHSEG_CURVETO_QUADRATIC_REL\0"
    "PATHSEG_LINETO_HORIZONTAL_ABS\0"
    "PATHSEG_LINETO_HORIZONTAL_REL\0"
    "PATHSEG_LINETO_VERTICAL_ABS\0"
    "PATHSEG_LINETO_VERTICAL_REL\0"
    "PATHSEG_CURVETO_CUBIC_ABS\0"
    "PATHSEG_CURVETO_CUBIC_REL\0"
    "PATHSEG_LINETO_ABS\0"
    "PATHSEG_LINETO_REL\0"
    "PATHSEG_MOVETO_ABS\0"
    "PATHSEG_MOVETO_REL\0"
    "PATHSEG_CLOSEPATH\0"
    "PATHSEG_ARC_ABS\0"
    "PATHSEG_ARC_REL\0"
    "PATHSEG_UNKNOWN\0"
};


static const struct HashEntry SVGPathSegImplConstructor__s_hashTableEntries[] = {
   { 0, 0, 0, 0, -1 },
   { 317, KSVG::PATHSEG_CURVETO_CUBIC_ABS, DontDelete|ReadOnly, 0, -1 },
   { 0, 0, 0, 0, -1 },
   { 0, 0, 0, 0, -1 },
   { 171, KSVG::PATHSEG_CURVETO_QUADRATIC_REL, DontDelete|ReadOnly, 0, 27 },
   { 479, KSVG::PATHSEG_ARC_REL, DontDelete|ReadOnly, 0, -1 },
   { 495, KSVG::PATHSEG_UNKNOWN, DontDelete|ReadOnly, 0, 23 },
   { 369, KSVG::PATHSEG_LINETO_ABS, DontDelete|ReadOnly, 0, -1 },
   { 108, KSVG::PATHSEG_CURVETO_CUBIC_SMOOTH_REL, DontDelete|ReadOnly, 0, 28 },
   { 0, 0, 0, 0, -1 },
   { 0, 0, 0, 0, -1 },
   { 0, 0, 0, 0, -1 },
   { 426, KSVG::PATHSEG_MOVETO_REL, DontDelete|ReadOnly, 0, -1 },
   { 0, 0, 0, 0, -1 },
   { 343, KSVG::PATHSEG_CURVETO_CUBIC_REL, DontDelete|ReadOnly, 0, 24 },
   { 463, KSVG::PATHSEG_ARC_ABS, DontDelete|ReadOnly, 0, -1 },
   { 0, 0, 0, 0, -1 },
   { 0, 0, 0, 0, -1 },
   { 75, KSVG::PATHSEG_CURVETO_CUBIC_SMOOTH_ABS, DontDelete|ReadOnly, 0, -1 },
   { 231, KSVG::PATHSEG_LINETO_HORIZONTAL_REL, DontDelete|ReadOnly, 0, -1 },
   { 388, KSVG::PATHSEG_LINETO_REL, DontDelete|ReadOnly, 0, -1 },
   { 38, KSVG::PATHSEG_CURVETO_QUADRATIC_SMOOTH_REL, DontDelete|ReadOnly, 0, -1 },
   { 407, KSVG::PATHSEG_MOVETO_ABS, DontDelete|ReadOnly, 0, -1 },
   { 445, KSVG::PATHSEG_CLOSEPATH, DontDelete|ReadOnly, 0, 25 },
   { 141, KSVG::PATHSEG_CURVETO_QUADRATIC_ABS, DontDelete|ReadOnly, 0, 26 },
   { 201, KSVG::PATHSEG_LINETO_HORIZONTAL_ABS, DontDelete|ReadOnly, 0, -1 },
   { 261, KSVG::PATHSEG_LINETO_VERTICAL_ABS, DontDelete|ReadOnly, 0, -1 },
   { 289, KSVG::PATHSEG_LINETO_VERTICAL_REL, DontDelete|ReadOnly, 0, -1 },
   { 1, KSVG::PATHSEG_CURVETO_QUADRATIC_SMOOTH_ABS, DontDelete|ReadOnly, 0, -1 }
};

const struct HashTable SVGPathSegImplConstructor::s_hashTable = { 2, 29, SVGPathSegImplConstructor__s_hashTableEntries, 23, SVGPathSegImplConstructor__s_hashTableStrings};

} // namespace