Home
last modified time | relevance | path

Searched refs:CharacterMetric (Results 1 – 6 of 6) sorted by relevance

/aoo4110/main/vcl/inc/vcl/
H A Dfontmanager.hxx197 struct CharacterMetric struct
201 CharacterMetric() : width( 0 ), height( 0 ) {} in CharacterMetric() function
202 bool operator==( const CharacterMetric& rOther ) const in operator ==() argument
204 bool operator!=( const CharacterMetric& rOther ) const in operator !=() argument
242 std::hash_map< int, CharacterMetric > m_aMetrics;
279 CharacterMetric m_aGlobalMetricX;
280 CharacterMetric m_aGlobalMetricY;
563 const CharacterMetric& getGlobalFontMetric( fontID nFontID, bool bHorizontal ) const;
594 … fontID nFontID, sal_Unicode minCharacter, sal_Unicode maxCharacter, CharacterMetric* pArray, bool…
597 …bool getMetrics( fontID nFontID, const sal_Unicode* pString, int nLen, CharacterMetric* pArray, bo…
/aoo4110/main/vcl/inc/
H A Dprintergfx.hxx128 struct CharacterMetric;
253 CharacterMetric *p_bbox);
255 CharacterMetric *p_bbox);
/aoo4110/main/vcl/unx/generic/printergfx/
H A Dtext_gfx.cxx364 CharacterMetric aBBox; in DrawText()
637 PrinterGfx::getCharWidth (sal_Bool b_vert, sal_Unicode n_char, CharacterMetric *p_bbox) in getCharWidth()
646 PrinterGfx::getCharMetric (const Font3 &rFont, sal_Unicode n_char, CharacterMetric *p_bbox) in getCharMetric()
722 CharacterMetric aBBox; in GetCharWidth()
/aoo4110/main/vcl/unx/generic/fontmanager/
H A Dfontmanager.cxx444 CharacterMetric& rChar = m_pMetrics->m_aMetrics[ nPage*256 + i ]; in queryMetricPage()
463 CharacterMetric& rChar = m_pMetrics->m_aMetrics[ nPage*256 + i + ( 1 << 16 ) ]; in queryMetricPage()
1026 CharacterMetric aMetric; in readAfmMetrics()
2927 const CharacterMetric& PrintFontManager::getGlobalFontMetric( fontID nFontID, bool bHorizontal ) co… in getGlobalFontMetric()
2929 static CharacterMetric aMetric; in getGlobalFontMetric()
3095 …r::getMetrics( fontID nFontID, const sal_Unicode* pString, int nLen, CharacterMetric* pArray, bool… in getMetrics()
3122 ::std::hash_map< int, CharacterMetric >::const_iterator it = in getMetrics()
3138 … fontID nFontID, sal_Unicode minCharacter, sal_Unicode maxCharacter, CharacterMetric* pArray, bool… in getMetrics()
3167 ::std::hash_map< int, CharacterMetric >::const_iterator it = in getMetrics()
3841 for( std::hash_map< int, CharacterMetric >::const_iterator it = in getGlyphWidths()
/aoo4110/main/vcl/unx/headless/
H A Dsvppspgraphics.cxx568 psp::CharacterMetric aMetric; in LayoutText()
1024 psp::CharacterMetric aMetrics[256]; in DoGetEmbedFontData()
/aoo4110/main/vcl/unx/generic/gdi/
H A Dpspgraphics.cxx627 psp::CharacterMetric aMetric; in LayoutText()
1130 psp::CharacterMetric aMetrics[256]; in DoGetEmbedFontData()

Completed in 46 milliseconds