Loading gfx/thebes/gfxPlatformGtk.cpp +2 −1 Original line number Diff line number Diff line Loading @@ -82,6 +82,7 @@ using namespace mozilla; using namespace mozilla::gfx; using namespace mozilla::unicode; gfxFontconfigUtils *gfxPlatformGtk::sFontconfigUtils = nsnull; Loading Loading @@ -684,7 +685,7 @@ gfxPlatformGtk::FindFontForChar(PRUint32 aCh, gfxFont *aFont) return nsnull; } GlobalFontMatch data(aCh, gfxUnicodeProperties::GetScriptCode(aCh), GlobalFontMatch data(aCh, GetScriptCode(aCh), (aFont ? aFont->GetStyle() : nsnull)); // find fonts that support the character Loading gfx/thebes/gfxQtPlatform.cpp +3 −2 Original line number Diff line number Diff line Loading @@ -50,7 +50,7 @@ #include "gfxImageSurface.h" #include "gfxQPainterSurface.h" #include "gfxUnicodeProperties.h" #include "nsUnicodeProperties.h" #ifdef MOZ_PANGO #include "gfxPangoFonts.h" Loading Loading @@ -80,6 +80,7 @@ #include "mozilla/Preferences.h" using namespace mozilla; using namespace mozilla::unicode; #define DEFAULT_RENDER_MODE RENDER_DIRECT Loading Loading @@ -543,7 +544,7 @@ gfxQtPlatform::FindFontForChar(PRUint32 aCh, gfxFont *aFont) return nsnull; } GlobalFontMatch data(aCh, gfxUnicodeProperties::GetScriptCode(aCh), GlobalFontMatch data(aCh, GetScriptCode(aCh), (aFont ? aFont->GetStyle() : nsnull)); // find fonts that support the character Loading Loading
gfx/thebes/gfxPlatformGtk.cpp +2 −1 Original line number Diff line number Diff line Loading @@ -82,6 +82,7 @@ using namespace mozilla; using namespace mozilla::gfx; using namespace mozilla::unicode; gfxFontconfigUtils *gfxPlatformGtk::sFontconfigUtils = nsnull; Loading Loading @@ -684,7 +685,7 @@ gfxPlatformGtk::FindFontForChar(PRUint32 aCh, gfxFont *aFont) return nsnull; } GlobalFontMatch data(aCh, gfxUnicodeProperties::GetScriptCode(aCh), GlobalFontMatch data(aCh, GetScriptCode(aCh), (aFont ? aFont->GetStyle() : nsnull)); // find fonts that support the character Loading
gfx/thebes/gfxQtPlatform.cpp +3 −2 Original line number Diff line number Diff line Loading @@ -50,7 +50,7 @@ #include "gfxImageSurface.h" #include "gfxQPainterSurface.h" #include "gfxUnicodeProperties.h" #include "nsUnicodeProperties.h" #ifdef MOZ_PANGO #include "gfxPangoFonts.h" Loading Loading @@ -80,6 +80,7 @@ #include "mozilla/Preferences.h" using namespace mozilla; using namespace mozilla::unicode; #define DEFAULT_RENDER_MODE RENDER_DIRECT Loading Loading @@ -543,7 +544,7 @@ gfxQtPlatform::FindFontForChar(PRUint32 aCh, gfxFont *aFont) return nsnull; } GlobalFontMatch data(aCh, gfxUnicodeProperties::GetScriptCode(aCh), GlobalFontMatch data(aCh, GetScriptCode(aCh), (aFont ? aFont->GetStyle() : nsnull)); // find fonts that support the character Loading