/frameworks/base/data/fonts/ |
fonts.mk | 17 # On space-constrained devices, we include a subset of fonts: 18 # First, core/required fonts 20 frameworks/base/data/fonts/Roboto-Regular.ttf:system/fonts/Roboto-Regular.ttf \ 21 frameworks/base/data/fonts/Roboto-Bold.ttf:system/fonts/Roboto-Bold.ttf \ 22 frameworks/base/data/fonts/Roboto-Italic.ttf:system/fonts/Roboto-Italic.ttf \ 23 frameworks/base/data/fonts/Roboto-BoldItalic.ttf:system/fonts/Roboto-BoldItalic.ttf [all...] |
Android.mk | 26 font_symlink_src := $(PRODUCT_OUT)/system/fonts/Roboto-Regular.ttf 41 font_symlink_src := $(PRODUCT_OUT)/system/fonts/Roboto-Bold.ttf 59 LOCAL_MODULE_PATH := $(TARGET_OUT)/fonts 76 LOCAL_MODULE_PATH := $(TARGET_OUT)/fonts
|
/external/webkit/Tools/DumpRenderTree/chromium/ |
TestShellGtk.cpp | 50 // 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/truetype/kochi/kochi-mincho.ttf" [all...] |
fonts.conf | 2 <!DOCTYPE fontconfig SYSTEM "fonts.dtd"> 3 <!-- /etc/fonts/fonts.conf file to configure system font access -->
|
/build/target/product/ |
generic_no_telephony.mk | 69 $(call inherit-product-if-exists, frameworks/base/data/fonts/fonts.mk) 70 $(call inherit-product-if-exists, external/lohit-fonts/fonts.mk)
|
sdk.mk | 144 $(call inherit-product-if-exists, frameworks/base/data/fonts/fonts.mk)
|
/external/webkit/Source/WebKit/chromium/public/ |
WebCache.h | 65 ResourceTypeStat fonts; member in struct:WebKit::WebCache::ResourceTypeStats
|
/external/webkit/Source/WebKit/chromium/src/ |
WebCache.cpp | 103 ToResourceTypeStat(stats.fonts, result->fonts);
|
/external/lohit-fonts/ |
Android.mk | 30 LOCAL_MODULE_PATH := $(TARGET_OUT)/fonts 40 LOCAL_MODULE_PATH := $(TARGET_OUT)/fonts 48 LOCAL_MODULE_PATH := $(TARGET_OUT)/fonts
|
/external/webkit/Source/WebCore/platform/graphics/wince/ |
FontPlatformData.cpp | 197 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/icu4c/layoutex/layout/ |
RunArrays.h | 274 * 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) 396 : RunArray(limits, count), fFonts(fonts)
|
plruns.h | 39 * 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/Source/WebCore/platform/mac/ |
WebFontCache.mm | 163 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/icu4c/layoutex/ |
RunArrays.cpp | 109 LEFontInstance **fonts = (LEFontInstance **) fFonts; local 111 fonts[index] = (LEFontInstance *) font;
|
plruns.cpp | 19 pl_openFontRuns(const le_font **fonts, 23 return (pl_fontRuns *) new FontRuns((const LEFontInstance **) fonts, limits, count);
|
/development/scripts/ |
combine_sdks.sh | 70 replace tools/lib/fonts
|
/external/webkit/Tools/DumpRenderTree/gtk/fonts/ |
fonts.conf | 2 <!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/ |
MemoryCache.cpp | 628 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);
|
MemoryCache.h | 106 TypeStatistic fonts; member in struct:WebCore::MemoryCache::Statistics
|
/external/webkit/Source/WebCore/inspector/front-end/ |
ResourceView.js | 56 case WebInspector.resourceCategories.fonts: 74 case WebInspector.resourceCategories.fonts:
|
/external/webkit/Source/WebKit/chromium/src/gtk/ |
WebFontInfo.cpp | 84 // 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/ |
fonts.conf | 2 <!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,
|
/development/build/ |
sdk.atree | 110 # fonts for layoutlib. 111 frameworks/base/data/fonts platforms/${PLATFORM_NAME}/data/fonts
|
/external/chromium/chrome/browser/renderer_host/ |
chrome_render_message_filter.cc | 115 static_cast<int>(stats.fonts.size / 1024));
|
/external/chromium/chrome/common/ |
render_messages.h | 117 IPC_STRUCT_TRAITS_MEMBER(fonts)
|