Home
last modified time | relevance | path

Searched refs:ImplFontCharMap (Results 1 – 23 of 23) sorted by relevance

/trunk/main/vcl/source/gdi/
H A Dimpfont.cxx47 ImplFontCharMap::ImplFontCharMap( const CmapResult& rCR ) in ImplFontCharMap() function in ImplFontCharMap
70 bool ImplFontCharMap::IsDefaultMap() const in IsDefaultMap()
78 ImplFontCharMap::~ImplFontCharMap() in ~ImplFontCharMap()
89 ImplFontCharMap* ImplFontCharMap::GetDefaultMap( bool bSymbols) in GetDefaultMap()
112 void ImplFontCharMap::AddReference( void) const in AddReference()
119 void ImplFontCharMap::DeReference( void) const in DeReference()
128 int ImplFontCharMap::GetCharCount() const in GetCharCount()
239 sal_UCS4 ImplFontCharMap::GetFirstChar() const in GetFirstChar()
246 sal_UCS4 ImplFontCharMap::GetLastChar() const in GetLastChar()
614 : mpImpl( ImplFontCharMap::GetDefaultMap() ) in FontCharMap()
[all …]
H A Doutdev3.cxx8010 const ImplFontCharMap* pNewMap = mpGraphics->GetImplFontCharMap(); in GetFontCharMap()
/trunk/main/vcl/inc/
H A Dimpfont.hxx174 class VCL_PLUGIN_PUBLIC ImplFontCharMap class
177 explicit ImplFontCharMap( const CmapResult& );
178 virtual ~ImplFontCharMap();
180 static ImplFontCharMap* GetDefaultMap( bool bSymbols=false);
205 explicit ImplFontCharMap( const ImplFontCharMap& );
206 void operator=( const ImplFontCharMap& );
H A Dsalgdi.hxx45 class ImplFontCharMap;
247 virtual const ImplFontCharMap* GetImplFontCharMap() const = 0;
H A Dglyphcache.hxx188 virtual const ImplFontCharMap* GetImplFontCharMap() const = 0;
/trunk/main/vcl/inc/vcl/
H A Dmetric.hxx31 class ImplFontCharMap;
94 const ImplFontCharMap* mpImpl;
117 void Reset( const ImplFontCharMap* pNewMap = NULL );
/trunk/main/vcl/source/glyphs/
H A Dgcach_ftyp.hxx94 const ImplFontCharMap* GetImplFontCharMap( void );
110 const ImplFontCharMap* mpFontCharMap;
185 virtual const ImplFontCharMap* GetImplFontCharMap( void ) const;
H A Dgcach_ftyp.cxx1759 const ImplFontCharMap* FreetypeServerFont::GetImplFontCharMap( void ) const in GetImplFontCharMap()
1761 const ImplFontCharMap* pIFCMap = mpFontInfo->GetImplFontCharMap(); in GetImplFontCharMap()
1765 const ImplFontCharMap* FtFontInfo::GetImplFontCharMap( void ) in GetImplFontCharMap()
1775 mpFontCharMap = new ImplFontCharMap( aCmapResult ); in GetImplFontCharMap()
1777 mpFontCharMap = ImplFontCharMap::GetDefaultMap(); in GetImplFontCharMap()
/trunk/main/vcl/os2/source/gdi/
H A Dsalgdi3.cxx491 const ImplFontCharMap* ImplOs2FontData::GetImplFontCharMap() const in GetImplFontCharMap()
599 mpUnicodeMap = new ImplFontCharMap( aResult ); in ReadCmapTable()
603 mpUnicodeMap = ImplFontCharMap::GetDefaultMap( bIsSymbolFont ); in ReadCmapTable()
1046 static const ImplFontCharMap* pOs2DefaultImplFontCharMap = NULL;
1049 const ImplFontCharMap* Os2SalGraphics::GetImplFontCharMap() const in GetImplFontCharMap()
1052 return ImplFontCharMap::GetDefaultMap(); in GetImplFontCharMap()
1516 const ImplFontCharMap* pImplFontCharMap = pWinFontData->GetImplFontCharMap(); in CreateFontSubset()
1789 const ImplFontCharMap* pMap = pWinFont->GetImplFontCharMap(); in GetGlyphWidths()
/trunk/main/vcl/inc/os2/
H A Dsalgdi.h73 const ImplFontCharMap* GetImplFontCharMap() const;
89 mutable ImplFontCharMap* mpUnicodeMap;
270 virtual const ImplFontCharMap* GetImplFontCharMap() const;
/trunk/main/vcl/inc/win/
H A Dsalgdi.h80 const ImplFontCharMap* GetImplFontCharMap() const;
99 mutable ImplFontCharMap* mpUnicodeMap;
300 virtual const ImplFontCharMap* GetImplFontCharMap() const;
/trunk/main/vcl/inc/aqua/
H A Dsalgdi.h67 const ImplFontCharMap* GetImplFontCharMap() const;
78 mutable const ImplFontCharMap* mpCharMap;
338 virtual const ImplFontCharMap* GetImplFontCharMap() const;
/trunk/main/vcl/win/source/gdi/
H A Dsalgdi3.cxx502 const ImplFontCharMap* pCharMap = pWinFont->GetImplFontCharMap(); in HasMissingChars()
1211 const ImplFontCharMap* ImplWinFontData::GetImplFontCharMap() const in GetImplFontCharMap()
1319 mpUnicodeMap = new ImplFontCharMap( aResult ); in ReadCmapTable()
1323 mpUnicodeMap = ImplFontCharMap::GetDefaultMap( bIsSymbolFont ); in ReadCmapTable()
1948 const ImplFontCharMap* WinSalGraphics::GetImplFontCharMap() const in GetImplFontCharMap()
1951 return ImplFontCharMap::GetDefaultMap(); in GetImplFontCharMap()
2744 const ImplFontCharMap* pCharMap = pWinFontData->GetImplFontCharMap(); in CreateFontSubset()
3010 const ImplFontCharMap* pMap = pWinFont->GetImplFontCharMap(); in GetGlyphWidths()
/trunk/main/vcl/aqua/source/gdi/
H A Dsalgdi.cxx133 const ImplFontCharMap* ImplMacFontData::GetImplFontCharMap() const in GetImplFontCharMap()
140 mpCharMap = ImplFontCharMap::GetDefaultMap(); in GetImplFontCharMap()
164 mpCharMap = new ImplFontCharMap( aCmapResult ); in GetImplFontCharMap()
1852 const ImplFontCharMap* AquaSalGraphics::GetImplFontCharMap() const in GetImplFontCharMap()
1855 return ImplFontCharMap::GetDefaultMap(); in GetImplFontCharMap()
2218 const ImplFontCharMap* pMap = mpMacFontData->GetImplFontCharMap(); in GetGlyphWidths()
/trunk/main/vcl/unx/headless/
H A Dsvptext.cxx271 const ImplFontCharMap* SvpSalGraphics::GetImplFontCharMap() const in GetImplFontCharMap()
276 const ImplFontCharMap* pIFCMap = m_pServerFont[0]->GetImplFontCharMap(); in GetImplFontCharMap()
H A Dsvpgdi.hxx91 virtual const ImplFontCharMap* GetImplFontCharMap() const;
H A Dsvppspgraphics.hxx110 virtual const ImplFontCharMap* GetImplFontCharMap() const;
H A Dsvppspgraphics.cxx719 const ImplFontCharMap* PspGraphics::GetImplFontCharMap() const in GetImplFontCharMap()
724 const ImplFontCharMap* pIFCMap = m_pServerFont[0]->GetImplFontCharMap(); in GetImplFontCharMap()
/trunk/main/vcl/inc/unx/
H A Dpspgraphics.h101 virtual const ImplFontCharMap* GetImplFontCharMap() const;
H A Dsalgdi.h248 virtual const ImplFontCharMap* GetImplFontCharMap() const;
/trunk/main/vcl/unx/generic/gdi/
H A Dpspgraphics.cxx804 const ImplFontCharMap* PspGraphics::GetImplFontCharMap() const in GetImplFontCharMap()
809 const ImplFontCharMap* pIFCMap = m_pServerFont[0]->GetImplFontCharMap(); in GetImplFontCharMap()
H A Dsalgdi3.cxx947 const ImplFontCharMap* X11SalGraphics::GetImplFontCharMap() const in GetImplFontCharMap()
952 const ImplFontCharMap* pIFCMap = mpServerFont[0]->GetImplFontCharMap(); in GetImplFontCharMap()
/trunk/main/vcl/unx/generic/fontmanager/
H A Dfontmanager.cxx3810 const ImplFontCharMap aCharMap( aCmapResult ); in getGlyphWidths()

Completed in 279 milliseconds