Searched refs:cstr_face (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/core/fxge/ |
D | fx_ge_linux.cpp | 86 const char* cstr_face) { in MapFont() argument 87 void* font = GetSubstFont(cstr_face); in MapFont() 94 size_t index = GetJapanesePreference(cstr_face, weight, pitch_family); in MapFont() 131 return FindFont(weight, bItalic, charset, pitch_family, cstr_face, !bCJK); in MapFont()
|
/external/pdfium/core/fxge/apple/ |
D | fx_mac_imp.cpp | 67 const char* cstr_face) { in MapFont() argument 68 ByteString face = cstr_face; in MapFont()
|
/external/pdfium/core/fxge/win32/ |
D | fx_win32_device.cpp | 477 const char* cstr_face) { in MapFont() argument 478 void* font = GetSubstFont(cstr_face); in MapFont() 493 return FindFont(weight, bItalic, charset, pitch_family, cstr_face, !bCJK); in MapFont() 567 const char* cstr_face) { in MapFont() argument 568 ByteString face = cstr_face; in MapFont()
|