Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxge/apple/
Dfx_mac_imp.cpp35 static void GetJapanesePreference(CFX_ByteString& face, int weight, int picth_family) in GetJapanesePreference() argument
41 if (!(picth_family & FXFONT_FF_ROMAN) && weight > 400) { in GetJapanesePreference()
/external/pdfium/core/src/fxge/ge/
Dfx_ge_linux.cpp59 static FX_INT32 GetJapanesePreference(FX_LPCSTR facearr, int weight, int picth_family) in GetJapanesePreference() argument
75 if (!(picth_family & FXFONT_FF_ROMAN) && weight > 400) { in GetJapanesePreference()
/external/pdfium/core/src/fxge/win32/
Dfx_win32_device.cpp38 void GetGBPreference(CFX_ByteString& face, int weight, int picth_family);
39 void GetJapanesePreference(CFX_ByteString& face, int weight, int picth_family);
225 void CWin32FontInfo::GetGBPreference(CFX_ByteString& face, int weight, int picth_family) in GetGBPreference() argument
247 } else if (!(picth_family & FF_ROMAN) && weight > 550) { in GetGBPreference()
253 void CWin32FontInfo::GetJapanesePreference(CFX_ByteString& face, int weight, int picth_family) in GetJapanesePreference() argument
279 if (!(picth_family & FF_ROMAN) && weight > 400) { in GetJapanesePreference()