/frameworks/base/docs/html/sdk/api_diff/11/changes/ |
methods_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> 51 <br><font size="+2">A</font> 52 <a href="#B"><font size="-2">B</font></a> 53 <a href="#C"><font size="-2">C</font></a> 54 <a href="#D"><font size="-2">D</font></a> [all...] |
/external/chromium_org/third_party/sfntly/cpp/src/sample/subtly/ |
utils.cc | 21 #include "sfntly/font.h" 29 CALLER_ATTACH Font* LoadFont(const char* font_path) { 37 CALLER_ATTACH Font::Builder* LoadFontBuilder(const char* font_path) { 61 bool SerializeFont(const char* font_path, Font* font) { 66 return SerializeFont(font_path, font_factory, font); 69 bool SerializeFont(const char* font_path, FontFactory* factory, Font* font) { 70 if (!font_path || !factory || !font) 72 // Serializing the font to a stream [all...] |
font_assembler.h | 26 #include "sfntly/font.h" 34 // Assembles FontInfo into font builders. 38 // font_info is the FontInfo which will be used for the new font 40 // final font. 45 // Assemble a new font from the font info object. 46 virtual CALLER_ATTACH sfntly::Font* Assemble(); 62 sfntly::Ptr<sfntly::Font::Builder> font_builder_;
|
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/ |
font.h | 32 // Note: following constants are embedded in Font class in Java. They are 35 // Platform ids. These are used in a number of places within the font whenever 48 // Unicode encoding ids. These are used in a number of places within the font 62 // Windows encoding ids. These are used in a number of places within the font 79 // font whenever character encodings need to be specified. 122 // An sfnt container font object. This object is immutable and thread safe. To 123 // construct one use an instance of Font::Builder. 124 class Font : public RefCounted<Font> { 126 // A builder for a font object. The builder allows the for the creation o [all...] |
/external/chromium_org/tools/grit/grit/testdata/ |
homepage.html | 8 BODY,TD,A,P {FONT-FAMILY: arial,sans-serif} 24 <TD class=q noWrap><FONT size=-1> 26 </font></td> 32 <td align=left valign=top nowrap width=25%><font size=-2> <A href="[$~PREFERENCES~$]">Desktop Preferences</a></font></td> 34 <p><FONT color=#224499><B>Search your own computer.</B></font></p> 36 <br><FONT size=-1>[$~SETHOMEPAGE~$][$~BOTTOMLINE~$]</font></p> 37 <p><FONT size=-2>©2005 Google - Searching [NUM_ITEMS] items</font></p></center></body></html [all...] |
/external/chromium_org/ui/gfx/ |
platform_font_ios.mm | 12 #include "ui/gfx/font.h" 21 style_ = gfx::Font::NORMAL; 31 gfx::Font::NORMAL); 36 InitWithNameSizeAndStyle(font_name, font_size, gfx::Font::NORMAL); 42 Font PlatformFontIOS::DeriveFont(int size_delta, int style) const { 43 return Font(new PlatformFontIOS(font_name_, font_size_ + size_delta, style)); 111 UIFont* font = GetNativeFont(); 112 height_ = font.lineHeight; 113 ascent_ = font.ascender; 114 cap_height_ = font.capHeight [all...] |
/external/sfntly/cpp/src/sample/subtly/ |
utils.cc | 21 #include "sfntly/font.h" 29 CALLER_ATTACH Font* LoadFont(const char* font_path) { 37 CALLER_ATTACH Font::Builder* LoadFontBuilder(const char* font_path) { 61 bool SerializeFont(const char* font_path, Font* font) { 66 return SerializeFont(font_path, font_factory, font); 69 bool SerializeFont(const char* font_path, FontFactory* factory, Font* font) { 70 if (!font_path || !factory || !font) 72 // Serializing the font to a stream [all...] |
font_assembler.h | 26 #include "sfntly/font.h" 34 // Assembles FontInfo into font builders. 38 // font_info is the FontInfo which will be used for the new font 40 // final font. 45 // Assemble a new font from the font info object. 46 virtual CALLER_ATTACH sfntly::Font* Assemble(); 62 sfntly::Ptr<sfntly::Font::Builder> font_builder_;
|
/external/sfntly/cpp/src/sfntly/ |
font.h | 32 // Note: following constants are embedded in Font class in Java. They are 35 // Platform ids. These are used in a number of places within the font whenever 48 // Unicode encoding ids. These are used in a number of places within the font 62 // Windows encoding ids. These are used in a number of places within the font 79 // font whenever character encodings need to be specified. 122 // An sfnt container font object. This object is immutable and thread safe. To 123 // construct one use an instance of Font::Builder. 124 class Font : public RefCounted<Font> { 126 // A builder for a font object. The builder allows the for the creation o [all...] |
/frameworks/base/docs/html/sdk/api_diff/4/changes/ |
constructors_index_all.html | 39 <font color="#999999">Removals</font> 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> 51 <br><font size="+2">B</font> 52 <a href="#I"><font size="-2">I</font></a> 53 <a href="#N"><font size="-2">N</font></a> [all...] |
alldiffs_index_removals.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="#F"><font size="-2">F</font></a> 54 <a href="#I"><font size="-2">I</font></a> 55 <a href="#R"><font size="-2">R</font></a> [all...] |
fields_index_removals.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> 51 <br><font size="+2">A</font> 52 <a href="#F"><font size="-2">F</font></a> 53 <a href="#I"><font size="-2">I</font></a> 54 <a href="#R"><font size="-2">R</font></a> [all...] |
/external/chromium_org/chrome/browser/resources/extensions/ |
extension_error_overlay.css | 10 font-family: monospace; 11 font-size: 1.2em;
|
/external/chromium_org/chrome/browser/resources/ |
extensions_infobar.css | 11 font-family: Segoe UI, Tahoma;
12 font-size: 11px;
|
/external/chromium_org/third_party/re2/doc/ |
mksyntaxhtml | 11 ,s! vim$! <font size=-2>VIM</font>!g 12 ,s! pcre$! <font size=-2>PCRE</font>!g 13 ,s! perl$! <font size=-2>PERL</font>!g 14 ,x g/NOT SUPPORTED/ s!^[^ ]+!<font color=#808080>&</font>!
|
/external/chromium_org/tools/telemetry/docs/ |
telemetry.core.chrome.png_bitmap.html | 9 <font color="#ffffff" face="helvetica, arial"> <br><big><big><strong><a href="telemetry.html"><font color="#ffffff">telemetry</font></a>.<a href="telemetry.core.html"><font color="#ffffff">core</font></a>.<a href="telemetry.core.chrome.html"><font color="#ffffff">chrome</font></a>.png_bitmap</strong></big></big></font></td 11 ><font color="#ffffff" face="helvetica, arial"><a href=".">index</a><br><a href="../telemetry/core/chrome/png_bitmap.py">telemetry/core/chrome/png_bitmap.py</a></font></td></tr></table [all...] |
/external/icu4c/samples/layout/ |
rsurface.cpp | 16 void rs_drawGlyphs(rs_surface *surface, const le_font *font, const LEGlyphID *glyphs, le_int32 count, 21 rs->drawGlyphs((const LEFontInstance *) font, glyphs, count, positions, x, y, width, height);
|
/external/regex-re2/doc/ |
mksyntaxhtml | 11 ,s! vim$! <font size=-2>VIM</font>!g 12 ,s! pcre$! <font size=-2>PCRE</font>!g 13 ,s! perl$! <font size=-2>PERL</font>!g 14 ,x g/NOT SUPPORTED/ s!^[^ ]+!<font color=#808080>&</font>!
|
/packages/screensavers/WebView/assets/ |
default.html | 7 font-size: 16pt; 8 font-family: "Roboto-Light", Roboto, sans-serif;
|
/frameworks/base/docs/html/sdk/api_diff/5/changes/ |
alldiffs_index_all.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> 53 <a href="#A"><font size="-2">A</font></a> 54 <a href="#B"><font size="-2">B</font></a> 55 <a href="#C"><font size="-2">C</font></a> 56 <a href="#D"><font size="-2">D</font></a> [all...] |
/frameworks/base/docs/html/sdk/api_diff/3/changes/ |
alldiffs_index_all.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...] |
/external/clang/docs/ |
doxygen.css | 2 font-family: Verdana,Geneva,Arial,Helvetica,sans-serif; 5 font-size: 90%; 9 font-size: 140%; 10 font-weight: bold; 13 font-size: 120%; 14 font-style: italic; 17 font-size: 100%; 19 CAPTION { font-weight: bold } 47 font-size: 70%; 51 font-weight: bold [all...] |
/external/llvm/docs/ |
doxygen.css | 2 font-family: Verdana,Geneva,Arial,Helvetica,sans-serif; 5 font-size: 90%; 9 font-size: 140%; 10 font-weight: bold; 13 font-size: 120%; 14 font-style: italic; 17 font-size: 100%; 19 CAPTION { font-weight: bold } 47 font-size: 70%; 51 font-weight: bold [all...] |
/frameworks/base/docs/html/sdk/api_diff/16/changes/ |
constructors_index_changes.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> 51 <br><font size="+2">D</font> 52 <a href="#M"><font size="-2">M</font></a> 53 <a href="#N"><font size="-2">N</font></a> 54 <a href="#P"><font size="-2">P</font></a> [all...] |
/frameworks/base/docs/html/sdk/api_diff/14/changes/ |
methods_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> 51 <br><font size="+2">A</font> 52 <a href="#C"><font size="-2">C</font></a> 53 <a href="#D"><font size="-2">D</font></a> 54 <a href="#E"><font size="-2">E</font></a> [all...] |