Searched defs:String (Results 1 - 11 of 11) sorted by relevance

/inkscape/src/extension/internal/
H A Djavafx-out.h45 * 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 Dpov-out.h48 * 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 DTraitsTest.h63 typedef CXXTEST_STD(string) String; typedef
64 TS_ASSERT_EQUALS( String("Hello"), String("World!") );
/inkscape/src/util/
H A Dcompose.hpp1 /* 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 Ducompose.hpp1 /* 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 DjessyInk.js970 str = String.fromCharCode(e.keyCode || e.charCode);
2719 String.prototype.trim = function()
2715 } class
/inkscape/src/
H A Ddeptool.cpp84 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 Duemf.c2385 \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 Dupmf.c7752 \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 Duwmf.h694 #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 Dbuildtool.cpp660 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...]

Completed in 2095 milliseconds