/inkscape/src/extension/internal/ |
H A D | javafx-out.h | 45 * Our internal String definition 47 typedef Glib::ustring String; typedef in class:Inkscape::Extension::Internal::JavaFXOutput 74 String name; 77 String outbuf; //main output buffer 78 String foutbuf; //header function buffer 101 bool doGradient(SPGradient *grad, const String &id); 111 bool doCurve(SPItem *item, const String &id);
|
H A D | pov-out.h | 48 * Our internal String definition 50 typedef Glib::ustring String; typedef in class:Inkscape::Extension::Internal::PovOutput 124 bool doCurve(SPItem *item, const String &id); 148 String id; 149 String color; 163 String outbuf;
|
/inkscape/cxxtest/sample/ |
H A D | TraitsTest.h | 63 typedef CXXTEST_STD(string) String; typedef 64 TS_ASSERT_EQUALS( String("Hello"), String("World!") );
|
/inkscape/src/util/ |
H A D | compose.hpp | 1 /* Defines String::compose(fmt, arg...) for easy, i18n-friendly 27 // std::cout << String::compose("This is a %1x%2 matrix.", rows, cols); 200 namespace String namespace
|
H A D | ucompose.hpp | 1 /* Defines String::ucompose(fmt, arg...) for easy, i18n-friendly 29 // String::ucompose("This is a %1x%2 matrix.", rows, cols); 49 // the actual composition class - using String::ucompose is cleaner, so we 251 namespace String namespace
|
/inkscape/share/extensions/ |
H A D | jessyInk.js | 970 str = String.fromCharCode(e.keyCode || e.charCode); 2719 String.prototype.trim = function() 2715 } class
|
/inkscape/src/ |
H A D | deptool.cpp | 84 typedef std::string String; typedef 133 String path; 138 String baseName; 143 String suffix; 159 std::map<String, FileRec *> files; 242 String trim(const String &val); 247 String getSuffix(const String &fname); 252 void parseName(const String [all...] |
/inkscape/src/libuemf/ |
H A D | uemf.c | 2385 \param ptlReference String start coordinates 2388 \param String String to write 2397 void *String, 2406 if(!String)return(NULL); 2427 memcpy(record + off,String,cbString); // copy the string data to its buffer 2393 emrtext_set( U_POINTL ptlReference, U_NUM_STR NumString, uint32_t cbChar, void *String, uint32_t fOptions, U_RECTL rcl, uint32_t *Dx ) argument
|
H A D | upmf.c | 7752 \param Rect String's bounding box. 7753 \param String Caller must free. Array of UFT-16LE unicode characters. 7760 uint16_t **String){ 7761 if(!contents || !FontID || !btype || !BrushID || !FormatID || !Elements || !String){ return(0); } 7777 if(!U_PMF_SERIAL_array_copy_get(&contents, (void **)String, 2, *Elements, U_XE, 1)){ return(0); } 7757 U_PMR_DRAWSTRING_get(const char *contents, U_PMF_CMN_HDR *Header, uint32_t *FontID, int *btype, uint32_t *BrushID, uint32_t *FormatID, uint32_t *Elements, U_PMF_RECTF *Rect, uint16_t **String) argument
|
H A D | uwmf.h | 694 #define U_SIZE_WMRTEXTOUT 8 /**< X 12 (not including String,y,x) */ 1368 Also part of the record, following String, and so at variable positions: 1379 uint8_t String; //!< String to write, storage area must be 2n bytes. member in struct:__anon370 1599 uint8_t String; String to write, storage area must be 2n bytes.
|
/inkscape/ |
H A D | buildtool.cpp | 660 typedef std::string String; typedef in namespace:buildtool 670 Namespace(const String &prefixArg, const String &namespaceURIArg) 690 virtual String getPrefix() 693 virtual String getNamespaceURI() 704 String prefix; 705 String namespaceURI; 715 Attribute(const String &nameArg, const String &valueArg) 735 virtual String getNam 10091 typedef buildtool::String String; typedef [all...] |