Searched refs:scratch (Results 1 - 3 of 3) sorted by relevance

/inkscape/src/io/
H A Dsys.cpp373 guchar scratch[8]; local
384 g_snprintf((gchar*)scratch, sizeof(scratch), "\\x%02x", *ptr);
385 buf.append((const char*)scratch);
/inkscape/src/
H A Dcolor-profile.cpp781 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 Dcolor-icc-selector.cpp899 cmsUInt16Number *scratch = getScratch(); local
905 cmsUInt16Number *p = scratch;
919 cmsDoTransform(trans, scratch, _compUI[i]._map, 1024);

Completed in 15 milliseconds