Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxge/ge/
Dfx_ge_linux.cpp72 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/
Dfx_mac_imp.cpp56 const FX_CHAR* cstr_face, in MapFont() argument
58 CFX_ByteString face = cstr_face; in MapFont()
/external/pdfium/core/src/fxge/win32/
Dfx_win32_device.cpp215 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()