Searched refs:CharsetCP (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/core/include/fxge/ |
D | fx_font.h | 60 … int weight, int italic_angle, int CharsetCP, FX_BOOL bVertical = FALSE); 221 … int weight, int italic_angle, int CharsetCP, CFX_SubstFont* pSubstFont); 239 … int weight, int italic_angle, int CharsetCP, CFX_SubstFont* pSubstFont) = 0; 279 … int weight, int italic_angle, int CharsetCP, CFX_SubstFont* pSubstFont);
|
/external/pdfium/core/src/fxge/ge/ |
D | fx_ge_font.cpp | 72 int weight, int italic_angle, int CharsetCP, FX_BOOL bVertical) in LoadSubst() argument 81 CharsetCP, m_pSubstFont); in LoadSubst()
|
D | fx_ge_fontmap.cpp | 105 … FX_DWORD flags, int weight, int italic_angle, int CharsetCP, CFX_SubstFont* pSubstFont) in FindSubstFont() argument 112 CharsetCP, pSubstFont); in FindSubstFont() 118 CharsetCP, pSubstFont); in FindSubstFont()
|
/external/pdfium/fpdfsdk/src/ |
D | fpdfview.cpp | 119 int CharsetCP, // [IN] code page for charset (see Win32 GetACP())
|