Searched refs:FcConfigSubstitute (Results 1 – 11 of 11) sorted by relevance
/external/chromium_org/ui/gfx/ |
D | font_fallback_linux.cc | 37 if (FcConfigSubstitute(NULL, pattern, FcMatchPattern) == FcTrue) { in GetFallbackFontFamilies()
|
D | font_render_params_linux.cc | 107 FcConfigSubstitute(NULL, pattern, FcMatchPattern); in QueryFontconfig()
|
/external/chromium_org/third_party/skia/src/ports/ |
D | SkFontMgr_fontconfig.cpp | 506 FcConfigSubstitute(fFontMgr->fFC, pattern, FcMatchPattern); in matchStyle() 698 FcConfigSubstitute(fFC, pattern, FcMatchPattern); in onMatchFamily() 742 FcConfigSubstitute(fFC, pattern, FcMatchPattern); in onMatchFamilyStyle() 807 FcConfigSubstitute(fFC, pattern, FcMatchPattern); in onMatchFamilyStyleCharacter()
|
D | SkFontConfigInterface_direct.cpp | 466 FcConfigSubstitute(NULL, pattern, FcMatchPattern); in matchFamilyName() 627 FcConfigSubstitute(NULL, pattern, FcMatchPattern); in matchFamilySet()
|
/external/chromium_org/content/browser/renderer_host/ |
D | font_utils_linux.cc | 158 FcConfigSubstitute(NULL, pattern, FcMatchPattern); in MatchFontFaceWithFallback()
|
/external/chromium_org/third_party/WebKit/Source/platform/exported/linux/ |
D | WebFontInfo.cpp | 166 FcConfigSubstitute(0, pattern, FcMatchPattern); in createFcFontSetForLocale()
|
/external/skia/src/ports/ |
D | SkFontConfigInterface_direct.cpp | 460 FcConfigSubstitute(NULL, pattern, FcMatchPattern); in matchFamilyName() 621 FcConfigSubstitute(NULL, pattern, FcMatchPattern); in matchFamilySet()
|
/external/chromium_org/third_party/fontconfig/include/src/ |
D | fcaliastail.h | 75 # undef FcConfigSubstitute 76 extern __typeof (FcConfigSubstitute) FcConfigSubstitute __attribute((alias("IA__FcConfigSubstitute"…
|
D | fcalias.h | 69 extern __typeof (FcConfigSubstitute) IA__FcConfigSubstitute __attribute((visibility("hidden"))); 70 #define FcConfigSubstitute IA__FcConfigSubstitute macro
|
/external/chromium_org/third_party/skia/src/fonts/ |
D | SkFontMgr_fontconfig.cpp | 250 FcConfigSubstitute(NULL, pattern, FcMatchPattern); in onMatchFamily()
|
/external/skia/src/fonts/ |
D | SkFontMgr_fontconfig.cpp | 255 FcConfigSubstitute(NULL, pattern, FcMatchPattern); in onMatchFamily()
|