/inkscape/src/ui/dialog/ |
H A D | memory.cpp | 86 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 D | filter-effects-dialog.cpp | 547 _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/extension/internal/ |
H A D | text_reassemble.c | 195 \brief Find a (sub)string in a caseinvariant manner, used for locating "Narrow" in font name 268 for(i=0;i<fsp->used;i++){ /* first check in alts */ 453 last = cxi->cx[src].kids.used - 1; 542 dst = cxi->used-1; /* complex being grown */ 580 fti->used=0; 607 if(fti->used >= fti->space){ 612 memset(&fti->fonts[fti->used],0,(fti->space - fti->used)*sizeof(FNT_SPECS)); 633 memcpy(&(fti->fonts[fti->used]),fsp,sizeof(FNT_SPECS)); 634 fti->used [all...] |
H A D | text_reassemble.h | 58 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/display/ |
H A D | drawing.cpp | 205 size_t used = 0; local 208 if (used + i->cache_size > _cache_budget) break; 209 used += i->cache_size;
|
/inkscape/src/live_effects/ |
H A D | lpe-rough-hatches.cpp | 2 * 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/libuemf/ |
H A D | upmf_print.c | 20 This option should only be used for tiny test files, consisting of just line objects. 51 this function is not visible in the API. Common routine used by many functions that draw points. 77 this function is not visible in the API. Common routine used by many functions that draw points. 90 this function is not visible in the API. Common routine used by many functions that draw rectangles. 106 this function is not visible in the API. Common routine used by many functions. 149 if((type != U_PMR_OBJECT) && (ObjCont.used > 0)){ 2800 \param term Flag used when an abnormal termination of a series of continuation records is encountered. 2823 if(ObjCont->used == 0)return(0); /* no continued object pending */ 2825 ObjCont->used, ObjCont->Id, ObjCont->Type); 2841 if((ObjCont->used > [all...] |
H A D | uwmf.c | 44 #include <windef.h> //Not actually used, looking for collisions 45 #include <winnt.h> //Not actually used, looking for collisions 46 #include <wingdi.h> //Not actually used, looking for collisions 704 if(numCt && colortype >= U_BCBM_COLOR16)return(0); //color tables not used above 16 bit pixels 777 These definitions are for code pieces that are used many times in the following implementation. These 959 int16_t WidthBytes; // total bytes per scan line (used and padding). 1089 These functions are used for Image conversions and other 1138 \param height character height (absolute value will be used) 1505 wtl->used = 0; 1509 wtl->largest = 0; /* only used b [all...] |
H A D | uemf.c | 41 #include <windef.h> //Not actually used, looking for collisions 42 #include <winnt.h> //Not actually used, looking for collisions 43 #include <wingdi.h> //Not actually used, looking for collisions 193 These definitions are for code pieces that are used many times in the following implementation. These 199 // this one may also be used A=Msk,B=MskBmi and F=cbMsk 255 These functions are used for development and debugging and should be be includied in production code. 259 \brief Debugging utility, used with valgrind to find uninitialized values. Not for use in production code. 299 These functions are used for Image conversions and other 311 \param height character height (absolute value will be used) 658 if(use_ct && colortype >= U_BCBM_COLOR16)return(2); //color tables not used abov [all...] |
H A D | upmf.c | 46 #include <windef.h> //Not actually used, looking for collisions 47 #include <winnt.h> //Not actually used, looking for collisions 48 #include <wingdi.h> //Not actually used, looking for collisions 64 /* Prototypes for functions used here and defined in uemf_endian.c, but which are not supposed 65 to be used in end user code. */ 76 \param et EMFTRACK used to write records to EMF file 102 \param sum PseudoObject used for scratch space 103 \param et EMFTRACK used to write records to EMF file 149 \param sum PseudoObject used for scratch space 150 \param et EMFTRACK used t [all...] |
H A D | uwmf.h | 357 #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 D | uemf.h | 19 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...] |
H A D | upmf.h | 61 // 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...] |
/inkscape/src/ |
H A D | style-internal.cpp | 3 * 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/widgets/ |
H A D | icon.cpp | 235 // GTK3 Only, Doesn't actually seem to be used. 270 gtk_icon_source_set_size(source, GTK_ICON_SIZE_SMALL_TOOLBAR); // note: this is boilerplate and not used 1018 bool used = false; 1022 used = true; 1027 ( used ? ' ' : 'X' ), width, height, names[i]);
|