/external/webkit/Source/WebCore/css/ |
mathml.css | 4 font-family: STIXGeneral, Symbol, "Times New Roman", sans-serif; 36 font-style: italic; 55 font-size: 0.75em; 60 font-size: 0.75em; 74 font-size: 0.75em; 83 font-size: 0.75em; 100 font-style: normal; 101 font-weight: normal; 105 font-style: normal; 106 font-weight: bold [all...] |
/external/webkit/Source/WebCore/manual-tests/ |
inline-input-marking.html | 8 font-size: 24px; 11 font-family:'Hiragino Kaku Gothic Std'; 27 9px Hiragino Kaku Gothic Std<div class="inputtest" style="font-size: 9px;"><br></div> 28 <br>12px Hiragino Kaku Gothic Std<div class="inputtest" style="font-size: 12px;"><br></div> 29 <br>24px Hiragino Kaku Gothic Std<div class="inputtest" style="font-size: 24px;"><br></div>
|
/external/webkit/Tools/RebaselineQueueServer/static/ |
styles.css | 2 font-family: Helvetica, Arial, sans-serif; 3 font-size: 12px; 41 font-size: 16px; 51 font-size: 16px; 52 font-weight: bold;
|
/libcore/luni/src/test/java/libcore/java/awt/font/ |
TextAttributeTest.java | 17 package libcore.java.awt.font; 19 import java.awt.font.TextAttribute; 25 assertEquals("java.awt.font.TextAttribute(kerning)", 27 assertEquals("java.awt.font.TextAttribute(ligatures)", 29 assertEquals("java.awt.font.TextAttribute(tracking)",
|
/frameworks/base/graphics/java/android/renderscript/ |
Font.java | 37 * rendered glyph bitmaps is maintained. Each font object represents a combination of a typeface, 38 * and point size. You can create multiple font objects to represent styles such as bold or italic text, 39 * faces, and different font sizes. During creation, the Android system quieries device's screen DPI to 42 * font to the RenderScript is required. A note of caution on performance, though the state changes 46 * <p>Font color and transparency are not part of the font object and you can freely modify 47 * them in the script to suit the user's rendering needs. Font colors work as a state machine. 50 public class Font extends BaseObj { 52 //These help us create a font by family name 154 Font(int id, RenderScript rs) [all...] |
/frameworks/base/docs/html/sdk/api_diff/3/changes/ |
alldiffs_index_additions.html | 47 <div id="indexTableCaption" style="background-color:#eee;padding:0 4px 0 4px;font-size:11px;margin-bottom:.5em;"> 48 Listed as: <span style="color:#069"><strong>Added</strong></span>, <span style="color:#069"><strike>Removed</strike></span>, <span style="color:#069">Changed</span></font> 52 <br><font size="+2">A</font> 53 <a href="#B"><font size="-2">B</font></a> 54 <a href="#C"><font size="-2">C</font></a> 55 <a href="#D"><font size="-2">D</font></a> [all...] |
/docs/source.android.com/src/source/assets/ |
main.css | 25 font-family: Arial, Helvetica, sans-serif; 26 font-size: 13px; 45 font-size: 1em; 88 font-size: 13px; 89 font-weight: bold; 112 font-weight: bold; 135 font-size: 11px; 154 font-size: 12px; 161 font-size: 12px; 162 font-weight: bold [all...] |
/external/icu4c/samples/layout/ |
ScriptCompositeFontInstance.h | 27 * Get a physical font which can render the given text. For composite fonts, 28 * if there is no single physical font which can render all of the text, 29 * return a physical font which can render an initial substring of the text, 33 * font and script, so it is best to call this method with text which is 39 * <code>LEFontInstance</code> which represent a physical font. It returns 45 * to indicate that the returned font may not be able to render all of 46 * the text. Whenever a valid font is returned, the <code>offset</code> parameter 51 * characters from the COMMON script in the font which is used for the given 54 * should return the font used for Arabic characters for all of the input text, 56 * which cannot be rendered by the font used for Arabic characters, but which ca [all...] |
/external/kernel-headers/original/linux/ |
kd.h | 8 #define GIO_FONT 0x4B60 /* gets font in expanded form */ 9 #define PIO_FONT 0x4B61 /* use font in expanded form */ 11 #define GIO_FONTX 0x4B6B /* get font using struct consolefontdesc */ 12 #define PIO_FONTX 0x4B6C /* set font using struct consolefontdesc */ 14 unsigned short charcount; /* characters in font (256 or 512) */ 16 char __user *chardata; /* font data in expanded form */ 19 #define PIO_FONTRESET 0x4B6D /* reset to default font */ 60 #define GIO_UNIMAP 0x4B66 /* get unicode-to-font mapping from kernel */ 69 #define PIO_UNIMAP 0x4B67 /* put unicode-to-font mapping in kernel */ 77 #define UNI_DIRECT_BASE 0xF000 /* start of Direct Font Region * [all...] |
/external/llvm/utils/emacs/ |
llvm-mode.el | 8 (defvar llvm-font-lock-keywords 11 '(";.*" . font-lock-comment-face) 13 '("%[-a-zA-Z$\._][-a-zA-Z$\._0-9]*" . font-lock-variable-name-face) 15 '("[-a-zA-Z$\._0-9]+:" . font-lock-variable-name-face) 17 '("\"[^\"]+\"" . font-lock-string-face) 19 '("%[-]?[0-9]+" . font-lock-variable-name-face) 21 `(,(regexp-opt '("void" "i[0-9]+" "float" "double" "type" "label" "opaque") 'words) . font-lock-type-face) 23 '("\\b[-]?[0-9]+\\b" . font-lock-preprocessor-face) 25 '("\\b[-+]?[0-9]+\.[0-9]*\([eE][-+]?[0-9]+\)?\\b" . font-lock-preprocessor-face) 27 '("\\b0x[0-9A-Fa-f]+\\b" . font-lock-preprocessor-face [all...] |
/frameworks/base/docs/html/sdk/api_diff/9/changes/ |
alldiffs_index_all.html | 47 <div id="indexTableCaption" style="background-color:#eee;padding:0 4px 0 4px;font-size:11px;margin-bottom:1em;"> 48 Listed as: <span style="color:#069"><strong>Added</strong></span>, <span style="color:#069"><strike>Removed</strike></span>, <span style="color:#069">Changed</span></font> 52 <br><font size="+2">A</font> 53 <a href="#B"><font size="-2">B</font></a> 54 <a href="#C"><font size="-2">C</font></a> 55 <a href="#D"><font size="-2">D</font></a> [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
kd.h | 7 #define GIO_FONT 0x4B60 /* gets font in expanded form */ 8 #define PIO_FONT 0x4B61 /* use font in expanded form */ 10 #define GIO_FONTX 0x4B6B /* get font using struct consolefontdesc */ 11 #define PIO_FONTX 0x4B6C /* set font using struct consolefontdesc */ 13 unsigned short charcount; /* characters in font (256 or 512) */ 15 char *chardata; /* font data in expanded form */ 18 #define PIO_FONTRESET 0x4B6D /* reset to default font */ 59 #define GIO_UNIMAP 0x4B66 /* get unicode-to-font mapping from kernel */ 68 #define PIO_UNIMAP 0x4B67 /* put unicode-to-font mapping in kernel */ 76 #define UNI_DIRECT_BASE 0xF000 /* start of Direct Font Region * [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
kd.h | 7 #define GIO_FONT 0x4B60 /* gets font in expanded form */ 8 #define PIO_FONT 0x4B61 /* use font in expanded form */ 10 #define GIO_FONTX 0x4B6B /* get font using struct consolefontdesc */ 11 #define PIO_FONTX 0x4B6C /* set font using struct consolefontdesc */ 13 unsigned short charcount; /* characters in font (256 or 512) */ 15 char *chardata; /* font data in expanded form */ 18 #define PIO_FONTRESET 0x4B6D /* reset to default font */ 59 #define GIO_UNIMAP 0x4B66 /* get unicode-to-font mapping from kernel */ 68 #define PIO_UNIMAP 0x4B67 /* put unicode-to-font mapping in kernel */ 76 #define UNI_DIRECT_BASE 0xF000 /* start of Direct Font Region * [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
kd.h | 7 #define GIO_FONT 0x4B60 /* gets font in expanded form */ 8 #define PIO_FONT 0x4B61 /* use font in expanded form */ 10 #define GIO_FONTX 0x4B6B /* get font using struct consolefontdesc */ 11 #define PIO_FONTX 0x4B6C /* set font using struct consolefontdesc */ 13 unsigned short charcount; /* characters in font (256 or 512) */ 15 char *chardata; /* font data in expanded form */ 18 #define PIO_FONTRESET 0x4B6D /* reset to default font */ 59 #define GIO_UNIMAP 0x4B66 /* get unicode-to-font mapping from kernel */ 68 #define PIO_UNIMAP 0x4B67 /* put unicode-to-font mapping in kernel */ 76 #define UNI_DIRECT_BASE 0xF000 /* start of Direct Font Region * [all...] |
/build/tools/droiddoc/templates-pdk/assets/ |
android-developer-resource-browser.css | 4 font-style: italic; 29 font-size: 0.85em; 30 font-weight: normal;
|
/external/chromium/chrome/browser/resources/net_internals/ |
main.css | 12 font-family: sans-serif; 24 font-family: sans-serif; 25 font-size: 12px; 64 font-weight: bold; 73 font-size: 12px; 126 font-size: 12px; 147 font-weight: bold; 148 font-size: 12px; 152 font-size: 10px; 173 font-size: 12px [all...] |
/external/harfbuzz/contrib/ |
harfbuzz-freetype.c | 16 hb_freetype_string_to_glyphs(HB_Font font, 20 FT_Face face = (FT_Face) font->userData; 36 hb_freetype_advances_get(HB_Font font, const HB_Glyph *glyphs, hb_uint32 len, 38 FT_Face face = (FT_Face) font->userData; 53 hb_freetype_can_render(HB_Font font, const HB_UChar16 *chars, hb_uint32 len) { 54 FT_Face face = (FT_Face)font->userData; 67 hb_freetype_outline_point_get(HB_Font font, HB_Glyph glyph, int flags, 71 FT_Face face = (FT_Face) font->userData; 95 hb_freetype_glyph_metrics_get(HB_Font font, HB_Glyph glyph, 97 FT_Face face = (FT_Face) font->userData [all...] |
/external/skia/legacy/include/ports/ |
SkTypeface_android.h | 19 * not valid, or can not map to a font, returns null. 21 * @param style The font style, for example bold 22 * @param elegant true if we want the web friendly elegant version of the font
|
/external/webkit/PerformanceTests/SunSpider/hosted/ |
sunspider.css | 2 body { font-family: sans-serif; 14 dt { font-weight: bold } 31 font-size: 3em }
|
/external/webkit/Source/WebCore/platform/graphics/ |
FontFallbackList.cpp | 32 #include "Font.h" 74 void FontFallbackList::determinePitch(const Font* font) const 76 const FontData* fontData = primaryFontData(font); 89 const FontData* FontFallbackList::fontDataAt(const Font* font, unsigned realizedFontIndex) const 92 return m_fontList[realizedFontIndex].first; // This fallback font is already in our list. 100 // Ask the font cache for the font data. 101 // We are obtaining this font for the first time. We keep track of the families we've looked at befor [all...] |
/external/webkit/Source/WebKit/gtk/resources/ |
error.html | 24 font-size: 120%; 25 font-weight: bold; 29 font-size: 80%;
|
/frameworks/base/docs/html/sdk/api_diff/10/changes/ |
jdiff_topleftframe.html | 34 <TD><FONT CLASS="indexText" size="-2"><A HREF="alldiffs_index_all.html" TARGET="bottomleftframe">All Differences</A></FONT><br></TD> 37 <TD NOWRAP><FONT CLASS="indexText" size="-2"><A HREF="packages_index_all.html" TARGET="bottomleftframe">By Package</A></FONT><br></TD> 40 <TD NOWRAP><FONT CLASS="indexText" size="-2"><A HREF="classes_index_all.html" TARGET="bottomleftframe">By Class</A></FONT><br></TD> 43 <TD NOWRAP><FONT CLASS="indexText" size="-2"><A HREF="constructors_index_all.html" TARGET="bottomleftframe">By Constructor</A></FONT><br></TD> 46 <TD NOWRAP><FONT CLASS="indexText" size="-2"><A HREF="methods_index_all.html" TARGET="bottomleftframe">By Method</A></FONT><br></TD [all...] |
/frameworks/base/docs/html/sdk/api_diff/11/changes/ |
jdiff_topleftframe.html | 34 <TD><FONT CLASS="indexText" size="-2"><A HREF="alldiffs_index_all.html" TARGET="bottomleftframe">All Differences</A></FONT><br></TD> 37 <TD NOWRAP><FONT CLASS="indexText" size="-2"><A HREF="packages_index_all.html" TARGET="bottomleftframe">By Package</A></FONT><br></TD> 40 <TD NOWRAP><FONT CLASS="indexText" size="-2"><A HREF="classes_index_all.html" TARGET="bottomleftframe">By Class</A></FONT><br></TD> 43 <TD NOWRAP><FONT CLASS="indexText" size="-2"><A HREF="constructors_index_all.html" TARGET="bottomleftframe">By Constructor</A></FONT><br></TD> 46 <TD NOWRAP><FONT CLASS="indexText" size="-2"><A HREF="methods_index_all.html" TARGET="bottomleftframe">By Method</A></FONT><br></TD [all...] |
/frameworks/base/docs/html/sdk/api_diff/12/changes/ |
jdiff_topleftframe.html | 34 <TD><FONT CLASS="indexText" size="-2"><A HREF="alldiffs_index_all.html" TARGET="bottomleftframe">All Differences</A></FONT><br></TD> 37 <TD NOWRAP><FONT CLASS="indexText" size="-2"><A HREF="packages_index_all.html" TARGET="bottomleftframe">By Package</A></FONT><br></TD> 40 <TD NOWRAP><FONT CLASS="indexText" size="-2"><A HREF="classes_index_all.html" TARGET="bottomleftframe">By Class</A></FONT><br></TD> 43 <TD NOWRAP><FONT CLASS="indexText" size="-2"><A HREF="constructors_index_all.html" TARGET="bottomleftframe">By Constructor</A></FONT><br></TD> 46 <TD NOWRAP><FONT CLASS="indexText" size="-2"><A HREF="methods_index_all.html" TARGET="bottomleftframe">By Method</A></FONT><br></TD [all...] |
/frameworks/base/docs/html/sdk/api_diff/13/changes/ |
jdiff_topleftframe.html | 34 <TD><FONT CLASS="indexText" size="-2"><A HREF="alldiffs_index_all.html" TARGET="bottomleftframe">All Differences</A></FONT><br></TD> 37 <TD NOWRAP><FONT CLASS="indexText" size="-2"><A HREF="packages_index_all.html" TARGET="bottomleftframe">By Package</A></FONT><br></TD> 40 <TD NOWRAP><FONT CLASS="indexText" size="-2"><A HREF="classes_index_all.html" TARGET="bottomleftframe">By Class</A></FONT><br></TD> 43 <TD NOWRAP><FONT CLASS="indexText" size="-2"><A HREF="constructors_index_all.html" TARGET="bottomleftframe">By Constructor</A></FONT><br></TD> 46 <TD NOWRAP><FONT CLASS="indexText" size="-2"><A HREF="methods_index_all.html" TARGET="bottomleftframe">By Method</A></FONT><br></TD [all...] |