Searched refs:FreetypeServerFont (Results 1 – 5 of 5) sorted by relevance
/aoo41x/main/vcl/source/glyphs/ |
H A D | graphite_adaptors.cxx | 68 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 D | gcach_ftyp.cxx | 510 void* FreetypeServerFont::GetFtFace() const in GetFtFace() 682 FreetypeServerFont* pNew = new FreetypeServerFont( rFSD, pFontInfo ); in CreateFont() 709 FreetypeServerFont::FreetypeServerFont( const ImplFontSelectData& rFSD, FtFontInfo* pFI ) in FreetypeServerFont() function in FreetypeServerFont 919 bool FreetypeServerFont::TestFont() const in TestFont() 926 FreetypeServerFont::~FreetypeServerFont() in ~FreetypeServerFont() 942 int FreetypeServerFont::GetEmUnits() const in GetEmUnits() 1094 int FreetypeServerFont::ApplyGlyphTransform( int nGlyphFlags, in ApplyGlyphTransform() 1288 sal_GlyphId FreetypeServerFont::GetGlyphIndex( sal_UCS4 aChar ) const in GetGlyphIndex() 1394 bool FreetypeServerFont::GetAntialiasAdvice( void ) const in GetAntialiasAdvice() 2285 bool FreetypeServerFont::GetGlyphOutline( sal_GlyphId aGlyphId, in GetGlyphOutline() [all …]
|
H A D | gcach_layout.cxx | 99 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 D | gcach_ftyp.hxx | 33 class FreetypeServerFont; 157 FreetypeServerFont* CreateFont( const ImplFontSelectData& ); 169 class FreetypeServerFont : public ServerFont class 172 FreetypeServerFont( const ImplFontSelectData&, FtFontInfo* ); 173 virtual ~FreetypeServerFont();
|
/aoo41x/main/vcl/inc/ |
H A D | graphite_adaptors.hxx | 65 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()
|
Completed in 33 milliseconds