Searched refs:fonts (Results 1 - 25 of 33) sorted by relevance

12

/external/webkit/Tools/DumpRenderTree/chromium/
H A DTestShellGtk.cpp50 // We wish to make the layout tests reproducable with respect to fonts. Skia
52 // files found on the current system. This means that fonts vary based on the
56 // which only knows about a few, select, fonts.
76 std::string fontconfigPath = drtDirPath + "fonts.conf";
82 // This is the list of fonts that fontconfig will know about. It
83 // will try its best to match based only on the fonts here in. The
84 // paths are where these fonts are found on our Ubuntu boxes.
85 static const char *const fonts[] = { local
86 "/usr/share/fonts/truetype/kochi/kochi-gothic.ttf",
87 "/usr/share/fonts/truetyp
[all...]
H A Dfonts.conf2 <!DOCTYPE fontconfig SYSTEM "fonts.dtd">
3 <!-- /etc/fonts/fonts.conf file to configure system font access -->
/external/webkit/Source/WebKit/chromium/public/
H A DWebCache.h65 ResourceTypeStat fonts; member in struct:WebKit::WebCache::ResourceTypeStats
/external/chromium/chrome/browser/resources/options/
H A Dfont_settings.js16 'fonts',
58 // The fonts list may be large so we only load it when this page is
60 // faster and consume less memory if the user never opens the fonts
162 FontSettings.setFontsData = function(fonts, encodings, selectedValues) {
163 FontSettings.getInstance().populateSelect_($('standard-font-family'), fonts,
165 FontSettings.getInstance().populateSelect_($('serif-font-family'), fonts,
168 fonts, selectedValues[2]);
169 FontSettings.getInstance().populateSelect_($('fixed-font-family'), fonts,
/external/webkit/Source/WebKit/chromium/src/
H A DWebCache.cpp103 ToResourceTypeStat(stats.fonts, result->fonts);
/external/lohit-fonts/
H A DAndroid.mk27 LOCAL_MODULE_PATH := $(TARGET_OUT)/fonts
35 LOCAL_MODULE_PATH := $(TARGET_OUT)/fonts
43 LOCAL_MODULE_PATH := $(TARGET_OUT)/fonts
/external/webkit/Source/WebCore/platform/graphics/wince/
H A DFontPlatformData.cpp197 static KnownFonts fonts; local
202 fonts.append(FontFamilyCodePageInfo(songTiStr, 936));
204 return fonts;
489 KnownFonts& fonts = knownFonts(); local
490 for (KnownFonts::iterator i = fonts.begin(); i != fonts.end(); ++i) {
501 KnownFonts& fonts = knownFonts(); local
502 for (KnownFonts::iterator i = fonts.begin(); i != fonts.end(); ++i) {
/external/webkit/Source/WebCore/platform/mac/
H A DWebFontCache.mm163 NSArray *fonts = [fontManager availableMembersOfFontFamily:availableFamily];
164 unsigned n = [fonts count];
167 NSArray *fontInfo = [fonts objectAtIndex:i];
179 // comparing the desiredFamily to the PostScript name of the installed fonts. If that fails
180 // we then do a search based on the family names of the installed fonts.
226 NSArray *fonts = [fontManager availableMembersOfFontFamily:availableFamily];
227 unsigned n = [fonts count];
230 NSArray *fontInfo = [fonts objectAtIndex:i];
272 // There are some malformed fonts that will be correctly returned by -fontWithFamily:traits:weight:size: as a match for a particular trait,
/external/cibu-fonts/
H A DAndroid.mk26 LOCAL_MODULE_PATH := $(TARGET_OUT)/fonts
/external/icu4c/layoutex/
H A DRunArrays.cpp109 LEFontInstance **fonts = (LEFontInstance **) fFonts; local
111 fonts[index] = (LEFontInstance *) font;
H A Dplruns.cpp19 pl_openFontRuns(const le_font **fonts, argument
23 return (pl_fontRuns *) new FontRuns((const LEFontInstance **) fonts, limits, count);
/external/webkit/Source/WebCore/inspector/front-end/
H A DResourceView.js56 case WebInspector.resourceCategories.fonts:
74 case WebInspector.resourceCategories.fonts:
/external/icu4c/layoutex/layout/
H A DRunArrays.h274 * Construct a <code>FontRuns</code> object from pre-existing arrays of fonts
277 * @param fonts is the address of an array of pointers to <code>LEFontInstance</code> objects. This
288 inline FontRuns(const LEFontInstance **fonts, const le_int32 *limits, le_int32 count);
395 inline FontRuns::FontRuns(const LEFontInstance **fonts, const le_int32 *limits, le_int32 count) argument
396 : RunArray(limits, count), fFonts(fonts)
H A Dplruns.h39 * Construct a <code>pl_fontRuns</code> object from pre-existing arrays of fonts
42 * @param fonts is the address of an array of pointers to <code>le_font</code> objects. This
54 pl_openFontRuns(const le_font **fonts,
305 * Construct a <code>pl_localeRuns</code> object from pre-existing arrays of fonts
/external/webkit/Tools/DumpRenderTree/gtk/fonts/
H A Dfonts.conf2 <!DOCTYPE fontconfig SYSTEM "fonts.dtd">
18 <!-- This system may have turned off selection of bitmap fonts, but
20 bitmap fonts with no valid encodings are *never* selected regardless
59 <!-- Until we find good fonts to use for cursive and fantasy
140 and "Monaco" (all monospace fonts) don't fall back to the default
293 this property correctly in: platform/gtk/fonts/fontconfig-synthetic-bold.html -->
313 this property correctly in: platform/gtk/fonts/fontconfig-synthetic-oblique.html -->
342 in fonts. All other blank chars are assumed to be broken and won't
/external/webkit/Source/WebCore/loader/cache/
H A DMemoryCache.cpp628 stats.fonts.addResource(resource);
672 printf("%-13s %13d %13d %13d %13d %13d %13d\n", "Fonts", s.fonts.count, s.fonts.size, s.fonts.liveSize, s.fonts.decodedSize, s.fonts.purgeableSize, s.fonts.purgedSize);
H A DMemoryCache.h106 TypeStatistic fonts; member in struct:WebCore::MemoryCache::Statistics
/external/webkit/Source/WebKit/chromium/src/gtk/
H A DWebFontInfo.cpp84 // only scalable fonts so we have to manually filter the results.
86 FcPattern* current = fontSet->fonts[i];
93 // fontconfig can also return fonts which are unreadable
/external/webkit/Tools/DumpRenderTree/qt/
H A Dfonts.conf2 <!DOCTYPE fontconfig SYSTEM "fonts.dtd">
45 in fonts. All other blank chars are assumed to be broken and
117 URW provides metric and shape compatible fonts for these 10 Adobe families.
119 However, these fonts are quite ugly and do not render well on-screen,
/external/chromium/chrome/browser/renderer_host/
H A Dchrome_render_message_filter.cc115 static_cast<int>(stats.fonts.size / 1024));
/external/chromium/chrome/common/
H A Drender_messages.h117 IPC_STRUCT_TRAITS_MEMBER(fonts)
/external/webkit/Source/WebCore/
H A DAndroid.mk652 platform/graphics/android/fonts/FontAndroid.cpp \
653 platform/graphics/android/fonts/FontCacheAndroid.cpp \
654 platform/graphics/android/fonts/FontCustomPlatformData.cpp \
655 platform/graphics/android/fonts/FontDataAndroid.cpp \
656 platform/graphics/android/fonts/FontPlatformDataAndroid.cpp \
657 platform/graphics/android/fonts/GlyphMapAndroid.cpp \
658 platform/graphics/android/fonts/VerticalTextMap.cpp \
1275 platform/graphics/android/fonts/HarfbuzzSkia.cpp
/external/grub/docs/
H A Dtexinfo.tex552 % Kludge this until the fonts are right (grr).
1291 % PDF outlines are displayed using system fonts, instead of
1292 % document fonts. Therefore we cannot use special characters,
1392 \message{fonts,}
1403 % Select #1 fonts with the current style.
1405 \def\selectfonts#1{\csname #1fonts\endcsname \csname\curfontstyle\endcsname}
1471 % Text fonts (11.2pt, magstep1).
1485 % A few fonts for @defun names and args.
1532 % Chapter (and unnumbered) fonts (17.28pt).
1545 % Section fonts (14.
[all...]
/external/skia/src/pdf/
H A DSkPDFDevice.cpp1004 SkRefPtr<SkPDFDict> fonts = new SkPDFDict(); local
1005 fonts->unref(); // SkRefPtr and new both took a reference.
1009 fonts->insert(nameString.c_str(),
1012 fResourceDict->insert("Font", fonts.get());
/external/webkit/
H A DAndroid.mk131 $(WEBCORE_PATH)/platform/graphics/android/fonts \

Completed in 462 milliseconds

12