Searched defs:scratch (Results 1 - 4 of 4) sorted by relevance
/inkscape/src/io/ |
H A D | sys.cpp | 373 guchar scratch[8]; local 384 g_snprintf((gchar*)scratch, sizeof(scratch), "\\x%02x", *ptr); 385 buf.append((const char*)scratch);
|
/inkscape/src/ |
H A D | uri.cpp | 208 gchar scratch[4]; local 209 g_snprintf( scratch, 4, "%c%02X", '%', one ); 210 tmp.append( scratch );
|
H A D | color-profile.cpp | 781 guchar scratch[40] = {0}; local 782 size_t len = sizeof(scratch); 785 ssize_t got = read(fd, scratch, len); 787 size_t calcSize = (scratch[0] << 24) | (scratch[1] << 16) | (scratch[2] << 8) | scratch[3]; 789 isIccFile = (scratch[36] == 'a') && (scratch[37] == 'c') && (scratch[3 [all...] |
/inkscape/src/ui/widget/ |
H A D | color-icc-selector.cpp | 899 cmsUInt16Number *scratch = getScratch(); local 905 cmsUInt16Number *p = scratch; 919 cmsDoTransform(trans, scratch, _compUI[i]._map, 1024);
|
Completed in 22 milliseconds