Searched refs:picth_family (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/core/src/fxge/apple/ |
D | fx_mac_imp.cpp | 35 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/ |
D | fx_ge_linux.cpp | 59 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/ |
D | fx_win32_device.cpp | 38 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()
|