Searched refs:gsize (Results 1 - 21 of 21) sorted by relevance
| /inkscape/src/io/ |
| H A D | sys.h | 49 gsize *bytes_read, 50 gsize *bytes_written,
|
| H A D | sys.cpp | 316 gsize *bytes_read, 317 gsize *bytes_written,
|
| /inkscape/src/extension/internal/ |
| H A D | svg.cpp | 156 gsize bytesRead = 0; 157 gsize bytesWritten = 0;
|
| H A D | latex-pstricks.cpp | 68 gsize bytesRead = 0; 69 gsize bytesWritten = 0;
|
| H A D | cairo-render-context.cpp | 254 gsize bytesRead = 0; 255 gsize bytesWritten = 0; 336 gsize bytesRead = 0; 337 gsize bytesWritten = 0;
|
| /inkscape/src/ |
| H A D | dir-util.cpp | 229 gsize bytesRead = 0; 230 gsize bytesWritten = 0;
|
| H A D | sp-image.cpp | 757 gsize len = 0; 771 gsize needed_size = len * 4 / 3 + len * 4 / (3 * 72) + 7; 780 gsize written = 0;
|
| H A D | main.cpp | 1283 gsize offset = g_strlcat(command_line, " ", buffer_size); 1284 gsize sizeLeft = buffer_size - offset;
|
| H A D | inkscape.cpp | 722 gsize len = 0;
|
| H A D | preferences.cpp | 224 gchar *prefs_xml = NULL; gsize len = 0;
|
| H A D | color-profile.cpp | 1276 gsize len = bufLen; // len is an inout parameter
|
| /inkscape/src/display/ |
| H A D | cairo-utils.h | 114 guchar const *getMimeData(gsize &len, std::string &mimetype) const; 128 void _setMimeData(guchar *data, gsize len, Glib::ustring const &format);
|
| H A D | cairo-utils.cpp | 260 gsize decoded_len = 0; 302 gsize len = 0; 390 guchar const *Pixbuf::getMimeData(gsize &len, std::string &mimetype) const 439 void Pixbuf::_setMimeData(guchar *data, gsize len, Glib::ustring const &format)
|
| /inkscape/src/ui/dialog/ |
| H A D | find.h | 164 gsize find_strcmp_pos(const gchar *str, const gchar *find, bool exact, bool casematch, gsize start=0);
|
| H A D | find.cpp | 301 gsize n = find_strcmp_pos(ustr.c_str(), ufind.c_str(), exact, casematch); 313 gsize Find::find_strcmp_pos(const gchar *str, const gchar *find, bool exact, bool casematch, gsize start/*=0*/) 323 gsize pos = std::string::npos; 366 gsize n = find_strcmp_pos(item_text, ufind.c_str(), exact, casematch);
|
| H A D | color-item.cpp | 212 gsize bytesRead = 0; 213 gsize bytesWritten = 0; 522 gsize bytesRead = 0; 523 gsize bytesWritten = 0;
|
| H A D | template-load-tab.cpp | 238 gsize n = 0;
|
| H A D | ocaldialogs.cpp | 1116 gsize length;
|
| /inkscape/src/widgets/ |
| H A D | icon.cpp | 1068 gsize bytesRead = 0; 1069 gsize bytesWritten = 0; 1082 gsize bytesRead = 0; 1083 gsize bytesWritten = 0;
|
| /inkscape/src/xml/ |
| H A D | repr-io.cpp | 347 gsize bytesRead = 0; 348 gsize bytesWritten = 0;
|
| /inkscape/src/ui/ |
| H A D | clipboard.cpp | 1169 gsize len; gchar *data;
|
Completed in 80 milliseconds