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

/inkscape/src/
H A Dege-color-prof-tracker.cpp542 unsigned long nitems = 0; local
550 &actualType, &actualFormat, &nitems, &bytesAfter, &prop ) == Success ) {
551 if ( (actualType != None) && (bytesAfter + nitems) ) {
552 size = nitems + bytesAfter;
554 nitems = 0;
561 &actualType, &actualFormat, &nitems, &bytesAfter, &prop ) == Success ) {
562 gpointer profile = g_memdup( prop, nitems );
563 set_profile( screen, monitor, (const guint8*)profile, nitems );

Completed in 16 milliseconds