Home
last modified time | relevance | path

Searched refs:FreetypeServerFont (Results 1 – 5 of 5) sorted by relevance

/AOO42X/main/vcl/source/glyphs/
H A Dgraphite_adaptors.cxx68 FontProperties::FontProperties(const FreetypeServerFont &font) throw() in FontProperties()
112 : mrFont(static_cast<FreetypeServerFont &>(sfont)), in GraphiteFontAdaptor()
113 maFontProperties(static_cast<FreetypeServerFont &>(sfont)), in GraphiteFontAdaptor()
116 mfAscent(from_hinted(static_cast<FreetypeServerFont &>(sfont).GetMetricsFT().ascender)), in GraphiteFontAdaptor()
117 mfDescent(from_hinted(static_cast<FreetypeServerFont &>(sfont).GetMetricsFT().descender)), in GraphiteFontAdaptor()
118 mfEmUnits(static_cast<FreetypeServerFont &>(sfont).GetMetricsFT().y_ppem), in GraphiteFontAdaptor()
180 FreetypeServerFont & aFtFont = dynamic_cast<FreetypeServerFont &>(font); in IsGraphiteEnabledFont()
249 … const void * const tbl_buf = static_cast<FreetypeServerFont &>(mrFont).GetTable(tag_name, &temp); in getTable()
H A Dgcach_ftyp.cxx510 void* FreetypeServerFont::GetFtFace() const in GetFtFace()
669 FreetypeServerFont* FreetypeManager::CreateFont( const ImplFontSelectData& rFSD ) in CreateFont()
682 FreetypeServerFont* pNew = new FreetypeServerFont( rFSD, pFontInfo ); in CreateFont()
709 FreetypeServerFont::FreetypeServerFont( const ImplFontSelectData& rFSD, FtFontInfo* pFI ) in FreetypeServerFont() function in FreetypeServerFont
867 void FreetypeServerFont::SetFontOptions( const ImplFontOptions& rFontOptions) in SetFontOptions()
919 bool FreetypeServerFont::TestFont() const in TestFont()
926 FreetypeServerFont::~FreetypeServerFont() in ~FreetypeServerFont()
942 int FreetypeServerFont::GetEmUnits() const in GetEmUnits()
949 void FreetypeServerFont::FetchFontMetric( ImplFontMetricData& rTo, long& rFactor ) const in FetchFontMetric()
1083 static inline void SplitGlyphFlags( const FreetypeServerFont& rFont, sal_GlyphId& rGlyphId, int& nG… in SplitGlyphFlags()
[all …]
H A Dgcach_layout.cxx99 FreetypeServerFont& rFont = static_cast<FreetypeServerFont&>(rLayout.GetServerFont()); in operator ()()
191 FreetypeServerFont& mrServerFont;
194 IcuFontFromServerFont( FreetypeServerFont& rFont ) in IcuFontFromServerFont()
359 IcuLayoutEngine( FreetypeServerFont& );
367 IcuLayoutEngine::IcuLayoutEngine( FreetypeServerFont& rServerFont ) in IcuLayoutEngine()
412 FreetypeServerFont& rFont = reinterpret_cast<FreetypeServerFont&>(rLayout.GetServerFont()); in operator ()()
657 ServerFontLayoutEngine* FreetypeServerFont::GetLayoutEngine() in GetLayoutEngine()
H A Dgcach_ftyp.hxx33 class FreetypeServerFont;
157 FreetypeServerFont* CreateFont( const ImplFontSelectData& );
169 class FreetypeServerFont : public ServerFont class
172 FreetypeServerFont( const ImplFontSelectData&, FtFontInfo* );
173 virtual ~FreetypeServerFont();
/AOO42X/main/vcl/inc/
H A Dgraphite_adaptors.hxx65 class FreetypeServerFont;
71 FontProperties(const FreetypeServerFont & font) throw();
114 FreetypeServerFont & font() const throw();
120 FreetypeServerFont& mrFont;
136 inline FreetypeServerFont & GraphiteFontAdaptor::font() const throw() { in font()