Searched refs:intentStr (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/
H A Dcolor-profile.h54 char* intentStr; member in class:Inkscape::ColorProfile
H A Dcolor-profile.cpp194 this->intentStr = 0;
225 if ( this->intentStr ) {
226 g_free( this->intentStr );
227 this->intentStr = 0;
269 g_assert(this->intentStr == 0);
370 if ( this->intentStr ) {
371 g_free( this->intentStr );
372 this->intentStr = 0;
374 this->intentStr = g_strdup( value );
423 if ( (flags & SP_OBJECT_WRITE_ALL) || this->intentStr ) {
[all...]

Completed in 30 milliseconds