Searched refs:cstr_face (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/core/src/fxge/ge/ |
D | fx_ge_linux.cpp | 72 const FX_CHAR* cstr_face, in MapFont() argument 74 void* font = GetSubstFont(cstr_face); in MapFont() 82 int32_t index = GetJapanesePreference(cstr_face, weight, pitch_family); in MapFont() 121 return FindFont(weight, bItalic, charset, pitch_family, cstr_face, !bCJK); in MapFont()
|
/external/pdfium/core/src/fxge/apple/ |
D | fx_mac_imp.cpp | 56 const FX_CHAR* cstr_face, in MapFont() argument 58 CFX_ByteString face = cstr_face; in MapFont()
|
/external/pdfium/core/src/fxge/win32/ |
D | fx_win32_device.cpp | 215 const FX_CHAR* cstr_face, in MapFont() argument 217 void* font = GetSubstFont(cstr_face); in MapFont() 232 return FindFont(weight, bItalic, charset, pitch_family, cstr_face, !bCJK); in MapFont() 330 const FX_CHAR* cstr_face, in MapFont() argument 332 CFX_ByteString face = cstr_face; in MapFont()
|