Home
last modified time | relevance | path

Searched refs:fontID (Results 1 – 19 of 19) sorted by relevance

/trunk/main/vcl/inc/vcl/
H A Dfontmanager.hxx151 fontID m_nID; // FontID
416 PrintFont* getFont( fontID nID ) const in getFont()
519 width::type getFontWidth( fontID nFontID ) const in getFontWidth()
560 int getFontFaceNumber( fontID nFontID ) const;
566 int getFontAscend( fontID nFontID ) const;
569 int getFontDescend( fontID nFontID ) const;
572 int getFontLeading( fontID nFontID ) const;
645 fontID nFont,
653 void getGlyphWidths( fontID nFont,
688 bool getFileDuplicates( fontID nFont, std::list< fontID >& rFonts ) const;
[all …]
H A Dprinterinfomanager.hxx70 std::hash_map< fontID, fontID >
H A Dhelper.hxx38 typedef int fontID; typedef
/trunk/main/vcl/unx/generic/fontmanager/
H A Dfontmanager.cxx1419 fontID nID = 0; in findFontBuiltinID()
1434 fontID nID = 0; in findFontFileID()
2193 fontID aFont = m_nNextFontID++; in initialize()
2326 fontID aFont = m_nNextFontID++; in initialize()
2527 std::map<int, fontID > aOverridePSNames; in getFontList()
2672 ::std::list< fontID > aFontList; in getFontListWithInfo()
2675 ::std::list< fontID >::iterator it; in getFontListWithInfo()
2690 ::std::list< fontID > aFontList; in getFontListWithFastInfo()
2693 ::std::list< fontID >::iterator it; in getFontListWithFastInfo()
3465 bool PrintFontManager::getFileDuplicates( fontID nFont, ::std::list< fontID >& rFonts ) const in getFileDuplicates()
[all …]
H A Dfontconfig.cxx852 fontID aFont = m_nNextFontID++; in countFontconfigFonts()
1245 fontID aFont = findFontFileID( nDirID, aBase ); in matchFont()
/trunk/main/vcl/unx/generic/printergfx/
H A Dtext_gfx.cxx57 fontID mpFont [Font3Size];
62 fontID GetFont (int nIdx) const in GetFont()
342 fontID nRestoreFont = mnFontID; in DrawText()
359 fontID *pFontMap = (fontID*) alloca(nLen * sizeof(fontID)); in DrawText()
412 fontID nFont = pFontMap[ nFrom ]; in DrawText()
645 fontID
651 for (fontID n = 0; n < 3; n++) in getCharMetric()
696 fontID
701 ::std::hash_map< fontID, fontID >::const_iterator it = in getFontSubstitute()
742 fontID nFont = mnFontID; in getKernPairs()
[all …]
H A Dcommon_gfx.cxx70 delete const_cast< ::std::hash_map<fontID,fontID>* >(mpFontSubstitutes); in Init()
72 mpFontSubstitutes = new ::std::hash_map< fontID, fontID >( rInfo.m_aFontSubstitutions ); in Init()
94 delete const_cast< ::std::hash_map<fontID,fontID>* >(mpFontSubstitutes); in Init()
96 mpFontSubstitutes = new ::std::hash_map< fontID, fontID >( rInfo.m_aFontSubstitutions ); in Init()
150 delete const_cast< ::std::hash_map<fontID,fontID>* >(mpFontSubstitutes); in ~PrinterGfx()
/trunk/main/padmin/source/
H A Dfontentry.cxx252 ::std::list< fontID > aFonts; in init()
259 ::std::list< fontID >::iterator font_it; in init()
282 std::list< fontID > aDups; in init()
289 for( std::list< fontID >::iterator dup = aDups.begin(); dup != aDups.end(); ++dup ) in init()
336 ::std::list< fontID > aRemoveIDs; in IMPL_LINK()
340 aRemoveIDs.push_back( (fontID)(sal_IntPtr)m_aFontBox.GetEntryData( nSelect ) ); in IMPL_LINK()
355fontID aFont = (fontID)(sal_IntPtr)m_aFontBox.GetEntryData( m_aFontBox.GetSelectEntryPos( i ) ); in IMPL_LINK()
364 ::std::list< fontID > aDuplicates; in IMPL_LINK()
H A Dfontentry.hxx117 ::std::hash_map< ::psp::fontID, String >
/trunk/main/vcl/unx/headless/
H A Dsvptext.cxx288 ::std::list< psp::fontID > aList; in GetDevFontList()
290 ::std::list< psp::fontID >::iterator it; in GetDevFontList()
353 psp::fontID aFont = pFont->GetFontId(); in CreateFontSubset()
375 psp::fontID aFont = pFont->GetFontId(); in GetFontEncodingVector()
394 psp::fontID aFont = pFont->GetFontId(); in GetEmbedFontData()
415 psp::fontID aFont = pFont->GetFontId(); in GetGlyphWidths()
H A Dsvppspgraphics.cxx804 ::std::list< psp::fontID > aList; in GetDevFontList()
808 ::std::list< psp::fontID >::iterator it; in GetDevFontList()
944 psp::fontID aFont = pFont->GetFontId(); in CreateFontSubset()
966 psp::fontID aFont = pFont->GetFontId(); in GetEmbedFontData()
986 psp::fontID aFont = pFont->GetFontId(); in GetFontEncodingVector()
1002 psp::fontID aFont = pFont->GetFontId(); in GetGlyphWidths()
1008 const void* PspGraphics::DoGetEmbedFontData( fontID aFont, const sal_Ucs* pUnicodes, sal_Int32* pWi… in DoGetEmbedFontData()
1078 const Ucs2SIntMap* PspGraphics::DoGetFontEncodingVector( fontID aFont, const Ucs2OStrMap** pNonEnco… in DoGetFontEncodingVector()
1093 void PspGraphics::DoGetGlyphWidths( psp::fontID aFont, in DoGetGlyphWidths()
H A Dsvppspgraphics.hxx75 …static const void* DoGetEmbedFontData( psp::fontID aFont, const sal_Ucs* pUnicodes, sal_Int32* pWi…
77 …static const Ucs2SIntMap* DoGetFontEncodingVector( psp::fontID aFont, const Ucs2OStrMap** pNonEnco…
78 static void DoGetGlyphWidths( psp::fontID aFont,
/trunk/main/vcl/inc/
H A Dprintergfx.hxx251 const ::std::hash_map< fontID, fontID >* mpFontSubstitutes;
254 fontID getCharMetric (const Font3 &rFont, sal_Unicode n_char,
256 fontID getFontSubstitute () const;
257 fontID getFallbackID () const { return mnFallbackID; } in getFallbackID()
/trunk/main/vcl/unx/generic/gdi/
H A Dpspgraphics.cxx891 ::std::list< psp::fontID > aList; in GetDevFontList()
895 ::std::list< psp::fontID >::iterator it; in GetDevFontList()
1049 psp::fontID aFont = pFont->GetFontId(); in CreateFontSubset()
1071 psp::fontID aFont = pFont->GetFontId(); in GetEmbedFontData()
1091 psp::fontID aFont = pFont->GetFontId(); in GetFontEncodingVector()
1107 psp::fontID aFont = pFont->GetFontId(); in GetGlyphWidths()
1114 const void* PspGraphics::DoGetEmbedFontData( fontID aFont, const sal_Ucs* pUnicodes, sal_Int32* pWi… in DoGetEmbedFontData()
1184 const Ucs2SIntMap* PspGraphics::DoGetFontEncodingVector( fontID aFont, const Ucs2OStrMap** pNonEnco… in DoGetFontEncodingVector()
1199 void PspGraphics::DoGetGlyphWidths( psp::fontID aFont, in DoGetGlyphWidths()
H A Dsalgdi3.cxx1032 ::std::list< psp::fontID > aList; in GetDevFontList()
1033 ::std::list< psp::fontID >::iterator it; in GetDevFontList()
1339 psp::fontID aFont = pFont->GetFontId(); in CreateFontSubset()
1361 psp::fontID aFont = pFont->GetFontId(); in GetEmbedFontData()
1381 psp::fontID aFont = pFont->GetFontId(); in GetFontEncodingVector()
1397 psp::fontID aFont = pFont->GetFontId(); in GetGlyphWidths()
/trunk/main/sdext/source/pdfimport/xpdfwrapper/
H A Dpdfioutdev_gpl.cxx647 long long fontID = (long long)pID->gen << 32 | (long long)pID->num; in updateFont() local
649 m_aFontMap.find( fontID ); in updateFont()
652 nEmbedSize = parseFont( fontID, gfxFont, state ); in updateFont()
653 it = m_aFontMap.find( fontID ); in updateFont()
660 printf( " %lld", fontID ); in updateFont()
/trunk/main/vcl/inc/unx/
H A Dpspgraphics.h65 …static const void* DoGetEmbedFontData( psp::fontID aFont, const sal_Ucs* pUnicodes, sal_Int32* pWi…
67 …static const Ucs2SIntMap* DoGetFontEncodingVector( psp::fontID aFont, const Ucs2OStrMap** pNonEnco…
68 static void DoGetGlyphWidths( psp::fontID aFont,
/trunk/main/vcl/aqua/source/gdi/
H A Dsalnativewidgets.cxx591 aTextInfo.fontID = kThemeMenuItemMarkFont; in drawNativeControl()
/trunk/main/vcl/unx/generic/printer/
H A Dprinterinfomanager.cxx1007 fontID nSubstitute = -1; in fillFontSubstitutions()

Completed in 138 milliseconds