Searched refs:rc (Results 1 - 25 of 26) sorted by relevance

12

/inkscape/share/extensions/
H A Ddia2svg.sh3 rc=0
10 dia -n --export="${TEMPFILENAME}" -t svg "$1" > /dev/null 2>&1 || rc=1
12 cat < "${TEMPFILENAME}" || rc=1
14 exit $rc
H A Dps2dxf.sh6 rc=0
7 cat < "${TEMPFILENAME}" || rc=1
9 exit $rc
H A Dsk2svg.sh3 rc=0
8 skconvert "$1" "$TMPSVG" > /dev/null 2>&1 || rc=1
12 exit $rc
H A Drun_command.py50 rc = p.wait()
58 rc = p.poll()
64 if rc and msg is None:
H A Duniconv_output.py51 rc = p.wait()
59 rc = p.poll()
65 if rc and msg is None:
H A Ddimension.py120 rc = p.wait()
H A Dperspective.py82 rc = p.wait()
H A Dsummersnight.py77 rc = p.wait()
H A Dgenerate_voronoi.py102 rc = p.wait()
H A Dsynfig_prepare.py134 rc = p.wait()
/inkscape/packaging/wix/
H A Dversion.py35 # retrieve the version information from the inkscape.rc file
37 with open('..\..\src\inkscape.rc', 'r') as rc:
40 for line in rc.readlines():
/inkscape/src/ui/tools/
H A Dgradient-tool.cpp58 static void sp_gradient_drag(GradientTool &rc, Geom::Point const pt, guint state, guint32 etime);
102 GradientTool *rc = (GradientTool *) this; local
104 GrDrag *drag = rc->_grdrag;
125 rc->message_context->setF(Inkscape::NORMAL_MESSAGE,
134 rc->message_context->setF(Inkscape::NORMAL_MESSAGE,message,drag->singleSelectedDraggerNumDraggables(), n_tot, n_obj);
141 rc->message_context->setF(Inkscape::NORMAL_MESSAGE,message, n_sel, n_tot, n_obj);
143 rc->message_context->setF(Inkscape::NORMAL_MESSAGE,
199 sp_gradient_context_is_over_line (GradientTool *rc, SPItem *item, Geom::Point event_p) argument
201 SPDesktop *desktop = SP_EVENT_CONTEXT (rc)->desktop;
204 rc
306 sp_gradient_context_add_stops_between_selected_stops(GradientTool *rc) argument
380 sp_gradient_simplify(GradientTool *rc, double tolerance) argument
446 sp_gradient_context_add_stop_near_point(GradientTool *rc, SPItem *item, Geom::Point mouse_p, guint32 ) argument
881 sp_gradient_drag(GradientTool &rc, Geom::Point const pt, guint , guint32 etime) argument
[all...]
H A Dgradient-tool.h58 void sp_gradient_context_add_stops_between_selected_stops (GradientTool *rc);
H A Dmesh-tool.cpp60 static void sp_mesh_end_drag(MeshTool &rc);
269 sp_mesh_context_is_over_line (MeshTool *rc, SPItem *item, Geom::Point event_p) argument
271 SPDesktop *desktop = SP_EVENT_CONTEXT (rc)->desktop;
274 rc->mousepoint_doc = desktop->w2d(event_p);
278 Geom::Coord coord = b.nearestTime( rc->mousepoint_doc ); // Coord == double
281 double dist_screen = Geom::L2 (rc->mousepoint_doc - nearest) * desktop->current_zoom();
283 double tolerance = (double) SP_EVENT_CONTEXT(rc)->tolerance;
294 static void sp_mesh_context_split_near_point(MeshTool *rc, SPItem *item, Geom::Point mouse_p, guint32 /*etime*/) argument
303 ToolBase *ec = SP_EVENT_CONTEXT(rc);
304 SPDesktop *desktop = SP_EVENT_CONTEXT (rc)
320 sp_mesh_context_corner_operation(MeshTool *rc, MeshCornerOperation operation ) argument
929 sp_mesh_end_drag(MeshTool &rc) argument
[all...]
H A Dflood-tool.cpp212 guint32 ac = 0, rc = 0, gc = 0, bc = 0; local
213 ExtractARGB32(check, ac, rc, gc, bc);
229 sp_color_rgb_to_hsl_floatv(hsl_check, rc / dac, gc / dac, bc / dac);
237 return abs(static_cast<int>(ac ? unpremul_alpha(rc, ac) : 0) - (ao ? unpremul_alpha(ro, ao) : 0)) <= threshold;
247 rmc = (255-ac)*rd + 255*rc; rmc = (rmc + 127) / 255;
/inkscape/po/
H A Dcheck-markup24 my $rc = 0;
31 $rc = 1;
254 exit $rc;
/inkscape/src/extension/internal/
H A Demf-inout.cpp2272 U_RECTL rc = pEmr->rclClip; local
2282 tmp_path << "M " << pix_to_xy( d, rc.left , rc.top ) << " ";
2283 tmp_path << "L " << pix_to_xy( d, rc.right, rc.top ) << " ";
2284 tmp_path << "L " << pix_to_xy( d, rc.right, rc.bottom ) << " ";
2285 tmp_path << "L " << pix_to_xy( d, rc.left, rc.bottom ) << " ";
2299 U_RECTL rc local
2609 U_RECTL rc = pEmr->rclBox; local
2628 U_RECTL rc = pEmr->rclBox; local
[all...]
H A Dwmf-inout.cpp1509 U_RECT16 rc; // any rectangle, usually a bounding rectangle local
2022 U_RECT16 rc; local
2023 nSize = U_WMREXCLUDECLIPRECT_get(contents, &rc);
2034 tmp_path << "M " << pix_to_xy( d, rc.left , rc.top ) << " ";
2035 tmp_path << "L " << pix_to_xy( d, rc.right, rc.top ) << " ";
2036 tmp_path << "L " << pix_to_xy( d, rc.right, rc.bottom ) << " ";
2037 tmp_path << "L " << pix_to_xy( d, rc
[all...]
H A Dmetafile-print.h74 U_RECTL rc; member in class:Inkscape::Extension::Internal::PrintMetafile
/inkscape/src/ui/tool/
H A Dcontrol-point-selection.cpp523 double ControlPointSelection::_rotationRadius(Geom::Point const &rc) argument
529 double len = Geom::distance(b.corner(i), rc);
545 Geom::Point rc;
553 rc = scp->position();
555 _mouseover_rot_radius = _rotationRadius(rc);
559 rc = _handles->rotationCenter();
561 _rot_radius = _rotationRadius(rc);
579 Geom::Affine m = Geom::Translate(-rc)
580 * Geom::Rotate(angle) * Geom::Translate(rc);
/inkscape/src/libuemf/
H A Duwmf.c763 \param rc U_RECT156 binary contents of an WMF file
764 \param left the leftmost of rc.left and rc.right
765 \param top the topmost of rc.top and rc.bottom
766 \param right the rightmost of rc.left and rc.right
767 \param bottom the bottommost of rc.top and rc.bottom
769 void U_sanerect16(U_RECT16 rc, doubl argument
[all...]
/inkscape/src/ui/dialog/
H A Dfiledialogimpl-win32.cpp1549 RECT rc; local
1550 rc.top = svgY+2;
1551 rc.left = svgX+2;
1552 rc.bottom = scaledSvgHeight-2;
1553 rc.right = scaledSvgWidth-2;
1554 PlayEnhMetaFile(hMemDC, hemf, &rc);
/inkscape/src/
H A Dverbs.cpp1864 SPCurve *rc = SP_DRAW_CONTEXT(ec)->red_curve; local
1865 if (!rc->is_empty()) {
1866 Geom::Point const zoom_to (*rc->last_point());
1881 SPCurve *rc = SP_DRAW_CONTEXT(ec)->red_curve; local
1882 if (!rc->is_empty()) {
1883 Geom::Point const zoom_to (*rc->last_point());
/inkscape/src/widgets/
H A Dgradient-toolbar.cpp572 Inkscape::UI::Tools::GradientTool *rc = SP_GRADIENT_CONTEXT(ev); local
574 if (rc) {
575 sp_gradient_context_add_stops_between_selected_stops(rc);
/inkscape/cxxtest/sample/msvc/
H A DFixFiles.bat135 RSC=rc.exe

Completed in 114 milliseconds

12