Home
last modified time | relevance | path

Searched refs:mpSftTTFont (Results 1 – 2 of 2) sorted by relevance

/AOO42X/main/vcl/source/fontsubset/
H A Dfontsubset.cxx40 , mpSftTTFont( NULL) in FontSubsetInfo()
55 DBG_ASSERT( (mpSftTTFont == NULL), "Subset from SFT and from mapped font-file requested"); in LoadFont()
68 mpSftTTFont = pSftTTFont; in LoadFont()
70 return (mpSftTTFont == NULL); in LoadFont()
128 if( GetSfntTable( mpSftTTFont, O_CFF, &pCffBytes, &nCffLength)) in CreateFontSubsetFromSfnt()
147 nSFTErr = CreateT42FromTTGlyphs( mpSftTTFont, mpOutFile, mpReqFontName, in CreateFontSubsetFromSfnt()
152 nSFTErr = CreateT3FromTTGlyphs( mpSftTTFont, mpOutFile, mpReqFontName, in CreateFontSubsetFromSfnt()
/AOO42X/main/vcl/inc/
H A Dfontsubset.hxx79 vcl::_TrueTypeFont* mpSftTTFont; member in FontSubsetInfo