Searched refs:FX_GetCodePageFromCharset (Results 1 – 4 of 4) sorted by relevance
86 return GetDefFontByCodePage(FX_GetCodePageFromCharset(nCharset), dwFontStyles, in GetDefFontByCharset()116 FX_WORD wCodePage = FX_GetCodePageFromCharset(pFD->uCharSet); in GetDefFontByUnicode()177 wCodePage = FX_GetCodePageFromCharset(pFD->uCharSet); in LoadFont()384 if (FX_GetCodePageFromCharset(pFont->uCharSet) != pParams->wCodePage) { in FX_DefFontMatcher()769 return GetFontByCodePage(FX_GetCodePageFromCharset(nCharset), dwFontStyles, in GetFontByCharset()
504 return FX_GetFontHashCode(FX_GetCodePageFromCharset(m_LogFont.lfCharSet), in GetHashCode()
133 FX_WORD FX_GetCodePageFromCharset(uint8_t charset);
17 FX_WORD FX_GetCodePageFromCharset(uint8_t charset) { in FX_GetCodePageFromCharset() function