Searched refs:mpFontCharSets (Results 1 – 5 of 5) sorted by relevance
103 …BYTE* mpFontCharSets; // all Charsets for the current font (used on W98 for … member in ImplWinFontData158 BYTE* mpFontCharSets; // All Charsets for the current font member in WinSalGraphics
1102 mpFontCharSets( NULL ), in ImplWinFontData()1145 delete[] mpFontCharSets; in ~ImplWinFontData()1772 if ( pData->mpFontCharSets[i] == pLogFont->elfLogFont.lfCharSet ) in SalEnumCharSetsProcExA()1775 pData->mpFontCharSets[pData->mnFontCharSetCount] = pLogFont->elfLogFont.lfCharSet; in SalEnumCharSetsProcExA()1784 if ( !pData->mpFontCharSets ) in ImplGetAllFontCharSets()1785 pData->mpFontCharSets = new BYTE[256]; in ImplGetAllFontCharSets()
744 mpFontCharSets = NULL; in WinSalGraphics()785 if ( mpFontCharSets ) in ~WinSalGraphics()786 delete mpFontCharSets; in ~WinSalGraphics()
93 …PM_BYTE* mpFontCharSets; // all Charsets for the current font (used on W98 f… member in ImplOs2FontData
425 mpFontCharSets( NULL ), in ImplOs2FontData()441 delete[] mpFontCharSets; in ~ImplOs2FontData()
Completed in 71 milliseconds