Searched refs:x12 (Results 1 - 7 of 7) sorted by relevance
/inkscape/src/extension/internal/ |
H A D | metafile-print.cpp | 404 double x11, y11, x12, y12; local 410 x12 = ctr[X] + cos(F) * rx1 * cos(M_PI) + sin(-F) * ry1 * sin(M_PI); 420 x11, y11, rx1, ry1, degrot, x12, y12, rx1, ry1, degrot, x11, y11,
|
H A D | text_reassemble.c | 116 0x0E, 0x00, 0x00, 0x0F, 0x00, 0x00, 0x00, 0x10, 0x11, 0x12, 0x13, 0x14, 0x15, 0x16, 0x00, 0x00,
|
/inkscape/src/helper/ |
H A D | geom.cpp | 655 double x12 = (x1 + x2) / 2; local 661 double x123 = (x12 + x23) / 2; 849 recursive_bezier4(x1, y1, x12, y12, x123, y123, x1234, y1234, m_points, level + 1);
|
/inkscape/src/extension/internal/pdfinput/ |
H A D | pdf-parser.cpp | 1935 double x01, y01, x12, y12, x20, y20; local 1957 x12 = 0.5 * (x1 + x2); 1971 x12, y12, &color12, nComps, depth + 1); 1972 gouraudFillTriangle(x01, y01, &color01, x12, y12, &color12, 1974 gouraudFillTriangle(x20, y20, &color20, x12, y12, &color12,
|
/inkscape/src/libuemf/ |
H A D | upmf.h | 787 #define U_LCT_RoundAnchor 0x12 //!< Round Anchor line cap 2194 /** @brief EMF+ manual 2.3.4.2, Microsoft name: EmfPlusDrawArc Record, Index 0x12
|
H A D | uwmf.c | 1198 table[0x12] = 0x0A0; // U_WMRSCALEVIEWPORTEXT 0 0 1 0 1 0 0 0 0 0
|
/inkscape/share/extensions/ |
H A D | gcodetools.py | 480 x12 = x1+(x2-x1)*t 486 x1223 = x12+(x23-x12)*t 492 return [sp1[0],sp1[1],[x12,y12]], [[x1223,y1223],[x,y],[x2334,y2334]], [[x34,y34],sp2[1],sp2[2]]
|
Completed in 98 milliseconds