Searched refs:coord (Results 1 - 25 of 43) sorted by relevance

12

/inkscape/src/display/
H A Dnr-filter-convolve-matrix.h40 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 Dnr-filter-convolve-matrix.cpp178 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 Dint-interval.h34 #include <2geom/coord.h>
H A Dsweeper.h36 #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 D2geom.h40 #include <2geom/coord.h>
H A Dint-rect.h34 #include <2geom/coord.h>
H A Dbezier-to-sbasis.h35 #include <2geom/coord.h>
H A Dintersection.h37 #include <2geom/coord.h>
H A Dint-point.h36 #include <2geom/coord.h>
H A Dpoint.cpp38 #include <2geom/coord.h>
83 /* Delay updating pt in case neither coord is infinite. */
H A Delliptical-arc.cpp120 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 Dcurve.h43 #include <2geom/coord.h>
/inkscape/src/libdepixelize/priv/
H A Dintegral.h28 #include <2geom/coord.h>
/inkscape/src/
H A Dsatisfied-guide-cns.cpp1 #include <2geom/coord.h>
H A Dsp-item-rm-unsatisfied-cns.cpp3 #include <2geom/coord.h>
H A Dsp-mesh-array.h195 void split_row( unsigned int i, double coord );
196 void split_column( unsigned int j, double coord );
H A Dtransf_mat_3x4.h27 Pt3 preimage (Geom::Point const &pt, double coord = 0, Axis = Z);
H A Dbox3d.cpp511 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 Dtransf_mat_3x4.cpp64 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 Dsp-mesh-array.cpp2644 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 Duwmf_print.c501 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 Duwmf.h2151 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 Duwmf.c2576 \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 Darray.cpp12 #include <2geom/coord.h>
/inkscape/src/util/
H A Dunits.h19 #include <2geom/coord.h>

Completed in 96 milliseconds

12