Searched refs:space (Results 1 - 23 of 23) sorted by relevance

/inkscape/share/extensions/
H A Drender_alphabetsoup_config.py579 space = 4 # number of unit boxes to make a " " space in string variable
H A Dpathalongpath.py116 self.OptionParser.add_option("-p", "--space",
118 dest="space", default=0.0)
232 dx=width+self.options.space
260 NbCopies=max(1,int(round((length+self.options.space)/dx)))
263 width-=self.options.space
H A Dpathscatter.py138 self.OptionParser.add_option("-p", "--space",
140 dest="space", default=0.0)
242 dx=width+self.options.space
265 dx=width+self.options.space
266 n=int((length-self.options.toffset+self.options.space)/dx)
H A Drender_alphabetsoup.py340 elif( char == " "): # add a " " space to the image list
349 if ( char == " "): # add a " " space to the image list
446 if (entry == " "): # leaving room for " " space characters
447 length = length + (zoom * render_alphabetsoup_config.space)
458 position = position + (zoom * render_alphabetsoup_config.space )
492 if c == ' ': # a space terminates this escape
/inkscape/share/extensions/Barcode/
H A DEan13.py35 self.text = self.space(n[0:1], 4, n[1:7], 5, n[7:], 7)
H A DEan2.py35 self.text = ' '.join(self.space(number))
H A DEan8.py32 self.text = self.space(n[:4], 3, n[4:])
H A DUpca.py33 self.text = self.space(n[0:1], 3, n[1:6], 4, n[6:11], 3, n[11:])
H A DEan5.py35 self.text = ' '.join(self.space(number))
H A DBaseEan.py74 def space(self, *spacing): member in class:EanBarcode
77 for space in spacing:
78 if isinstance(space, list):
79 for i in space:
81 elif isinstance(space, int):
82 result += ' ' * space
H A DUpce.py39 self.text = self.space(['0'], 2, n[:6], 2, n[-1])
/inkscape/src/ui/dialog/
H A Ddocument-metadata.cpp143 Gtk::HBox *space = Gtk::manage (new Gtk::HBox); local
144 space->set_size_request (SPACE_SIZE_X, SPACE_SIZE_Y);
147 space->set_valign(Gtk::ALIGN_CENTER);
148 _page_metadata1.attach(*space, 0, row, 1, 1);
157 _page_metadata1.attach(*space, 0,1, row, row+1, Gtk::FILL, (Gtk::AttachOptions)0,0,0);
181 Gtk::HBox *space = Gtk::manage (new Gtk::HBox); local
182 space->set_size_request (SPACE_SIZE_X, SPACE_SIZE_Y);
185 space->set_valign(Gtk::ALIGN_CENTER);
186 _page_metadata2.attach(*space, 0, row, 1, 1);
192 _page_metadata2.attach(*space,
[all...]
H A Ddocument-properties.cpp222 * possible cases: (0,0) means insert space in first column; (0, non-0) means
309 Gtk::HBox *space = Gtk::manage (new Gtk::HBox); local
310 space->set_size_request (SPACE_SIZE_X, SPACE_SIZE_Y);
313 space->set_halign(Gtk::ALIGN_CENTER);
314 space->set_valign(Gtk::ALIGN_CENTER);
315 table.attach(*space, 0, r, 1, 1);
317 table.attach (*space, 0, 1, r, r+1, (Gtk::AttachOptions)0, (Gtk::AttachOptions)0,0,0);
1011 Gtk::HBox *space = Gtk::manage (new Gtk::HBox); local
1012 space->set_size_request (SPACE_SIZE_X, SPACE_SIZE_Y);
1015 space
1069 Gtk::HBox *space = Gtk::manage (new Gtk::HBox); local
[all...]
/inkscape/src/
H A Dcolorspace.h46 std::vector<Component> getColorSpaceInfo( uint32_t space );
H A Dcolor-profile.cpp123 static cmsUInt32Number _getInputFormat( cmsColorSpaceSignature space );
436 cmsColorSpaceSignature space; member in struct:MapMap
440 cmsUInt32Number ColorProfileImpl::_getInputFormat( cmsColorSpaceSignature space )
458 if ( possible[i].space == space ) {
1012 cmsColorSpaceSignature space = cmsGetColorSpace(theOne); local
1019 } else if ( space != cmsSigRgbData ) {
1066 cmsColorSpaceSignature space = cmsGetColorSpace(theOne); local
1069 (void)space;
1076 } else if ( space !
[all...]
H A Dsp-object.cpp680 object->readAttr("xml:space");
995 * Return string representation of space value.
997 static gchar const *sp_xml_get_space_string(unsigned int space) argument
999 switch (space) {
1021 repr->setAttribute("xml:space", xml_space);
/inkscape/src/extension/internal/
H A Dtext_reassemble.h144 uint32_t space; /**< alts storage slots allocated */ member in struct:__anon67
150 double spcadv; /**< advance equal to a space, in points at font's face size */
160 uint32_t space; /**< storage slots allocated */ member in struct:__anon68
205 uint32_t space; /**< storage slots allocated */ member in struct:__anon71
226 uint32_t space; /**< storage slots allocated */ member in struct:__anon73
237 uint32_t space; /**< storage slots allocated */ member in struct:__anon74
256 uint32_t space; /**< storage slots allocated */ member in struct:__anon76
H A Dtext_reassemble.c579 fti->space=0;
607 if(fti->used >= fti->space){
608 fti->space += ALLOCINFO_CHUNK;
609 tmp = (FNT_SPECS *) realloc(fti->fonts, fti->space * sizeof(FNT_SPECS) );
612 memset(&fti->fonts[fti->used],0,(fti->space - fti->used)*sizeof(FNT_SPECS));
768 fsp->space = 0;
794 /* The space advance is needed in various places. Get it now, and get it in the font units,
830 printf("fti space: %d\n",fti->space);
834 printf("fti font: %6d space
[all...]
/inkscape/src/display/
H A Dcanvas-axonomgrid.cpp90 * possible cases: (0,0) means insert space in first column; (0, non-0) means
141 Gtk::HBox *space = Gtk::manage (new Gtk::HBox); local
142 space->set_size_request (SPACE_SIZE_X, SPACE_SIZE_Y);
144 space->set_halign(Gtk::ALIGN_CENTER);
145 space->set_valign(Gtk::ALIGN_CENTER);
146 table.attach(*space, 0, r, 1, 1);
148 table.attach (*space, 0, 1, r, r+1,
H A Dcanvas-grid.cpp397 * possible cases: (0,0) means insert space in first column; (0, non-0) means
447 Gtk::HBox *space = Gtk::manage (new Gtk::HBox); local
448 space->set_size_request (SPACE_SIZE_X, SPACE_SIZE_Y);
450 space->set_halign(Gtk::ALIGN_CENTER);
451 space->set_valign(Gtk::ALIGN_CENTER);
452 table.attach(*space, 0, r, 1, 1);
454 table.attach (*space, 0, 1, r, r+1,
/inkscape/src/ui/widget/
H A Dcolor-icc-selector.cpp154 std::vector<colorspace::Component> colorspace::getColorSpaceInfo(uint32_t space) argument
207 if (sets.find(space) != sets.end()) {
208 target = sets[space];
/inkscape/src/libuemf/
H A Dupmf.c75 \param sum U_PSEUDO_OBJ to use for scratch space
102 \param sum PseudoObject used for scratch space
149 \param sum PseudoObject used for scratch space
450 if(oa->used + size >= oa->space){
451 oa->space += size;
452 char *newaccum = (char *) realloc(oa->accum, oa->space);
454 oa->space -= size; /* put it back the way it was */
487 oa->space = 0;
496 \param Data Data to copy into the PseudoObject's data. If NULL, space is allocated, but is cleared instead of filled.
533 \param Data Data to copy into the PseudoObject's data. If NULL, space i
[all...]
H A Dupmf.h1322 uint32_t space; /**< bytes allocated */ member in struct:__anon226
1525 U_FLOAT LeadingMargin; //!< space before starting position (text) of a string
1526 U_FLOAT TrailingMargin; //!< space after last position (text) of a string
1527 U_FLOAT Tracking; //!< horizontal space alotted per character/font specification per character
1933 U_PMF_DASHEDLINEDATA DLData //!< U_PD_DLData Dash and space widths
2012 U_PMF_IMAGE Image Image that contains the texture. Present if the PMR record that includes this object still has space
2764 Multiply this against current world space transform, result becomes new world space transform.
2778 Multiply this against current world space transform, result becomes new world space transfor
[all...]

Completed in 2471 milliseconds