Searched refs:cstr_face (Results 1 - 3 of 3) sorted by relevance

/external/pdfium/core/src/fxge/apple/
H A Dfx_mac_imp.cpp48 void* CFX_MacFontInfo::MapFont(int weight, FX_BOOL bItalic, int charset, int pitch_family, FX_LPCSTR cstr_face, FX_BOOL& bExact) argument
50 CFX_ByteString face = cstr_face;
/external/pdfium/core/src/fxge/ge/
H A Dfx_ge_linux.cpp105 void* CFX_LinuxFontInfo::MapFont(int weight, FX_BOOL bItalic, int charset, int pitch_family, FX_LPCSTR cstr_face, FX_BOOL& bExact) argument
107 CFX_ByteString face = cstr_face;
122 FX_INT32 index = GetJapanesePreference(cstr_face, weight, pitch_family);
163 return FindFont(weight, bItalic, charset, pitch_family, cstr_face, !bCJK);
/external/pdfium/core/src/fxge/win32/
H A Dfx_win32_device.cpp292 void* CWin32FontInfo::MapFont(int weight, FX_BOOL bItalic, int charset, int pitch_family, FX_LPCSTR cstr_face, FX_BOOL& bExact) argument
294 CFX_ByteString face = cstr_face;

Completed in 478 milliseconds