HomeSort by relevance Sort by last modified time
    Searched refs:fontconfig (Results 1 - 20 of 20) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/cairo/
OwnPtrCairo.cpp 25 #include <fontconfig/fcfreetype.h>
RefPtrCairo.cpp 26 #include <fontconfig/fcfreetype.h>
  /external/webkit/Source/WebCore/platform/graphics/freetype/
GlyphPageTreeNodeFreeType.cpp 37 #include <fontconfig/fcfreetype.h>
SimpleFontDataFreeType.cpp 43 #include <fontconfig/fcfreetype.h>
100 // FIXME: I think we want to ask FontConfig for the right font again.
FontCacheFreeType.cpp 32 #include <fontconfig/fcfreetype.h>
110 // We want to return a fallback font here, otherwise the logic preventing FontConfig
123 // the fallback name (like "monospace") that fontconfig understands.
192 // Allow Fontconfig to do pre-match substitution. Unless we are accessing a "fallback"
193 // family like "sans," this is the only time we allow Fontconfig to substitute one
211 // If Fontconfig gave use a different font family than the one we requested, we should ignore it
220 // Verify that this font has an encoding compatible with Fontconfig. Fontconfig currently
FontPlatformDataFreeType.cpp 32 #include <fontconfig/fcfreetype.h>
255 // FontConfig may return a list of transformation matrices with the pattern, for instance,
266 // The matrix from FontConfig does not include the scale.
  /external/webkit/Tools/DumpRenderTree/chromium/
fonts.conf 2 <!DOCTYPE fontconfig SYSTEM "fonts.dtd">
4 <fontconfig>
229 </fontconfig>
TestShellGtk.cpp 35 #include <fontconfig/fontconfig.h>
51 // uses fontconfig to resolve font family names from WebKit into actual font
53 // system and also on the fontconfig configuration.
55 // To avoid this we initialise fontconfig here and install a configuration
58 // We have fontconfig parse a config file from our resources file. This
78 fputs("Failed to parse fontconfig config file\n", stderr);
82 // This is the list of fonts that fontconfig will know about. It
  /external/webkit/Tools/WebKitTestRunner/InjectedBundle/qt/
ActivateFontsQt.cpp 40 #include <fontconfig/fontconfig.h>
  /external/harfbuzz_ng/contrib/python/lib/
fontconfig.pyx 1 cdef extern from "fontconfig/fontconfig.h" :
  /external/webkit/Tools/DumpRenderTree/qt/
fonts.conf 2 <!DOCTYPE fontconfig SYSTEM "fonts.dtd">
3 <fontconfig>
258 </fontconfig>
main.cpp 46 #include <fontconfig/fontconfig.h>
DumpRenderTreeQt.cpp 72 #include <fontconfig/fontconfig.h>
    [all...]
  /external/webkit/Source/WebKit/chromium/src/gtk/
WebFontInfo.cpp 35 #include <fontconfig/fontconfig.h>
83 // Older versions of fontconfig have a bug where they cannot select
93 // fontconfig can also return fonts which are unreadable
148 // Some versions of fontconfig don't actually write a value into result.
  /external/skia/legacy/src/ports/
SkFontHost_fontconfig.cpp 12 // SkFontHost by using the fontconfig[1] library. Fontconfig is usually found
16 // [1] http://fontconfig.org
22 #include <fontconfig/fontconfig.h>
33 // fontconfig is the filename of the font so we keep a locked map from
86 // list of types, see http://fontconfig.org/fontconfig-devel/x19.html#AEN27.
136 // However, fontconfig will always do its best to find *a* font when asked
139 // and lets WebKit know to try the next CSS family name. However, fontconfig
    [all...]
  /external/skia/src/ports/
SkFontHost_fontconfig.cpp 11 #include <fontconfig/fontconfig.h>
67 * list of types, see http://fontconfig.org/fontconfig-devel/x19.html#AEN27.
125 SkASSERT(false && "Could not initialize fontconfig.");
131 // SkTypeface object. Given the filename we can ask fontconfig for the
  /external/webkit/Tools/DumpRenderTree/gtk/fonts/
fonts.conf 2 <!DOCTYPE fontconfig SYSTEM "fonts.dtd">
3 <fontconfig>
21 of the Fontconfig settings. So force Fontconfig to select our cruddy
293 this property correctly in: platform/gtk/fonts/fontconfig-synthetic-bold.html -->
313 this property correctly in: platform/gtk/fonts/fontconfig-synthetic-oblique.html -->
405 </fontconfig>
  /external/webkit/Tools/QtTestBrowser/
main.cpp 46 #include <fontconfig/fontconfig.h>
  /external/harfbuzz_ng/contrib/python/scripts/
hbtestfont 4 from fontconfig import fcPattern
36 print "Failed to find font in fontconfig. Exiting"
  /external/webkit/Tools/DumpRenderTree/gtk/
DumpRenderTree.cpp 57 #include <fontconfig/fontconfig.h>
165 // we want to reset the FontConfig configuration to prevent it from affecting other tests.
252 // A font with no valid Fontconfig encoding to test https://bugs.webkit.org/show_bug.cgi?id=47452
    [all...]

Completed in 721 milliseconds