Searched refs:_TrueTypeFont (Results 1 – 6 of 6) sorted by relevance
30 int HasVerticalGSUB( struct vcl::_TrueTypeFont* pTTFile );32 int UseGSUB( struct vcl::_TrueTypeFont* pTTFile, int nGlyph, int wmode );34 int ReadGSUB( struct vcl::_TrueTypeFont* pTTFile, int nRequestedScript, int nRequestedLangsys );36 void ReleaseGSUB( struct vcl::_TrueTypeFont* pTTFile );
62 int ReadGSUB( struct _TrueTypeFont* pTTFile, in ReadGSUB()328 void ReleaseGSUB(struct _TrueTypeFont* pTTFile) in ReleaseGSUB()335 int UseGSUB( struct _TrueTypeFont* pTTFile, int nGlyph, int /*wmode*/ ) in UseGSUB()348 int HasVerticalGSUB( struct _TrueTypeFont* pTTFile ) in HasVerticalGSUB()
67 bool FontSubsetInfo::LoadFont( vcl::_TrueTypeFont* pSftTTFont ) in LoadFont()
34 namespace vcl { struct _TrueTypeFont; } // SFT's idea of a TTF font58 bool LoadFont( vcl::_TrueTypeFont* pSftTrueTypeFont );79 vcl::_TrueTypeFont* mpSftTTFont;
263 typedef struct _TrueTypeFont TrueTypeFont;575 struct _TrueTypeFont { struct
480 struct _TrueTypeFont* pImplTTFont = (struct _TrueTypeFont*)pTTFont; in queryMetricPage()
Completed in 52 milliseconds