Home
last modified time | relevance | path

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

/dports/x11-fonts/fontmatrix/fontmatrix-0.9.100/src/
H A Dfmbaseshaper.h29 FMBaseShaper ( FMOtf *o, QString s );
33 FMOtf *otf;
52 FMShaperFactory ( FMOtf *otf, QString script , SHAPER_TYPE st = FONTMATRIX );
64 FMOtf *otf;
H A Dfmotf.cpp29 QList<int> FMOtf::altGlyphs;
259 int FMOtf::get_glyph ( int index ) in get_glyph()
265 FMOtf::FMOtf ( FT_Face f , double scale ) in FMOtf() function in FMOtf
375 FMOtf::~FMOtf () in ~FMOtf()
734 FMOtf::get_tables () in get_tables()
749 FMOtf::set_table ( QString s ) in set_table()
755 FMOtf::get_scripts () in get_scripts()
790 FMOtf::set_script ( QString s ) in set_script()
810 FMOtf::get_langs () in get_langs()
847 FMOtf::set_lang ( QString s ) in set_lang()
[all …]
H A Dicushaper.h26 IcuFontImpl ( FMOtf* o );
48 FMOtf *otf;
57 IcuShaper ( FMOtf* o, QString s );
H A Dfmotf.h47 class FMOtf
50 FMOtf ( FT_Face, double scale = 0.0 );
51 ~FMOtf ();
H A Dfmshaper.h30 FMShaper(FMOtf *anchor);
44 FMOtf *anchorOTF;
H A Dfmbaseshaper.cpp66 FMShaperFactory::FMShaperFactory ( FMOtf * o, QString s, SHAPER_TYPE st ) in FMShaperFactory()
132 FMBaseShaper::FMBaseShaper(FMOtf * o, QString s) in FMBaseShaper()
H A Dfontitem.h49 class FMOtf; variable
179 FMOtf *otf;
368 FMOtf *takeOTFInstance();
369 void releaseOTFInstance(FMOtf * rotf);
H A Dpangoshaper.h20 PangoShaper(FMOtf* o, QString s);
H A Dpangoshaper.cpp15 PangoShaper::PangoShaper(FMOtf * o, QString s) in PangoShaper()
H A Dharfbuzzqtshaper.h21 HarfbuzzShaper(FMOtf* o, QString s);
H A Dfontmatrixshaper.h22 FontmatrixShaper(FMOtf* o, QString s);
H A Dharfbuzzqtshaper.cpp16 HarfbuzzShaper::HarfbuzzShaper(FMOtf * o, QString s) in HarfbuzzShaper()
H A Dfontmatrixshaper.cpp15 FontmatrixShaper::FontmatrixShaper(FMOtf * o, QString s) in FontmatrixShaper()
H A Dm17nshaper.h23 M17NShaper(FMOtf* o, QString s);
H A Dicushaper.cpp22 IcuShaper::IcuShaper ( FMOtf * o, QString s ) in IcuShaper()
236 IcuFontImpl::IcuFontImpl ( FMOtf * o ) in IcuFontImpl()
H A Dm17nshaper.cpp21 M17NShaper::M17NShaper ( FMOtf * o, QString s ) in M17NShaper()
H A Dfmshaper.cpp60 FMShaper::FMShaper(FMOtf *anchor) in FMShaper()
H A Dfontitem.cpp1171 …otf = new FMOtf ( m_face, 0x10000 );// You think "What’s this 0x10000?", so am I! Just accept Harf… in renderLine()
1423 otf = new FMOtf ( m_face, 0x10000 ); in renderLine()
2852 FMOtf * FontItem::takeOTFInstance() in takeOTFInstance()
2856 otf = new FMOtf ( m_face ); in takeOTFInstance()
2862 void FontItem::releaseOTFInstance ( FMOtf * rotf ) in releaseOTFInstance()
3316 otf = new FMOtf ( m_face ); in getAlternates()
3596 otf = new FMOtf ( m_face, 0x10000 ); in glyphs()
3691 otf = new FMOtf ( m_face, 0x10000 ); in glyphs()
H A Dsamplewidget.cpp514 FMOtf * otf = theVeryFont->takeOTFInstance(); in fillOTTree()