Searched refs:org (Results 1 - 10 of 10) sorted by relevance
/inkscape/src/extension/dbus/ |
H A D | builddocs.sh | 1 xsltproc doc/spec-to-docbook.xsl application-interface.xml > doc/org.inkscape.application.ref.xml && 2 xsltproc doc/spec-to-docbook.xsl document-interface.xml > doc/org.inkscape.document.ref.xml && 3 xsltproc doc/spec-to-docbook.xsl proposed-interface.xml > doc/org.inkscape.proposed.ref.xml &&
|
/inkscape/src/live_effects/ |
H A D | lpe-rough-hatches.h | 42 linearSnake(Geom::Piecewise<Geom::D2<Geom::SBasis> > const &f, Geom::Point const &org);
|
H A D | lpe-rough-hatches.cpp | 375 LPERoughHatches::linearSnake(Piecewise<D2<SBasis> > const &f, Point const &org){ argument 385 std::vector<double> levels = generateLevels(*range, org[X]); 411 int n = int((range->min()-org[X])/hatch_dist);
|
/inkscape/share/extensions/ |
H A D | pathalongpath.py | 61 def stretch(pathcomp,xscale,yscale,org): 64 pt[0]=org[0]+(pt[0]-org[0])*xscale 65 pt[1]=org[1]+(pt[1]-org[1])*yscale
|
H A D | pathscatter.py | 75 def stretch(pathcomp,xscale,yscale,org): 78 pt[0]=org[0]+(pt[0]-org[0])*xscale 79 pt[1]=org[1]+(pt[1]-org[1])*yscale 168 self.gNode = etree.Element('{http://www.w3.org/2000/svg}g') 177 self.patternNode = etree.Element('{http://www.w3.org/2000/svg}use') 178 self.patternNode.set('{http://www.w3.org/1999/xlink}href',"#%s"%id)
|
/inkscape/packaging/ |
H A D | release-sign-tarballs | 3 SIGNER="bryce@bryceharrington.org" 171 sig_url="http://inkscape.org/.../$sig" 173 https://inkscape.org/en/download/source/ 203 https://inkscape.org/en/download/ 219 http://wiki.inkscape.org/wiki/index.php/Release_notes/$VERSION
|
/inkscape/src/trace/ |
H A D | trace.cpp | 7 * Jon A. Cruz <jon@joncruz.org> 147 typedef org::siox::SioxImage SioxImage; 148 typedef org::siox::SioxObserver SioxObserver; 149 typedef org::siox::Siox Siox;
|
H A D | siox.h | 13 * After translating the siox.org Java API to C++ and receiving an 19 * Many thanks to the fine people at siox.org. 33 namespace org namespace 648 } // namespace org
|
H A D | siox.cpp | 17 namespace org namespace 1734 } // namespace org
|
/inkscape/packaging/macosx/Resources/etc/fonts/ |
H A D | fonts.conf | 15 problems to the fontconfig bugzilla system located at fontconfig.org
|
Completed in 38 milliseconds