Searched defs:ch (Results 1 - 25 of 31) sorted by relevance

12

/inkscape/src/io/
H A Dbufferstream.cpp94 int ch = (int) buffer[position++]; local
95 return ch;
141 int BufferOutputStream::put(gunichar ch) argument
145 buffer.push_back(ch);
H A Dstringstream.cpp70 int ch = (int) buffer[position++]; local
71 return ch;
115 int StringOutputStream::put(gunichar ch) argument
117 buffer.push_back(ch);
H A Dbase64stream.cpp136 int ch = source.get(); local
137 if (ch < 0)
147 if (isspace(ch)) //ascii whitespace
151 else if (ch == '=') //padding
158 int byteVal = base64decode[ch & 0x7f];
159 //printf("char:%c %d\n", ch, byteVal);
278 void Base64OutputStream::putCh(int ch) argument
280 destination.put(ch);
293 int Base64OutputStream::put(gunichar ch) argument
302 outBuf |= (ch
[all...]
H A Duristream.cpp273 gunichar ch = (gunichar)inputStream->get(); local
274 return ch;
405 int UriOutputStream::put(gunichar ch) argument
416 uch = (unsigned char)(ch & 0xff);
424 data.push_back(ch);
471 void UriWriter::put(gunichar ch) argument
473 outputStream->put(ch);
H A Dxsltstream.cpp146 int ch = (int) outbuf[outpos++]; local
147 return ch;
216 char ch = resbuf[i]; local
217 destination.put(ch);
231 int XsltOutputStream::put(gunichar ch) argument
233 outbuf.push_back(ch);
H A Dgzipstream.cpp126 int ch = -1; local
141 ch = (int)outputBuf[outputBufPos++];
145 return ch;
161 int ch = source.get(); local
162 if (ch<0)
164 inputBuf.push_back(static_cast<Byte>(ch & 0xff));
435 int GzipOutputStream::put(gunichar ch) argument
445 inputBuf.push_back(ch);
H A Dinkscapestream.h192 virtual int put(gunichar ch) = 0;
215 virtual int put(gunichar ch);
241 int put(gunichar ch) argument
242 {return putchar(ch); }
473 virtual void put(gunichar ch) = 0;
527 virtual void put(gunichar ch);
618 virtual void put(gunichar ch);
646 virtual void put(gunichar ch);
H A Dinkscapestream.cpp30 int ch = source.get(); local
31 if (ch<0)
33 dest.put(ch);
128 int BasicOutputStream::put(gunichar ch) argument
132 destination.put(ch);
193 gunichar ch = get(); local
194 if (ch == '\n')
196 str.push_back(ch);
209 gunichar ch = get(); local
210 if (!g_unichar_isprint(ch))
372 gunichar ch = (gunichar)inputStream.get(); local
424 gunichar ch = (gunichar)inputStream->get(); local
467 put(gunichar ch) argument
491 writeChar(char ch) argument
740 put(gunichar ch) argument
790 put(gunichar ch) argument
[all...]
/inkscape/src/widgets/
H A Dsp-attribute-widget.cpp106 std::vector<Gtk::Widget*> ch = table->get_children(); local
107 for (int i = (ch.size())-1; i >=0 ; i--)
109 Gtk::Widget *w = ch[i];
110 ch.pop_back();
123 ch.clear();
H A Dspw-utilities.cpp320 GList *ch = gtk_container_get_children (GTK_CONTAINER(w)); local
321 for (GList *i = ch; i != NULL; i = i->next) {
343 GList *ch = gtk_container_get_children (GTK_CONTAINER(w)); local
344 for (GList *i = ch; i != NULL; i = i->next) {
/inkscape/src/extension/internal/filter/
H A Dfilter-file.cpp123 void put (gunichar ch);
129 void mywriter::put (gunichar ch) { _str += ch; } argument
/inkscape/src/
H A Dobject-test.h207 std::vector<SPItem*> ch; local
208 sp_item_group_ungroup(n_group, ch, false);
H A Ddeptool.cpp703 int ch = get(pos); local
704 if (ch < 0)
706 if (!isspace(ch))
723 int ch = get(pos); local
724 if (ch < 0)
726 if (isspace(ch))
728 ret.push_back((char)ch);
/inkscape/src/ui/dialog/
H A Dfiledialog.cpp49 Glib::ustring::value_type ch = str[strpos]; local
50 if (ch != ext[extpos])
52 if ( ((ch & 0xff80) != 0) ||
53 static_cast<Glib::ustring::value_type>( g_ascii_tolower( static_cast<gchar>(0x07f & ch) ) ) != ext[extpos] )
H A Dglyphs.cpp604 gunichar ch = (*row)[getColumns()->code]; local
605 glyphs = ch;
627 gunichar ch = (*row)[getColumns()->code]; local
629 tmp += ch;
655 gunichar ch = (*row)[getColumns()->code]; local
659 GUnicodeScript script = g_unichar_get_script(ch);
664 gchar * tmp = g_strdup_printf("U+%04X %s", ch, scriptName.c_str());
758 for (gunichar ch = lower; ch <= upper; ch
[all...]
H A Dcolor-item.cpp152 static bool getBlock( std::string& dst, guchar ch, std::string const & str ) argument
155 std::string::size_type pos = str.find(ch);
H A Dfiledialogimpl-gtkmm.cpp77 Glib::ustring::value_type ch = extension[i]; local
78 if (Glib::Unicode::isalpha(ch)) {
80 pattern += Glib::Unicode::toupper(ch);
81 pattern += Glib::Unicode::tolower(ch);
84 pattern += ch;
/inkscape/src/display/
H A Dnr-filter-displacement-map.cpp121 // component = (color & (ch*8)) >> (ch*8)
122 unsigned ch = 4; local
125 ch = 3; break;
127 ch = 2; break;
129 ch = 1; break;
131 ch = 0; break;
134 if (ch == 4) return;
136 if (s == 0) Xchannel = ch;
137 if (s == 1) Ychannel = ch;
[all...]
/inkscape/src/ui/widget/
H A Dimageicon.cpp336 Glib::ustring::value_type ch = str[strpos]; local
337 if (ch != ext[extpos])
339 if ( ((ch & 0xff80) != 0) ||
340 static_cast<Glib::ustring::value_type>( g_ascii_tolower( static_cast<gchar>(0x07f & ch) ) ) != ext[extpos] )
H A Dcolor-slider.cpp317 gint cx, cy, cw, ch; local
331 ch = allocation.get_height() - 2 * cy;
339 queue_draw_area(ax, ay, ARROW_SIZE + 4, ch);
342 queue_draw_area(ax, ay, ARROW_SIZE + 4, ch);
H A Dselected-style.cpp1385 double ch = hsla[3]; local
1386 parent->getDesktop()->event_context->message_context->setF(Inkscape::IMMEDIATE_MESSAGE, _("Adjusting <b>alpha</b>: was %.3g, now <b>%.3g</b> (diff %.3g); with <b>Ctrl</b> to adjust lightness, with <b>Shift</b> to adjust saturation, without modifiers to adjust hue"), ch - diff, ch, diff);
1391 double ch = hsla[1]; local
1392 parent->getDesktop()->event_context->message_context->setF(Inkscape::IMMEDIATE_MESSAGE, _("Adjusting <b>saturation</b>: was %.3g, now <b>%.3g</b> (diff %.3g); with <b>Ctrl</b> to adjust lightness, with <b>Alt</b> to adjust alpha, without modifiers to adjust hue"), ch - diff, ch, diff);
1397 double ch = hsla[2]; local
1398 parent->getDesktop()->event_context->message_context->setF(Inkscape::IMMEDIATE_MESSAGE, _("Adjusting <b>lightness</b>: was %.3g, now <b>%.3g</b> (diff %.3g); with <b>Shift</b> to adjust saturation, with <b>Alt</b> to adjust alpha, without modifiers to adjust hue"), ch - diff, ch, diff);
1403 double ch local
[all...]
/inkscape/src/extension/internal/
H A Dpov-out.cpp656 int ch = *iter; local
657 fputc(ch, f);
/inkscape/src/live_effects/
H A Dspiro.cpp454 double ch, th; local
462 ch = hypot(xy[0], xy[1]);
464 l = ch / seg_ch;
861 double ch, th;
865 ch = hypot(xy[0], xy[1]);
867 scale = seg_ch / ch;
1006 double ch, th;
1007 ch = hypot(xy[0], xy[1]);
1009 printf("n = %d: integ(%g %g %g %g) = %g %g, ch = %g, th = %g\n", n,
1010 ks[0], ks[1], ks[2], ks[3], xy[0], xy[1], ch, t
[all...]
/inkscape/src/ui/
H A Dclipboard.cpp418 Inkscape::XML::Node *ch = root->firstChild(); local
419 while (ch != NULL &&
420 strcmp(ch->name(), "svg:g") &&
421 strcmp(ch->name(), "svg:path") &&
422 strcmp(ch->name(), "svg:use") &&
423 strcmp(ch->name(), "svg:text") &&
424 strcmp(ch->name(), "svg:image") &&
425 strcmp(ch->name(), "svg:rect")
427 ch = ch
[all...]
/inkscape/src/util/
H A Dziptool.cpp180 unsigned char ch = *iter; local
181 update(ch);
831 virtual bool update(int ch);
882 void put(int ch);
884 void putWord(int ch);
888 void putBits(unsigned int ch, unsigned int bitsWanted);
890 void putBitsR(unsigned int ch, unsigned int bitsWanted);
893 void encodeLiteralStatic(unsigned int ch);
943 bool Deflater::update(int ch) argument
945 uncompressed.push_back((unsigned char)(ch
1031 put(int ch) argument
1041 putWord(int ch) argument
1065 putBits(unsigned int ch, unsigned int bitsWanted) argument
1099 putBitsR(unsigned int ch, unsigned int bitsWanted) argument
1116 encodeLiteralStatic(unsigned int ch) argument
1312 unsigned char ch = window[i]; local
1474 put(unsigned char ch) argument
1538 int ch = fgetc(f); local
1557 putByte(unsigned char ch) argument
1616 unsigned char ch = *iter; local
1657 unsigned char ch = *iter; local
1669 getByte(unsigned char *ch) argument
1702 unsigned char ch; local
1873 int ch = fgetc(f); local
2047 write(unsigned char ch) argument
2062 unsigned char ch = *iter; local
2073 unsigned char ch = *iter; local
2115 int ch = fgetc(f); local
2331 unsigned char ch = (unsigned char) *iter; local
2435 unsigned char ch = *iter; local
2578 unsigned char ch; local
2586 unsigned char ch; local
2611 unsigned char ch; local
2632 unsigned char ch; local
2839 unsigned char ch; local
2847 unsigned char ch; local
2855 unsigned char ch; local
2898 unsigned char ch; local
2957 unsigned char ch; local
3008 int ch = fgetc(f); local
[all...]

Completed in 117 milliseconds

12