Searched refs:mpStrokeAttribute (Results 1 – 2 of 2) sorted by relevance
96 : mpStrokeAttribute(new ImpStrokeAttribute( in StrokeAttribute()102 : mpStrokeAttribute(ImpStrokeAttribute::get_global_default()) in StrokeAttribute()104 mpStrokeAttribute->mnRefCount++; in StrokeAttribute()108 : mpStrokeAttribute(rCandidate.mpStrokeAttribute) in StrokeAttribute()110 mpStrokeAttribute->mnRefCount++; in StrokeAttribute()115 if(mpStrokeAttribute->mnRefCount) in ~StrokeAttribute()117 mpStrokeAttribute->mnRefCount--; in ~StrokeAttribute()121 delete mpStrokeAttribute; in ~StrokeAttribute()127 return mpStrokeAttribute == ImpStrokeAttribute::get_global_default(); in isDefault()132 if(rCandidate.mpStrokeAttribute != mpStrokeAttribute) in operator =()[all …]
46 ImpStrokeAttribute* mpStrokeAttribute; member in drawinglayer::attribute::StrokeAttribute