Searched defs:used (Results 1 - 9 of 9) sorted by relevance

/inkscape/src/ui/dialog/
H A Dmemory.cpp86 Gtk::TreeModelColumn<Glib::ustring> used; member in class:Inkscape::UI::Dialog::Memory::Private::ModelColumns
90 ModelColumns() { add(name); add(used); add(slack); add(total); }
97 view.append_column(_("In Use"), columns.used);
144 row->set_value(columns.used, format_size(stats.bytes_used));
147 row->set_value(columns.used, Glib::ustring(_("Unknown")));
176 row->set_value(columns.used, format_size(total.bytes_used));
178 row->set_value(columns.used, Glib::ustring("> ") + format_size(total.bytes_used));
H A Dfilter-effects-dialog.cpp547 _matrix(SP_ATTR_VALUES, _("This matrix determines a linear transform on color space. Each line affects one of the color components. Each column determines how much of each color component from the input is passed to the output. The last column does not depend on input colors, so can be used to adjust a constant component value.")),
730 (char const *)_("Select an image to be used as feImage input"));
1115 //XML Tree being used directly here while it shouldn't be.
1208 //TODO: here I have used 100 degrees as default value. But spec says that if not specified, no limiting cone is applied. So, there should be a way for the user to set a "no limiting cone" option.
1264 //XML Tree being used directly here while it shouldn't be.
1270 //XML Tree being used directly here while it shouldn't be.
1467 // If the filter is not used by any selected object, sel = 0,
1476 std::set<SPObject*> used; local
1487 used.insert(style->getFilter());
1489 used
[all...]
/inkscape/src/display/
H A Ddrawing.cpp205 size_t used = 0; local
208 if (used + i->cache_size > _cache_budget) break;
209 used += i->cache_size;
/inkscape/src/
H A Dstyle-internal.cpp3 * SVG stylesheets implementation - Classes used by SPStyle class.
934 // This routine is actually rarely used. Writing is done usually
1143 // Paint is used for 'fill' and 'stroke'. SPIPaint perhaps should be derived from SPIColor.
1230 // available. SPIPaint can be used 'stand-alone' (e.g. to parse color values) in
1267 // Stand-alone read (Legacy read()), used multiple places, e.g. sp-stop.cpp
1502 bool used[3] = {false, false, false}; local
1510 used[0] = true;
1514 used[1] = true;
1518 used[2] = true;
1530 if( !used[
[all...]
/inkscape/src/live_effects/
H A Dlpe-rough-hatches.cpp2 * LPE Curve Stitching implementation, used as an example for a base starting class
47 bool used; member in struct:Inkscape::LivePathEffect::LevelCrossing
104 lc.used = false;
151 if (!(*this)[i][j].used){
168 if ( idx >= (*this)[level].size()-1 || (*this)[level][idx+1].used ) {
174 if ( idx <= 0 || (*this)[level][idx-1].used ) {
199 if ( level+1 != next.first || (*this)[next.first][next.second].used ) {
312 Piecewise<SBasis> tilter;//used to bend the hatches
313 Affine bend_mat;//used to bend the hatches
416 if ((static_cast<long long>(i) % 2 == n % 2) && ((j + 1) < lscs[i].size()) && !lscs[i][j].used){
[all...]
/inkscape/src/extension/internal/
H A Dtext_reassemble.h58 Unused bits may be used by end user code.
145 uint32_t used; /**< alts storage slots in use */ member in struct:__anon67
161 uint32_t used; /**< storage slots in use */ member in struct:__anon68
168 uint8_t Reserved; //!< Not used
191 int decoration; /**< text decorations, ignored during assembly, used during output */
193 TRCOLORREF decColor; /**< text decoration color, ignored during assembly, used during output */
206 uint32_t used; /**< storage slots in use */ member in struct:__anon71
227 uint32_t used; /**< storage slots in use */ member in struct:__anon73
238 uint32_t used; /**< storage slots in use */ member in struct:__anon74
257 uint32_t used; /**< storag member in struct:__anon76
[all...]
/inkscape/src/libuemf/
H A Duwmf.h357 #define BI_BITCOUNT_4 U_BCBM_COLOR16 //!< 2^16 colors. bmiColors is not used. Pixels are 5 bits B,G,R with 1 unused bit
358 #define BI_BITCOUNT_5 U_BCBM_COLOR24 //!< 2^24 colors. bmiColors is not used. Pixels are U_RGBTRIPLE.
359 #define BI_BITCOUNT_6 U_BCBM_COLOR32 //!< 2^32 colors. bmiColors is not used. Pixels are U_RGBQUAD.
391 Only used in a PitchAndFamily object, defined there
415 Not used presently, applies in BitmapV4Header
503 #define U_MEMORYMETAFILE 0x0001 //!< memory metafile (never used by libUWMF)
504 #define U_DISKMETAFILE 0x0002 //!< disk metafile (always used by libUWMF)
526 #define U_PC_RESERVED 0x01 //!< used for animation
533 EXCEPT no values >0xFFFF are used, in particular there is no U_PS_GEOMETRIC (ie, all are U_PS_COSMETIC).
536 was the same when escape records for JOIN and ENDCAP are used
2048 size_t used; //!< Amount consumed member in struct:__anon398
[all...]
H A Dupmf.h61 // used 9728 to test fragmenting of emitted object records
70 These values are used to tell U_PMF_DASHEDLINEDATA_set2() to create one of 27 custom line patterns.
186 These are used by the *_set routines to identify types of PseudoObject.
317 #define U_PMF_4NUM_OID 0x40000001 //!< PMF_4NUM PseudoObject type. PseudoObject contains a 4 unsigned int in EMF+ file byte order, used in some contexts to indicate an object index number..
450 EMF+ manual 2.1.1.13, Microsoft name: HatchStyle Enumeration (U_HSP_* [U_HS_ already used for EMF])
950 to draw centered text, for instance, U_SA_Center must be used, and the bounding rectangle must also be
1039 used Abbrev. Name
1191 These may be used by a parser to set up for a switch() statement.
1251 Note, some of these are used in more than one record type, only a single reference is provided
1265 /* the next one is used mos
1323 uint32_t used; /**< bytes in use */ member in struct:__anon226
[all...]
H A Duemf.h19 metafile records. The methods used to do that differ somewhat between metafiles, and the simplest
46 An additional issue is that the Enumeration names used in WMF are different from those
47 used in EMF, even when the values are either identical or differ only slightly, and no method
175 If a uint16_t is used gcc complains about the first test. Force B to be at least as big as int (at run time) */
231 /* ************************ WMF pieces used in EMF or EMF+ ****************************** */
280 #define U_BCBM_COLOR16 16 //!< 2^16 colors. bmiColors is not used. Pixels are 5 bits B,G,R with 1 unused bit
281 #define U_BCBM_COLOR24 24 //!< 2^24 colors. bmiColors is not used. Pixels are U_RGBTRIPLE.
282 #define U_BCBM_COLOR32 32 //!< 2^32 colors. bmiColors is not used. Pixels are U_RGBQUAD. Also use for EMF+ ARGB
291 #define U_BI_UNKNOWN -1 //!< not defined in EMF standard, not to be used in EMF files
379 Microsoft documentation (EMF manual,section 2.2.5) says that the same rectangle is used fo
3298 size_t used; //!< Amount consumed member in struct:__anon223
[all...]

Completed in 109 milliseconds