/inkscape/share/extensions/ |
H A D | dia2svg.sh | 3 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 D | ps2dxf.sh | 6 rc=0 7 cat < "${TEMPFILENAME}" || rc=1 9 exit $rc
|
H A D | sk2svg.sh | 3 rc=0 8 skconvert "$1" "$TMPSVG" > /dev/null 2>&1 || rc=1 12 exit $rc
|
H A D | run_command.py | 50 rc = p.wait() 58 rc = p.poll() 64 if rc and msg is None:
|
H A D | uniconv_output.py | 51 rc = p.wait() 59 rc = p.poll() 65 if rc and msg is None:
|
H A D | dimension.py | 120 rc = p.wait()
|
H A D | perspective.py | 82 rc = p.wait()
|
H A D | summersnight.py | 77 rc = p.wait()
|
H A D | generate_voronoi.py | 102 rc = p.wait()
|
H A D | synfig_prepare.py | 134 rc = p.wait()
|
/inkscape/packaging/wix/ |
H A D | version.py | 35 # 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 D | gradient-tool.cpp | 58 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 D | gradient-tool.h | 58 void sp_gradient_context_add_stops_between_selected_stops (GradientTool *rc);
|
H A D | mesh-tool.cpp | 60 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 D | flood-tool.cpp | 212 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 D | check-markup | 24 my $rc = 0; 31 $rc = 1; 254 exit $rc;
|
/inkscape/src/extension/internal/ |
H A D | emf-inout.cpp | 2272 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 D | wmf-inout.cpp | 1509 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 D | metafile-print.h | 74 U_RECTL rc; member in class:Inkscape::Extension::Internal::PrintMetafile
|
/inkscape/src/ui/tool/ |
H A D | control-point-selection.cpp | 523 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 D | uwmf.c | 763 \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 D | filedialogimpl-win32.cpp | 1549 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 D | verbs.cpp | 1864 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 D | gradient-toolbar.cpp | 572 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 D | FixFiles.bat | 135 RSC=rc.exe
|