OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FX_GetCodePageFromCharset
(Results
1 - 4
of
4
) sorted by null
/external/pdfium/xfa/src/fgas/include/
fx_cpg.h
133
FX_WORD
FX_GetCodePageFromCharset
(uint8_t charset);
/external/pdfium/xfa/src/fgas/src/font/
fx_stdfontmgr.cpp
86
return GetDefFontByCodePage(
FX_GetCodePageFromCharset
(nCharset), dwFontStyles,
116
FX_WORD wCodePage =
FX_GetCodePageFromCharset
(pFD->uCharSet);
177
wCodePage =
FX_GetCodePageFromCharset
(pFD->uCharSet);
384
if (
FX_GetCodePageFromCharset
(pFont->uCharSet) != pParams->wCodePage) {
769
return GetFontByCodePage(
FX_GetCodePageFromCharset
(nCharset), dwFontStyles,
[
all
...]
fx_gdifont.cpp
504
return FX_GetFontHashCode(
FX_GetCodePageFromCharset
(m_LogFont.lfCharSet),
/external/pdfium/xfa/src/fgas/src/crt/
fx_codepage.cpp
17
FX_WORD
FX_GetCodePageFromCharset
(uint8_t charset) {
Completed in 41 milliseconds