Searched refs:_c (Results 1 - 5 of 5) sorted by relevance

/inkscape/src/2geom/
H A Daffine.cpp33 return Point(_c[0], _c[1]);
37 return Point(_c[2], _c[3]);
42 return Point(_c[4], _c[5]);
47 _c[i] = vec[i];
52 _c[i + 2] = vec[i];
58 _c[i + 4] = loc[i];
65 return sqrt(_c[
[all...]
H A Dtransforms.cpp97 _c[4] += t[X];
98 _c[5] += t[Y];
104 _c[0] *= s[X]; _c[1] *= s[Y];
105 _c[2] *= s[X]; _c[3] *= s[Y];
106 _c[4] *= s[X]; _c[5] *= s[Y];
120 _c[0] += h.f * _c[
[all...]
H A Daffine.h71 Coord _c[6]; member in class:Geom::Affine
74 _c[0] = _c[3] = 1;
75 _c[1] = _c[2] = _c[4] = _c[5] = 0;
88 _c[0] = c0; _c[1] = c1;
89 _c[
[all...]
H A Dpathvector.h62 PathVectorTime(size_type _i, size_type _c, Coord _t) argument
63 : PathTime(_c, _t), path_index(_i) {}
/inkscape/src/
H A Dcolor-rgba.h33 _c[0] = c0; _c[1] = c1;
34 _c[2] = c2; _c[3] = c3;
43 _c[i] = 0.0;
57 _c[0] = ((intcolor & 0xff000000) >> 24) / 255.0;
58 _c[1] = ((intcolor & 0x00ff0000) >> 16) / 255.0;
59 _c[2] = ((intcolor & 0x0000ff00) >> 8) / 255.0;
60 _c[3] = ((intcolor & 0x000000ff) >> 0) / 255.0;
67 * Go through each entry in the array and put it into \c _c
162 float _c[4]; member in class:ColorRGBA
[all...]

Completed in 673 milliseconds