/inkscape/src/display/ |
H A D | nr-filter-convolve-matrix.h | 40 void set_targetY(int coord); 41 void set_targetX(int coord); 42 void set_orderY(int coord); 43 void set_orderX(int coord);
|
H A D | nr-filter-convolve-matrix.cpp | 178 void FilterConvolveMatrix::set_targetX(int coord) { argument 179 targetX = coord; 182 void FilterConvolveMatrix::set_targetY(int coord) { argument 183 targetY = coord; 186 void FilterConvolveMatrix::set_orderX(int coord) { argument 187 orderX = coord; 190 void FilterConvolveMatrix::set_orderY(int coord) { argument 191 orderY = coord;
|
/inkscape/src/2geom/ |
H A D | int-interval.h | 34 #include <2geom/coord.h>
|
H A D | sweeper.h | 36 #include <2geom/coord.h> 147 Coord coord; member in struct:Geom::Sweeper::Event 151 : coord(c), item(i) 154 : coord(nan("")), item() 156 bool operator<(Event const &other) const { return coord < other.coord; } 157 bool operator==(Event const &other) const { return coord == other.coord; } 158 operator bool() const { return !IS_NAN(coord); }
|
H A D | 2geom.h | 40 #include <2geom/coord.h>
|
H A D | int-rect.h | 34 #include <2geom/coord.h>
|
H A D | bezier-to-sbasis.h | 35 #include <2geom/coord.h>
|
H A D | intersection.h | 37 #include <2geom/coord.h>
|
H A D | int-point.h | 36 #include <2geom/coord.h>
|
H A D | point.cpp | 38 #include <2geom/coord.h> 83 /* Delay updating pt in case neither coord is infinite. */
|
H A D | elliptical-arc.cpp | 120 Coord coord[2][4] = { local 138 coord[d][ncoord[d]++] = valueAtAngle(extremes[d][i], d ? Y : X); 143 Interval xival = Interval::from_range(coord[X], coord[X] + ncoord[X]); 144 Interval yival = Interval::from_range(coord[Y], coord[Y] + ncoord[Y]);
|
H A D | curve.h | 43 #include <2geom/coord.h>
|
/inkscape/src/libdepixelize/priv/ |
H A D | integral.h | 28 #include <2geom/coord.h>
|
/inkscape/src/ |
H A D | satisfied-guide-cns.cpp | 1 #include <2geom/coord.h>
|
H A D | sp-item-rm-unsatisfied-cns.cpp | 3 #include <2geom/coord.h>
|
H A D | sp-mesh-array.h | 195 void split_row( unsigned int i, double coord ); 196 void split_column( unsigned int j, double coord );
|
H A D | transf_mat_3x4.h | 27 Pt3 preimage (Geom::Point const &pt, double coord = 0, Axis = Z);
|
H A D | box3d.cpp | 511 double coord = (box->orig_corner0[Proj::Z] + box->orig_corner7[Proj::Z]) / 2; local 515 Proj::Pt3 pt_proj (persp->perspective_impl->tmat.preimage (new_pos, coord, Proj::Z)); 517 Proj::Pt3 old_pos_proj (persp->perspective_impl->tmat.preimage (old_pos, coord, Proj::Z)); 532 double coord = (box->orig_corner0[Proj::X] + box->orig_corner7[Proj::X]) / 2; local 537 Proj::Pt3 pt_proj (persp->perspective_impl->tmat.preimage (new_pos_snapped, coord, Proj::X)); 564 double coord = (box->orig_corner0[axis] > box->orig_corner7[axis]) ? local 572 c1 = Proj::Pt3 (coord, box->orig_corner0[Proj::Y], box->orig_corner0[Proj::Z], 1.0); 573 c2 = Proj::Pt3 (coord, box->orig_corner7[Proj::Y], box->orig_corner0[Proj::Z], 1.0); 574 c3 = Proj::Pt3 (coord, box->orig_corner7[Proj::Y], box->orig_corner7[Proj::Z], 1.0); 575 c4 = Proj::Pt3 (coord, bo [all...] |
H A D | transf_mat_3x4.cpp | 64 TransfMat3x4::preimage (Geom::Point const &pt, double coord, Proj::Axis axis) { argument 70 SysEq::SolutionKind sol = SysEq::gaussjord_solve<3,4>(tmat, x, v, index, coord, true);
|
H A D | sp-mesh-array.cpp | 2644 Split a row into two rows at coord (fraction of row height). 2646 void SPMeshNodeArray::split_row( unsigned int row, double coord ) { 2648 // std::cout << "Splitting row: " << row << " at " << coord << std::endl; 2650 assert( coord >= 0.0 && coord <= 1.0 ); 2689 b.subdivide( coord ); 2716 guint cnew = average_color( c0, c1, coord ); 2717 gdouble onew = o0 * (1.0 - coord) + o1 * coord; 2767 Split a column into two columns at coord (fractio [all...] |
/inkscape/src/libuemf/ |
H A D | uwmf_print.c | 501 U_POINT16 coord; local 502 int size = U_WMRSETWINDOWORG_get(contents, &coord); 504 printf(" %-15s {%d,%d}\n","X,Y",coord.x, coord.y); 509 U_POINT16 coord; local 510 int size = U_WMRSETWINDOWEXT_get(contents, &coord); 512 printf(" %-15s {%d,%d}\n","W,H",coord.x, coord.y); 517 U_POINT16 coord; local 518 int size = U_WMRSETVIEWPORTORG_get(contents, &coord); 525 U_POINT16 coord; local 533 U_POINT16 coord; local 552 U_POINT16 coord; local 571 U_POINT16 coord; local 579 U_POINT16 coord; local 632 U_POINT16 coord; local 696 U_POINT16 coord; local 705 U_POINT16 coord; local 1062 U_POINT16 coord; local [all...] |
H A D | uwmf.h | 2151 char *U_WMRSETWINDOWORG_set(U_POINT16 coord); 2153 char *U_WMRSETVIEWPORTORG_set(U_POINT16 coord); 2159 char *U_WMRLINETO_set(U_POINT16 coord); 2160 char *U_WMRMOVETO_set(U_POINT16 coord); 2165 char *U_WMRFLOODFILL_set(uint16_t Mode, U_COLORREF Color, U_POINT16 coord); 2171 char *U_WMRSETPIXEL_set(U_COLORREF Color, U_POINT16 coord); 2218 char *U_WMREXTFLOODFILL_set(uint16_t Mode, U_COLORREF Color, U_POINT16 coord); 2425 int U_WMRSETWINDOWORG_get(const char *contents, U_POINT16 * coord); 2427 int U_WMRSETVIEWPORTORG_get(const char *contents, U_POINT16 * coord); 2433 int U_WMRLINETO_get(const char *contents, U_POINT16 * coord); [all...] |
H A D | uwmf.c | 2576 \param coord Window Origin. 2578 char *U_WMRSETWINDOWORG_set(U_POINT16 coord){ argument 2579 return U_WMRCORE_2U16_set(U_WMR_SETWINDOWORG, U_U16(coord.y), U_U16(coord.x)); 2594 \param coord Viewport Origin. 2596 char *U_WMRSETVIEWPORTORG_set(U_POINT16 coord){ argument 2597 return U_WMRCORE_2U16_set(U_WMR_SETVIEWPORTORG, U_U16(coord.y), U_U16(coord.x)); 2650 \param coord Draw line to {X,Y}. 2652 char *U_WMRLINETO_set(U_POINT16 coord){ argument 2661 U_WMRMOVETO_set(U_POINT16 coord) argument 2738 U_WMRFLOODFILL_set(uint16_t Mode, U_COLORREF Color, U_POINT16 coord) argument 3606 U_WMREXTFLOODFILL_set(uint16_t Mode, U_COLORREF Color, U_POINT16 coord) argument [all...] |
/inkscape/src/live_effects/parameter/ |
H A D | array.cpp | 12 #include <2geom/coord.h>
|
/inkscape/src/util/ |
H A D | units.h | 19 #include <2geom/coord.h>
|