Searched defs:space (Results 1 - 11 of 11) 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
/inkscape/share/extensions/Barcode/
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
/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/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
/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/
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/libuemf/
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 4534 milliseconds