/external/chromium_org/ui/gfx/ |
font_smoothing_win.cc | 12 // Helper class to cache font smoothing settings and listen for notifications 18 // Returns the cached Windows font smoothing settings. Queries the settings 36 // Queries the font settings from the system. 46 // Indicates that font smoothing is enabled. 49 // Indicates that the ClearType font smoothing is enabled.
|
render_text_win.cc | 40 // Callback to |EnumEnhMetaFile()| to intercept font creation. 54 // Finds a fallback font to use to render the specified |text| with respect to 55 // an initial |font|. Returns the resulting font via out param |result|. Returns 56 // |true| if a fallback font was found. 60 const Font& font, 63 Font* result) { 64 // Use a meta file to intercept the fallback font chosen by Uniscribe. 69 SelectObject(meta_file_dc, font.GetNativeFont()) [all...] |
/external/harfbuzz/src/ |
harfbuzz-dump-main.c | 48 HB_Font font; local 61 if ((error = FT_New_Face (library, argv[1], 0, &font))) 67 if (!(error = HB_Load_GSUB_Table (font, &gsub, NULL))) 77 if (!(error = HB_Load_GPOS_Table (font, &gpos, NULL))) 89 if ((error = FT_Done_Face (font)))
|
/external/harfbuzz_ng/src/ |
test-would-substitute.cc | 50 fprintf (stderr, "usage: %s font-file lookup-index first-glyph [second-glyph]\n", argv[0]); 91 hb_font_t *font = hb_font_create (face); local 93 hb_ft_font_set_funcs (font); 98 if (!hb_font_glyph_from_string (font, argv[3], -1, &glyphs[0]) || 100 !hb_font_glyph_from_string (font, argv[4], -1, &glyphs[1])))
|
/frameworks/base/core/tests/coretests/src/android/text/ |
HtmlTest.java | 50 Spanned spanned = Html.fromHtml("Hello <font color=\"#ff00ff00\"></font>"); 82 s = Html.fromHtml("<font color=\"#00FF00\">something</font>"); 87 s = Html.fromHtml("<font color=\"navy\">something</font>"); 92 s = Html.fromHtml("<font color=\"gibberish\">something</font>"); 104 s = Html.fromHtml("<font color=\"@android:color/primary_text_dark\">something</font>"); [all...] |
/frameworks/base/docs/html/sdk/api_diff/9/changes/ |
java.awt.font.TextAttribute.html | 10 java.awt.font.TextAttribute 74 Class java.awt.font.<A HREF="../../../../reference/java/awt/font/TextAttribute.html" target="_top"><font size="+2"><code>TextAttribute</code></font></A> 83 <TH VALIGN="TOP" COLSPAN=2>Added Fields</FONT></TD> 87 <A NAME="java.awt.font.TextAttribute.KERNING"></A> 88 <nobr><code>TextAttribute</code> <A HREF="../../../../reference/java/awt/font/TextAttribute.html#KERNING" target="_top"><code>KERNING</code></A></nobr> 94 <A NAME="java.awt.font.TextAttribute.KERNING_ON"></A> 95 <nobr><code>Integer</code> <A HREF="../../../../reference/java/awt/font/TextAttribute.html#KERNING_ON" target="_top"><code>KERNING_ON</code></A></nobr [all...] |
/frameworks/base/tests/RenderScriptTests/MiscSamples/src/com/example/android/rs/miscsamples/ |
RsRenderStatesRS.java | 23 import android.renderscript.Font.Style; 110 Font mFontSans; 111 Font mFontSerif; 112 Font mFontSerifBold; 113 Font mFontSerifItalic; 114 Font mFontSerifBoldItalic; 115 Font mFontMono; 327 // Sans font by family name 328 mFontSans = Font.create(mRS, mRes, "sans-serif", Font.Style.NORMAL, 8) [all...] |
/packages/apps/Browser/src/com/android/browser/preferences/ |
FontSizePreview.java | 31 static final String HTML_FORMAT = "<!DOCTYPE html><html><head><meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\"><style type=\"text/css\">p { margin: 2px auto;}</style><body><p style=\"font-size: 4pt\">%s</p><p style=\"font-size: 8pt\">%s</p><p style=\"font-size: 10pt\">%s</p><p style=\"font-size: 14pt\">%s</p><p style=\"font-size: 18pt\">%s</p></body></html>";
|
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
CustomTypefaceSpan.java | 25 * CustomTypefaceSpan allows for the use of a non-framework font supplied in the 27 * framework does not contain a needed font. 35 * @param family Ignored since this uses a completely custom included font. 38 * @param size Desired font size; this should have already been converted 40 * @param color Desired font color; this should have already been converted
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Netscape/ |
Text.py | 52 """font - font name """ 53 which = 'font' 87 'font' : _Prop_font, 108 'font' : _Prop_font,
|
/sdk/eclipse/scripts/ |
gen_icon.py | 58 font = ImageFont.truetype(FONT_PATH, int(sz4 * .75)) 59 tsx, tsy = draw.textsize(data.letter, font=font) 64 draw.text((ptx + i, pty), data.letter, font=font, fill=data.letter_color)
|
/external/dexmaker/javadoc/com/google/dexmaker/ |
BinaryOp.html | 40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> 41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> 42 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> 43 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> 44 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD [all...] |
Comparison.html | 40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> 41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> 42 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> 43 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> 44 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD [all...] |
/external/chromium/chrome/browser/ui/views/autocomplete/ |
autocomplete_popup_contents_view.h | 15 #include "ui/gfx/font.h" 43 AutocompletePopupContentsView(const gfx::Font& font, 92 const gfx::Font& font, 93 const gfx::Font& bold_font); 163 // The font that we should use for result rows. This is based on the font used 165 gfx::Font result_font_; 167 // The font used for portions that match the input [all...] |
/external/chromium_org/chrome/browser/resources/ |
flags.css | 16 font-size: 103%; 48 font-size: 156%; 49 font-weight: bold; 55 font-size: 120%; 61 font-weight: bold; 65 font-size: 88%; 76 font-size: 99%; 90 font-weight: bold; 146 font-weight: bold; 154 font-size: 1.2em [all...] |
/external/chromium_org/content/common/mac/ |
attributed_string_coder.mm | 33 // Only encode the attributes if the filtered set contains font information. 83 NSFont* font = [dict objectForKey:NSFontAttributeName]; 84 if (font) { 85 font_descriptor_ = FontDescriptor(font); 89 AttributedStringCoder::FontAttribute::FontAttribute(FontDescriptor font, 91 : font_descriptor_(font), 106 NSFont* font = font_descriptor_.ToNSFont(); 107 return [NSDictionary dictionaryWithObject:font forKey:NSFontAttributeName]; 155 FontDescriptor font; 156 success &= ReadParam(m, iter, &font); [all...] |
/external/chromium_org/content/shell/app/ |
webkit_test_platform_support_linux.cc | 22 const char* font = path1; local 23 if (access(font, R_OK) < 0) { 24 font = path2; 25 if (access(font, R_OK) < 0) { 34 fontcfg, reinterpret_cast<const FcChar8*>(font))) { 35 std::cerr << "Failed to load font " << font << "\n"; local 71 // The DejaVuSans font is used by the css2.1 tests. 103 std::cerr << "Failed to load font " << kFonts[i] << "\n"; 126 std::cerr << "Failed to load font " << ahem_font.value() << "\n" [all...] |
/external/chromium_org/third_party/ots/test/ |
validator-checker.cc | 60 "OK: FreeType2 couldn't open the transcoded font: %s\n", 98 "OK: font renderer couldn't open the transcoded font: %s\n", 109 "OK: font renderer couldn't open the transcoded font: %s\n", 118 "OK: font renderer couldn't open the transcoded font: %s\n", 122 std::fprintf(stderr, "OK: font renderer didn't crash: %s\n", file_name); 142 // load the font to memory. 160 // transcode the malicious font [all...] |
/external/chromium_org/ui/base/l10n/ |
l10n_util_win.cc | 29 // Font metrics are computed in pixels and scale in high-DPI mode. 37 // TODO(jungshik): We may want to check the existence of the font. 38 // If it's not installed, we shouldn't adjust the font. 108 // Block Amharic on Windows XP unless 'Abyssinica SIL' font is present. 109 // On Win XP, no Ethiopic/Amahric font is availabel out of box. We hard-coded 118 // This is rather simple-minded to deal with the UI font size 121 // locales, IDS_UI_FONT_FAMILY is set to an actual font family to 124 // XP and Vista or later have different font size issues and 125 // we need separate ui font specifications. 140 // 1) The resource bundle has 'default' and '100' for font family an [all...] |
/external/jmonkeyengine/engine/src/core/com/jme3/font/ |
BitmapTextPage.java | 32 package com.jme3.font;
47 * One page per BitmapText Font Texture.
60 BitmapTextPage(BitmapFont font, boolean arrayBased, int page) {
63 if (font == null) {
64 throw new NullPointerException("'font' cannot be null.");
69 Material mat = font.getPage(page);
71 throw new IllegalStateException("The font's texture was not found!");
102 BitmapTextPage(BitmapFont font, boolean arrayBased) {
103 this(font, arrayBased, 0);
106 BitmapTextPage(BitmapFont font) {
[all...] |
/frameworks/base/libs/hwui/ |
FontRenderer.h | 29 #include "font/FontUtil.h" 30 #include "font/CacheTexture.h" 31 #include "font/CachedGlyphInfo.h" 32 #include "font/Font.h" 143 friend class Font; 177 void removeFont(const Font* font); 193 Font* mCurrentFont; 194 LruCache<Font::FontDescription, Font*> mActiveFonts [all...] |
/sdk/emulator/skins/assets/ |
basic_controls.svg | 105 style="font-size:14px;font-style:normal;font-weight:normal;line-height:125%;fill:#bbbbbb;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans" 116 style="font-size:10px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#bbbbbb;fill-opacity:1;font-family:Roboto;-inkscape-font-specification:Roboto Medium">Basic Controls </tspan></text [all...] |
dpad_on.svg | 94 style="font-size:14px;font-style:normal;font-weight:normal;line-height:125%;fill:#bbbbbb;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans" 105 style="font-size:10px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#bbbbbb;fill-opacity:1;font-family:Roboto;-inkscape-font-specification:Roboto Medium">DPAD</tspan></text [all...] |
hwkeys_on.svg | 91 style="font-size:14px;font-style:normal;font-weight:normal;line-height:125%;fill:#bbbbbb;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans" 102 style="font-size:10px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#bbbbbb;fill-opacity:1;font-family:Roboto;-inkscape-font-specification:Roboto Medium">Hardware Buttons</tspan></text [all...] |
/development/scripts/app_engine_server/gae_shell/templates/ |
shell.html | 10 font-family: monospace; 11 font-size: 10pt; 22 font-size: 10pt; 55 font-weight: bold; 60 font-weight: bold; 61 font-style: italic; 69 font-weight: bold;
|