Searched refs:stretch (Results 1 - 8 of 8) sorted by relevance

/inkscape/share/extensions/
H A Dpathalongpath.py61 def stretch(pathcomp,xscale,yscale,org): function
214 self.options.stretch=False
217 self.options.stretch=False
220 self.options.stretch=True
223 self.options.stretch=True
275 if self.options.stretch:
277 exit(_("The 'stretch' option requires that the pattern must have non-zero width :\nPlease edit the pattern width."))
279 stretch(sub,length/width,1,self.skelcomp[0])
H A Dpathscatter.py75 def stretch(pathcomp,xscale,yscale,org): function
134 self.OptionParser.add_option("-s", "--stretch",
136 dest="stretch", default=True,
264 if self.options.stretch:
/inkscape/src/
H A Dsp-font-face.cpp275 std::vector<FontFaceStretchType> stretch; local
276 stretch.push_back(SP_FONTFACE_STRETCH_NORMAL);
277 this->font_stretch = stretch;
324 this->readAttr( "font-stretch" );
382 std::vector<FontFaceStretchType> stretch; local
442 stretch = sp_read_fontFaceStretchType(value);
444 if (this->font_stretch.size() != stretch.size()){
445 this->font_stretch = stretch;
448 for (unsigned int i=0;i<stretch.size();i++){
449 if (stretch[
[all...]
H A Dseltrans.h64 void stretch(SPSelTransHandle const &handle, Geom::Point &pt, unsigned int state);
128 STATE_SCALE, //scale or stretch
H A Dseltrans.cpp446 // when trying to stretch a perfectly vertical line in horizontal direction, which will not be allowed by the handles;
474 // when trying to stretch a perfectly vertical line in horizontal direction, which will not be allowed
773 stretch(handle, *position, state);
998 if (state & GDK_MOD1_MASK) { // stretch by an integer multiplier/divider
1329 void Inkscape::SelTrans::stretch(SPSelTransHandle const &/*handle*/, Geom::Point &/*pt*/, guint /*state*/) function in class:Inkscape::SelTrans
/inkscape/src/libnrtype/
H A DFontFactory.h131 int weight=PANGO_WEIGHT_NORMAL, int stretch=PANGO_STRETCH_NORMAL,
H A DFontFactory.cpp760 font_instance *font_factory::Face(char const *family, int variant, int style, int weight, int stretch, int /*size*/, int /*spacing*/) argument
765 pango_font_description_set_stretch(temp_descr,(PangoStretch)stretch);
H A Dfont-lister.cpp693 PangoStretch stretch = pango_font_description_get_stretch(desc); local
694 switch (stretch) {
696 sp_repr_css_set_property(css, "font-stretch", "ultra-condensed");
699 sp_repr_css_set_property(css, "font-stretch", "extra-condensed");
702 sp_repr_css_set_property(css, "font-stretch", "condensed");
705 sp_repr_css_set_property(css, "font-stretch", "semi-condensed");
708 sp_repr_css_set_property(css, "font-stretch", "normal");
711 sp_repr_css_set_property(css, "font-stretch", "semi-expanded");
714 sp_repr_css_set_property(css, "font-stretch", "expanded");
717 sp_repr_css_set_property(css, "font-stretch", "extr
[all...]

Completed in 297 milliseconds