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

/external/pdfium/core/src/fxge/apple/
H A Dfx_mac_imp.cpp35 static void GetJapanesePreference(CFX_ByteString& face, int weight, int picth_family) argument
41 if (!(picth_family & FXFONT_FF_ROMAN) && weight > 400) {
/external/pdfium/core/src/fxge/ge/
H A Dfx_ge_linux.cpp59 static FX_INT32 GetJapanesePreference(FX_LPCSTR facearr, int weight, int picth_family) argument
75 if (!(picth_family & FXFONT_FF_ROMAN) && weight > 400) {
/external/pdfium/core/src/fxge/win32/
H A 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) argument
247 } else if (!(picth_family & FF_ROMAN) && weight > 550) {
253 void CWin32FontInfo::GetJapanesePreference(CFX_ByteString& face, int weight, int picth_family) argument
279 if (!(picth_family & FF_ROMAN) && weight > 400) {

Completed in 50 milliseconds