Searched refs:bytes (Results 1 - 8 of 8) sorted by relevance
/inkscape/src/io/ |
H A D | inkjar.cpp | 132 guint8 *bytes = (guint8 *)g_malloc(sizeof(guint8) * 4); local 133 if (!read(bytes, 4)) { 134 g_free(bytes); 138 guint32 signature = UNPACK_UB4(bytes, 0); 139 g_free(bytes); 147 bytes = (guint8 *)g_malloc(sizeof(guint8) * 12); 148 if (!read(bytes, 12)) { 149 g_free(bytes); 152 g_free(bytes); 162 guint32 JarFile::get_crc(guint8 *bytes, guint1 argument 201 guint8 *bytes; local 297 guint8 *bytes; local 417 guint8 *bytes = (guint8 *)g_malloc(sizeof(guint8) * 16); local [all...] |
H A D | inkjar.h | 39 #define LOC_EXTRA 6 /* extra bytes */ 110 guint32 get_crc(guint8 *bytes, guint16 flags);
|
/inkscape/src/display/ |
H A D | drawing.h | 64 void setCacheBudget(size_t bytes);
|
H A D | drawing.cpp | 147 Drawing::setCacheBudget(size_t bytes) argument 149 _cache_budget = bytes;
|
/inkscape/cxxtest/cxxtest/ |
H A D | ValueTraits.h | 43 char *bytesToString( const unsigned char *bytes, unsigned numBytes, unsigned maxBytes, char *s ); 71 // The default ValueTraits class dumps up to 8 bytes as hex values
|
/inkscape/src/libnrtype/ |
H A D | Layout-TNG-Compute.cpp | 1070 attribute_font_description->start_index = para_text.bytes(); 1075 attribute_font_features->start_index = para_text.bytes(); 1078 attribute_font_description->end_index = para_text.bytes(); 1082 attribute_font_features->end_index = para_text.bytes(); 1101 pango_items_glist = pango_itemize_with_base_dir(_pango_context, pango_direction, para_text.data(), 0, para_text.bytes(), attributes_list, NULL); 1106 pango_items_glist = pango_itemize(_pango_context, para_text.data(), 0, para_text.bytes(), attributes_list, NULL); 1126 pango_get_log_attrs(para_text.data(), para_text.bytes(), -1, NULL, &*para->char_attributes.begin(), para->char_attributes.size()); 1287 g_assert( span_start_byte_in_source < text_source->text->bytes() ); 1288 g_assert( span_start_byte_in_source + new_span.text_bytes <= text_source->text->bytes() );
|
/inkscape/src/xml/ |
H A D | repr-css.cpp | 102 Glib::ustring::size_type len = text.bytes();
|
/inkscape/src/ |
H A D | file.cpp | 427 Glib::ustring::size_type const byteLen = ustr.bytes(); 431 g_message(" size: %lu\n length: %lu\n bytes: %lu\n clen: %lu", 438 for (Glib::ustring::size_type i = 0; i < ustr.bytes(); i++) {
|
Completed in 184 milliseconds