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
|
/* Automatically generated from impl/SVGMatrixImpl.cc using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
using namespace KJS;
namespace KSVG {
static const char SVGMatrixImpl__s_hashTableStrings[] = {
"\0"
"a\0"
"b\0"
"c\0"
"d\0"
"e\0"
"f\0"
};
static const struct HashEntry SVGMatrixImpl__s_hashTableEntries[] = {
{ 3, SVGMatrixImpl::B, DontDelete, 0, -1 },
{ 5, SVGMatrixImpl::C, DontDelete, 0, -1 },
{ 7, SVGMatrixImpl::D, DontDelete, 0, -1 },
{ 9, SVGMatrixImpl::E, DontDelete, 0, -1 },
{ 11, SVGMatrixImpl::F, DontDelete, 0, -1 },
{ 0, 0, 0, 0, -1 },
{ 1, SVGMatrixImpl::A, DontDelete, 0, -1 }
};
const struct HashTable SVGMatrixImpl::s_hashTable = { 2, 7, SVGMatrixImpl__s_hashTableEntries, 7, SVGMatrixImpl__s_hashTableStrings};
} // namespace
using namespace KJS;
namespace KSVG {
static const char SVGMatrixImplProto__s_hashTableStrings[] = {
"\0"
"rotateFromVector\0"
"scaleNonUniform\0"
"translate\0"
"multiply\0"
"inverse\0"
"rotate\0"
"flipX\0"
"flipY\0"
"scale\0"
"skewX\0"
"skewY\0"
};
static const struct HashEntry SVGMatrixImplProto__s_hashTableEntries[] = {
{ 80, SVGMatrixImpl::Scale, DontDelete|Function, 1, -1 },
{ 0, 0, 0, 0, -1 },
{ 0, 0, 0, 0, -1 },
{ 0, 0, 0, 0, -1 },
{ 0, 0, 0, 0, -1 },
{ 61, SVGMatrixImpl::Rotate, DontDelete|Function, 1, -1 },
{ 0, 0, 0, 0, -1 },
{ 0, 0, 0, 0, -1 },
{ 18, SVGMatrixImpl::ScaleNonUniform, DontDelete|Function, 2, 14 },
{ 1, SVGMatrixImpl::RotateFromVector, DontDelete|Function, 2, 15 },
{ 53, SVGMatrixImpl::Inverse, DontDelete|Function, 0, 16 },
{ 92, SVGMatrixImpl::SkewY, DontDelete|Function, 1, -1 },
{ 44, SVGMatrixImpl::Multiply, DontDelete|Function, 1, 13 },
{ 34, SVGMatrixImpl::Translate, DontDelete|Function, 2, -1 },
{ 68, SVGMatrixImpl::FlipX, DontDelete|Function, 0, -1 },
{ 74, SVGMatrixImpl::FlipY, DontDelete|Function, 0, -1 },
{ 86, SVGMatrixImpl::SkewX, DontDelete|Function, 1, -1 }
};
const struct HashTable SVGMatrixImplProto::s_hashTable = { 2, 17, SVGMatrixImplProto__s_hashTableEntries, 13, SVGMatrixImplProto__s_hashTableStrings};
} // namespace
|