Lines Matching refs:mpStrokeAttribute
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 =()
134 if(mpStrokeAttribute->mnRefCount) in operator =()
136 mpStrokeAttribute->mnRefCount--; in operator =()
140 delete mpStrokeAttribute; in operator =()
143 mpStrokeAttribute = rCandidate.mpStrokeAttribute; in operator =()
144 mpStrokeAttribute->mnRefCount++; in operator =()
152 if(rCandidate.mpStrokeAttribute == mpStrokeAttribute) in operator ==()
162 return (*rCandidate.mpStrokeAttribute == *mpStrokeAttribute); in operator ==()
167 return mpStrokeAttribute->getDotDashArray(); in getDotDashArray()
172 return mpStrokeAttribute->getFullDotDashLen(); in getFullDotDashLen()