Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/
Dfx_ge_linux.cpp86 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/
Dfx_mac_imp.cpp67 const char* cstr_face) { in MapFont() argument
68 ByteString face = cstr_face; in MapFont()
/external/pdfium/core/fxge/win32/
Dfx_win32_device.cpp477 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()