Searched refs:mpFontAttribute (Results 1 – 2 of 2) sorted by relevance
137 : mpFontAttribute(new ImpFontAttribute( in FontAttribute()143 : mpFontAttribute(ImpFontAttribute::get_global_default()) in FontAttribute()145 mpFontAttribute->mnRefCount++; in FontAttribute()149 : mpFontAttribute(rCandidate.mpFontAttribute) in FontAttribute()151 mpFontAttribute->mnRefCount++; in FontAttribute()156 if(mpFontAttribute->mnRefCount) in ~FontAttribute()158 mpFontAttribute->mnRefCount--; in ~FontAttribute()162 delete mpFontAttribute; in ~FontAttribute()168 return mpFontAttribute == ImpFontAttribute::get_global_default(); in isDefault()173 if(rCandidate.mpFontAttribute != mpFontAttribute) in operator =()[all …]
51 ImpFontAttribute* mpFontAttribute; member in drawinglayer::attribute::FontAttribute