Searched defs:read (Results 1 - 8 of 8) sorted by relevance

/inkscape/src/svg/
H A Dsvg-angle.cpp12 * Released under GNU GPL, read the file 'COPYING' for more information
42 bool SVGAngle::read(gchar const *str) function in class:SVGAngle
71 if (!read(str)) {
/inkscape/src/io/
H A Dxsltstream.cpp9 * Released under GNU GPL, read the file 'COPYING' for more information
36 if (!read(xsltSource)) {
37 throw StreamException("read failed");
54 bool XsltStyleSheet::read(InputStream &xsltSource) function in class:Inkscape::IO::XsltStyleSheet
118 * Returns the number of bytes that can be read (or skipped over) from
H A Dinkjar.cpp5 * Released under GNU GPL, read the file 'COPYING' for more information
133 if (!read(bytes, 4)) {
148 if (!read(bytes, 12)) {
181 if (!read(filename, filename_length)) {
208 if (!read(bytes+4, 26)) {
306 if (!(nbytes = read(bytes, nbytes))) {
333 int JarFile::read(guint8 *buf, unsigned int count) function in class:Inkjar::JarFile
337 fprintf(stderr, "read error\n");
367 fprintf(stderr, "jarfile read error");
418 if (!read(byte
[all...]
/inkscape/src/
H A Dstyle-internal.cpp22 * Released under GNU GPL, read the file 'COPYING' for more information
65 SPIFloat::read( gchar const *str ) { function in class:SPIFloat
140 SPIScale24::read( gchar const *str ) { function in class:SPIScale24
228 SPILength::read( gchar const *str ) { function in class:SPILength
451 SPILengthOrNormal::read( gchar const *str ) { function in class:SPILengthOrNormal
462 SPILength::read( str );
525 SPIEnum::read( gchar const *str ) { function in class:SPIEnum
672 SPIEnumBits::read( gchar const *str ) { function in class:SPIEnumBits
726 SPILigatures::read( gchar const *str ) { function in class:SPILigatures
803 SPINumeric::read( gcha function in class:SPINumeric
909 SPIString::read( gchar const *str ) { function in class:SPIString
1020 void SPIColor::read( gchar const *str ) { function in class:SPIColor
1163 SPIPaint::read( gchar const *str ) { function in class:SPIPaint
1270 SPIPaint::read( gchar const *str, SPStyle &style_in, SPDocument *document_in ) { function in class:SPIPaint
1481 SPIPaintOrder::read( gchar const *str ) { function in class:SPIPaintOrder
1647 SPIFilter::read( gchar const *str ) { function in class:SPIFilter
1796 SPIDashArray::read( gchar const *str ) { function in class:SPIDashArray
1905 SPIFontSize::read( gchar const *str ) { function in class:SPIFontSize
2147 SPIFont::read( gchar const *str ) { function in class:SPIFont
2284 SPIBaselineShift::read( gchar const *str ) { function in class:SPIBaselineShift
2449 SPITextDecorationLine::read( gchar const *str ) { function in class:SPITextDecorationLine
2587 SPITextDecorationStyle::read( gchar const *str ) { function in class:SPITextDecorationStyle
2733 SPITextDecoration::read( gchar const *str ) { function in class:SPITextDecoration
[all...]
H A Dstyle.cpp19 * Released under GNU GPL, read the file 'COPYING' for more information
101 // for calculated values (through 'em' and 'ex'). ('ex' is currently not read.)
566 SPStyle::read( SPObject *object, Inkscape::XML::Node *repr ) { function in class:SPStyle
568 // std::cout << "SPstyle::read( SPObject, Inkscape::XML::Node ): Entrance: "
578 // if( !(*temp == *this ) ) std::cout << "SPStyle::read: Need to clear" << std::endl;
599 // std::cerr << "SPStyle::read: No object! Can not read style sheet" << std::endl;
607 // font-variant are converted to shorthands in CSS 3 but can still be read as a
627 // std::cout << "SPStyle::read(): reading via repr->parent()" << std::endl;
630 parent->read( NUL
[all...]
/inkscape/src/extension/implementation/
H A Dscript.cpp12 * Released under GNU GPL, read the file 'COPYING' for more information
984 \return Number of bytes that were read into the output file.
1079 // this enforces that only the file_listeners should be read in this new MainLoop
1092 fileout.read(Glib::IO_IN);
1095 fileerr.read(Glib::IO_IN);
1125 _conn = main->get_context()->signal_io().connect(sigc::mem_fun(*this, &file_listener::read), _channel, Glib::IO_IN | Glib::IO_HUP | Glib::IO_ERR);
1131 bool Script::file_listener::read(Glib::IOCondition condition) { function in class:Inkscape::Extension::Implementation::Script::file_listener
/inkscape/src/xml/
H A Drepr-io.cpp10 * Released under GNU GPL, read the file 'COPYING' for more information
113 int read( char * buffer, int len );
144 //g_message(" the file being read is gzip'd. extract it");
193 int len = this->read(buffer, 4096);
244 retVal = self->read( buffer, len );
258 int XmlSource::read( char *buffer, int len ) function in class:XmlSource
/inkscape/src/util/
H A Dziptool.cpp222 static const int MAXCODES = 316; // max codes lengths to read
295 unsigned long srcPos; //current read position
688 // read length/literal and distance code length tables
1698 bool GzipFile::read() function in class:GzipFile
1803 //read remainder of stream
1856 if (!read())
1879 if (!read())
2649 /* this cookie was read in the loop above
2971 bool ZipFile::read() function in class:ZipFile
2991 if (!read())
[all...]

Completed in 1909 milliseconds