/frameworks/base/graphics/java/android/graphics/ |
Typeface.java | 25 * The Typeface class specifies the typeface and intrinsic style of a font. 78 * If null is passed for the name, then the "default" font will be chosen. 82 * @param familyName May be null. The name of the font family. 95 * null, this selects from the default font's family. 143 * Create a new typeface from the specified font data. 145 * @param path The file name of the font data in the assets directory 153 * Create a new typeface from the specified font file. 155 * @param path The path to the font data. 163 * Create a new typeface from the specified font file. 165 * @param path The full path to the font data. [all...] |
/frameworks/rs/ |
rsFont.cpp | 36 Font::Font(Context *rsc) : ObjectBase(rsc), mCachedGlyphs(NULL) { 42 bool Font::init(const char *name, float fontSize, uint32_t dpi, const void *data, uint32_t dataLen) { 57 ALOGE("Unable to initialize font %s", name); 67 ALOGE("Unable to set font size on %s", name); 78 void Font::preDestroy() const { 87 void Font::invalidateTextureCache() { 93 void Font::drawCachedGlyph(CachedGlyphInfo *glyph, int32_t x, int32_t y) { 113 void Font::drawCachedGlyph(CachedGlyphInfo* glyph, int32_t x, int32_t y, 139 void Font::measureCachedGlyph(CachedGlyphInfo *glyph, int32_t x, int32_t y, Rect *bounds) [all...] |
/external/dexmaker/javadoc/com/google/dexmaker/ |
TypeId.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_org/third_party/freetype/include/freetype/ |
ftmm.h | 5 /* FreeType Multiple Master font interface (specification). */ 89 /* font. */ 160 /* A simple structure used to model a named style in a GX var font. */ 185 /* or GX var distortable font. */ 201 /* associated with them. The font can tell the */ 230 /* Retrieve the Multiple Master descriptor of a given font. */ 254 /* Retrieve the Multiple Master/GX var descriptor of a given font. */ 278 /* For Multiple Masters fonts, choose an interpolated font design */ 288 /* the number of axes in the font). */ 307 /* For Multiple Master or GX Var fonts, choose an interpolated font */ [all...] |
t1tables.h | 46 /* Type~1 (PostScript) specific font tables. */ 50 /* including structures related to other PostScript font formats. */ 55 /* Note that we separate font data in PS_FontInfoRec and PS_PrivateRec */ 190 /* given blend dictionary (font info or private). Used to support */ 286 /* in the font and associated metrics files */ 438 * PostScript font. 446 * Output font info structure pointer. 452 * The string pointers within the font info structure are owned by 455 * If the font's format is not PostScript-based, this function will 471 * PostScript font [all...] |
tttables.h | 60 /* A structure used to model a TrueType font header table. All */ 105 /* Ascender :: The font's ascender, i.e., the distance */ 107 /* glyph points found in the font. */ 110 /* it is usually set by the font designer, */ 112 /* glyphs found in the font (maybe ASCII). */ 118 /* Descender :: The font's descender, i.e., the distance */ 120 /* all glyph points found in the font. It */ 124 /* it is usually set by the font designer, */ 126 /* glyphs found in the font (maybe ASCII). */ 132 /* Line_Gap :: The font's line gap, i.e., the distance * [all...] |
/external/chromium_org/third_party/freetype/include/freetype/internal/ |
tttypes.h | 56 /* the font headers of each distinct TrueType face in the file. */ 68 /* offsets :: The offsets of the font headers, one per face. */ 89 /* format_tag :: The font format tag. */ 118 /* This structure describes a given table of a TrueType font. */ 126 /* font in its resource. */ 147 /* TrueType tables. The values are expressed in font units. */ 334 /* in a TrueType or OpenType font. These are usually found in the */ 377 /* in a TrueType or OpenType font. These are usually found in the */ [all...] |
/external/chromium_org/third_party/harfbuzz-ng/src/ |
hb-graphite2.cc | 41 HB_SHAPER_DATA_ENSURE_DECLARE(graphite2, font) 152 * shaper font data 161 _hb_graphite2_shaper_font_data_create (hb_font_t *font) 163 if (unlikely (!hb_graphite2_shaper_face_data_ensure (font->face))) return NULL; 165 hb_face_t *face = font->face; 168 return gr_make_font_with_advance_fn (font->x_scale, font, &hb_graphite2_get_advance, face_data->grface); 178 hb_graphite2_font_get_gr_font (hb_font_t *font) 180 if (unlikely (!hb_graphite2_shaper_font_data_ensure (font))) return NULL; 181 return HB_SHAPER_DATA_GET (font); [all...] |
main.cc | 46 fprintf (stderr, "usage: %s font-file.ttf\n", argv[0]); 66 printf ("Opened font file %s: %d bytes long\n", argv[1], len); 72 printf ("OpenType font with TrueType outlines\n"); 75 printf ("OpenType font with CFF (Type1) outlines\n"); 81 printf ("Obsolete Apple TrueType font\n"); 84 printf ("Obsolete Apple Type1 font in SFNT container\n"); 87 printf ("Unknown font format\n"); 92 printf ("%d font(s) found in file\n", num_fonts); 94 const OpenTypeFontFace &font = ot.get_face (n_font); local 95 printf ("Font %d of %d:\n", n_font, num_fonts) [all...] |
/external/freetype/include/freetype/ |
ftmm.h | 5 /* FreeType Multiple Master font interface (specification). */ 89 /* font. */ 160 /* A simple structure used to model a named style in a GX var font. */ 185 /* or GX var distortable font. */ 201 /* associated with them. The font can tell the */ 230 /* Retrieve the Multiple Master descriptor of a given font. */ 254 /* Retrieve the Multiple Master/GX var descriptor of a given font. */ 278 /* For Multiple Masters fonts, choose an interpolated font design */ 288 /* the number of axes in the font). */ 307 /* For Multiple Master or GX Var fonts, choose an interpolated font */ [all...] |
t1tables.h | 46 /* Type~1 (PostScript) specific font tables. */ 50 /* including structures related to other PostScript font formats. */ 55 /* Note that we separate font data in PS_FontInfoRec and PS_PrivateRec */ 190 /* given blend dictionary (font info or private). Used to support */ 286 /* in the font and associated metrics files */ 438 * PostScript font. 446 * Output font info structure pointer. 452 * The string pointers within the font info structure are owned by 455 * If the font's format is not PostScript-based, this function will 471 * PostScript font [all...] |
tttables.h | 60 /* A structure used to model a TrueType font header table. All */ 105 /* Ascender :: The font's ascender, i.e., the distance */ 107 /* glyph points found in the font. */ 110 /* it is usually set by the font designer, */ 112 /* glyphs found in the font (maybe ASCII). */ 118 /* Descender :: The font's descender, i.e., the distance */ 120 /* all glyph points found in the font. It */ 124 /* it is usually set by the font designer, */ 126 /* glyphs found in the font (maybe ASCII). */ 132 /* Line_Gap :: The font's line gap, i.e., the distance * [all...] |
/external/freetype/include/freetype/internal/ |
tttypes.h | 56 /* the font headers of each distinct TrueType face in the file. */ 68 /* offsets :: The offsets of the font headers, one per face. */ 89 /* format_tag :: The font format tag. */ 118 /* This structure describes a given table of a TrueType font. */ 126 /* font in its resource. */ 147 /* TrueType tables. The values are expressed in font units. */ 334 /* in a TrueType or OpenType font. These are usually found in the */ 377 /* in a TrueType or OpenType font. These are usually found in the */ [all...] |
/external/harfbuzz_ng/src/ |
main.cc | 46 fprintf (stderr, "usage: %s font-file.ttf\n", argv[0]); 66 printf ("Opened font file %s: %d bytes long\n", argv[1], len); 72 printf ("OpenType font with TrueType outlines\n"); 75 printf ("OpenType font with CFF (Type1) outlines\n"); 81 printf ("Obsolete Apple TrueType font\n"); 84 printf ("Obsolete Apple Type1 font in SFNT container\n"); 87 printf ("Unknown font format\n"); 92 printf ("%d font(s) found in file\n", num_fonts); 94 const OpenTypeFontFace &font = ot.get_face (n_font); local 95 printf ("Font %d of %d:\n", n_font, num_fonts) [all...] |
/external/dexmaker/javadoc/com/google/dexmaker/stock/ |
ProxyBuilder.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...] |
/build/tools/droiddoc/templates-ds/assets/ |
android-developer-core.css | 27 font-family:arial,sans-serif; 29 font-size:13px; 51 font-family:inherit; 52 font-size:inherit; 69 font-family:monospace; 75 font-style:italic; 160 font-size:1em; 253 font-size: 13px; 254 font-weight: bold; 288 font-weight: bold [all...] |
/build/tools/droiddoc/templates-pdk/assets/ |
android-developer-core.css | 27 font-family:arial,sans-serif; 29 font-size:13px; 51 font-family:inherit; 52 font-size:inherit; 69 font-family:monospace; 75 font-style:italic; 160 font-size:1em; 252 font-size: 13px; 253 font-weight: bold; 287 font-weight: bold [all...] |
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/ |
application.css | 1 ol.results { text-align: left; display: none; font-size: 10px; list-style: none; display: none; } 7 #info span { font-weight: bold; padding-top: 8px; } 10 h1 small { font-weight:normal; } 13 table.results { font-size: 12px; margin: 0 auto; } 19 font: normal 11px "Lucida Grande", Helvetica, Arial, sans-serif; 32 small {font-size: 9px;} 37 a {font: normal "Arial", sans-serif; color: #f9f2a1; } 75 .name {font-weight: bold;} 97 h1 { font-size: 28px; border-bottom: 1px solid #AAA; position: relative; padding: 0px 1% 2px 1%;} 98 h1 div.bar { font-size: 10px; width: 275px; top: -2px; right: 1%; [all...] |
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
SVGFontFaceElement.cpp | 42 #include "platform/fonts/Font.h" 71 // This is a list of all @font-face CSS properties which are exposed as SVG XML attributes 142 // Spec: The X-coordinate in the font coordinate system of the origin of a glyph to be used when 143 // drawing horizontally oriented text. (Note that the origin applies to all glyphs in the font.) 153 // Spec: The Y-coordinate in the font coordinate system of the origin of a glyph to be used when 154 // drawing horizontally oriented text. (Note that the origin applies to all glyphs in the font.) 175 // Spec: The default X-coordinate in the font coordinate system of the origin of a glyph to be used when 190 // Spec: The default Y-coordinate in the font coordinate system of the origin of a glyph to be used when 192 // were set to the position specified by the font's ascent attribute. 216 // Spec: Same syntax and semantics as the 'ascent' descriptor within an @font-face rule. The maximu [all...] |
/external/chromium/chrome/browser/autocomplete/ |
autocomplete_popup_view_gtk.h | 19 #include "ui/gfx/font.h" 32 AutocompletePopupViewGtk(const gfx::Font& font, 121 // Font used for suggestions after being derived from the constructor's 122 // |font|. 123 gfx::Font font_;
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/news/css/ |
options.css | 14 font-family: arial , sans-serif; 15 font-size: 13px; 42 font-weight: bold; 109 font-size: 15px; 110 font-weight: bold; 115 font-family: arial, sans-serif;
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/news/css/ |
options.css | 14 font-family: arial , sans-serif; 15 font-size: 13px; 42 font-weight: bold; 109 font-size: 15px; 110 font-weight: bold; 115 font-family: arial, sans-serif;
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
SVGTextLayoutEngineSpacing.cpp | 26 #include "platform/fonts/Font.h" 36 SVGTextLayoutEngineSpacing::SVGTextLayoutEngineSpacing(const Font& font) 37 : m_font(font) 101 if (Font::treatAsSpace(currentCharacter) && !Font::treatAsSpace(lastCharacter))
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
NetworkManager.js | 67 "image/svg+xml": {"image": true, "font": true, "document": true}, 72 "font/ttf": {"font": true}, 73 "font/otf": {"font": true}, 74 "font/woff": {"font": true}, 75 "font/woff2": {"font": true}, 76 "font/truetype": {"font": true} [all...] |
/external/chromium_org/third_party/WebKit/Tools/GardeningServer/styles/ |
common.css | 31 font-family: 'Open Sans'; 32 font-size: 14px; 41 font-family: 'Open Sans'; 45 font-family: 'Open Sans'; 52 font-size: 11px; 53 font-weight: bold;
|