Searched refs:cstr_face (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/core/src/fxge/ge/ |
D | fx_ge_linux.cpp | 80 …t(int weight, FX_BOOL bItalic, int charset, int pitch_family, FX_LPCSTR cstr_face, FX_BOOL& bExact) in MapFont() argument 82 CFX_ByteString face = cstr_face; in MapFont() 97 FX_INT32 index = GetJapanesePreference(cstr_face, weight, pitch_family); in MapFont() 138 return FindFont(weight, bItalic, charset, pitch_family, cstr_face, !bCJK); in MapFont()
|
/external/pdfium/core/src/fxge/apple/ |
D | fx_mac_imp.cpp | 47 …t(int weight, FX_BOOL bItalic, int charset, int pitch_family, FX_LPCSTR cstr_face, FX_BOOL& bExact) in MapFont() argument 49 CFX_ByteString face = cstr_face; in MapFont()
|
/external/pdfium/core/src/fxge/win32/ |
D | fx_win32_device.cpp | 285 …t(int weight, FX_BOOL bItalic, int charset, int pitch_family, FX_LPCSTR cstr_face, FX_BOOL& bExact) in MapFont() argument 287 CFX_ByteString face = cstr_face; in MapFont()
|