Searched defs:bytes (Results 1 - 3 of 3) sorted by relevance

/inkscape/cxxtest/cxxtest/
H A DValueTraits.cpp82 char *bytesToString( const unsigned char *bytes, unsigned numBytes, unsigned maxBytes, char *s ) argument
89 for ( unsigned i = 0; i < numBytes; ++ i, ++ bytes )
90 s = copyString( copyString( s, byteToHex( *bytes ) ), " " );
/inkscape/src/display/
H A Ddrawing.cpp147 Drawing::setCacheBudget(size_t bytes) argument
149 _cache_budget = bytes;
/inkscape/src/io/
H A Dinkjar.cpp132 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...]

Completed in 32 milliseconds