/external/icu4c/samples/layout/ |
ScriptCompositeFontInstance.cpp | 86 // look in all the fonts in some order, script code order being the most obvious...
|
/external/webkit/WebCore/css/ |
CSSFontFaceSource.h | 71 CachedResourceHandle<CachedFont> m_font; // For remote fonts, a pointer to our cached resource.
|
CSSFontFaceSource.cpp | 128 // For SVG fonts parse the external SVG document, and extract the <font> element. 169 // In-Document SVG Fonts
|
/external/webkit/WebCore/platform/graphics/ |
Font.cpp | 147 // being reasonably safe (because inherited fonts in the render tree pick up the new 150 // and could eventually be rectified by using RefPtrs for Fonts themselves. 164 // Don't draw anything while we are using custom fonts that are in the process of loading. 194 // If the complex text implementation cannot return fallback fonts, avoid
|
/external/webkit/WebCore/platform/graphics/chromium/ |
FontUtilsChromiumWin.cpp | 124 // by fonts for scripts closely related to them. See 213 // try some more fonts known to support it. Finally, we can 215 // fonts supporting the script and cache the result. 266 // they're fully covered by Chinese, Japanese and Korean fonts.
|
UniscribeHelper.h | 320 // different fonts. 347 // Tries a series of fonts specified retrieved with NextWinFontData 355 // of fonts. When there's no more font available, returns false 363 // Resets the font index to the first in the list of fonts to try after the 365 // NextWinFontData scans fallback fonts from the beginning.
|
/external/webkit/WebCore/platform/graphics/gtk/ |
FontCacheGtk.cpp | 48 FcPattern* fin = FcFontRenderPrepare(NULL, prim->m_pattern, fs->fonts[i]);
|
/external/webkit/WebCore/platform/graphics/win/ |
FontPlatformDataWin.cpp | 57 ASSERT_WITH_MESSAGE(bufferSize, "Bitmap fonts not supported with CoreGraphics.");
|
SimpleFontDataCGWin.cpp | 121 // GDI Fonts init charwidths in initGDIFont. 139 // FIXME: Need to add real support for printer fonts.
|
/external/webkit/WebKit/chromium/public/ |
WebCache.h | 65 ResourceTypeStat fonts; member in struct:WebKit::WebCache::ResourceTypeStats
|
/external/webkit/WebKit/chromium/public/linux/ |
WebSandboxSupport.h | 42 // Fonts ---------------------------------------------------------------
|
/external/webkit/WebKitTools/DumpRenderTree/gtk/ |
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,
|
/external/webkit/WebKitTools/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,
|
/frameworks/base/awt/java/awt/font/ |
MultipleMaster.java | 28 * type fonts and retrieve graphical and design data from them.
|
/frameworks/base/awt/org/apache/harmony/awt/gl/font/ |
FontProperty.java | 27 * in font.property files. See API documentation, logical fonts description part.
|
/frameworks/base/core/java/android/widget/ |
DigitalClock.java | 34 * proportional fonts don't shake rendering
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/ |
FontLoader.java | 46 * The fonts are loaded from the SDK directory. Family/style mapping is done by parsing the 47 * fonts.xml file located alongside the ttf files. 50 private static final String FONTS_DEFINITIONS = "fonts.xml"; 52 private static final String NODE_FONTS = "fonts";
|
/sdk/eclipse/scripts/ |
gen_icon.py | 12 FONT_PATH = "/usr/share/fonts/truetype/msttcorefonts/arial.ttf"
|
/external/icu4c/layout/ |
IndicLayoutEngine.h | 27 * This class implements OpenType layout for Indic OpenType fonts, as 28 * specified by Microsoft in "Creating and Supporting OpenType Fonts for
|
/external/webkit/WebCore/loader/ |
Cache.cpp | 688 stats.fonts.addResource(resource); 728 printf("%-11s %11d %11d %11d %11d %11d %11d\n", "Fonts", s.fonts.count, s.fonts.size, s.fonts.liveSize, s.fonts.decodedSize, s.fonts.purgeableSize, s.fonts.purgedSize);
|
CachedFont.cpp | 163 unsigned fonts = list->length(); local 164 for (unsigned i = 0; i < fonts; ++i) {
|
/external/webkit/WebCore/rendering/ |
RenderThemeChromiumSkia.h | 62 // System fonts. 148 // form control fonts.
|
/external/webkit/WebKit/chromium/tests/ |
UniscribeHelperTest.cpp | 84 // Free any allocated fonts. 93 // Tracks allocated fonts so we can delete them at the end of the test.
|
/frameworks/base/awt/java/awt/ |
GraphicsEnvironment.java | 167 * Gets the array of all available fonts instances in this 170 * @return the array of all available fonts instances in this
|
/frameworks/base/core/java/com/android/internal/widget/ |
DigitalClock.java | 121 mTimeDisplay.setTypeface(Typeface.createFromFile("/system/fonts/Clockopia.ttf")); 122 mAmPm = new AmPm(this, Typeface.createFromFile("/system/fonts/DroidSans-Bold.ttf"));
|