/frameworks/base/docs/html/sdk/api_diff/12/changes/ |
classes_index_removals.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">P</font> 52 <a href="#U"><font size="-2">U</font></a> 53 <a href="#topheader"><font size="-2">TOP</font></a> 60 <br><font size="+2">U</font>  [all...] |
constructors_index_additions.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="#topheader"><font size="-2">TOP</font></a> 62 <br><font size="+2">M</font>  [all...] |
/frameworks/base/docs/html/sdk/api_diff/16/changes/ |
fields_index_removals.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">M</font> 52 <a href="#N"><font size="-2">N</font></a> 53 <a href="#topheader"><font size="-2">TOP</font></a> 60 <br><font size="+2">N</font>  [all...] |
/frameworks/base/docs/html/sdk/api_diff/17/changes/ |
fields_index_removals.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">L</font> 52 <a href="#T"><font size="-2">T</font></a> 53 <a href="#topheader"><font size="-2">TOP</font></a> 58 <br><font size="+2">T</font>  [all...] |
/frameworks/base/docs/html/sdk/api_diff/18/changes/ |
methods_index_removals.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">G</font> 52 <a href="#S"><font size="-2">S</font></a> 53 <a href="#topheader"><font size="-2">TOP</font></a> 60 <br><font size="+2">S</font>  [all...] |
/frameworks/base/docs/html/sdk/api_diff/19/changes/ |
alldiffs_index_removals.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="#G"><font size="-2">G</font></a> 54 <a href="#topheader"><font size="-2">TOP</font></a> 60 <br><font size="+2">G</font>  [all...] |
methods_index_removals.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="#G"><font size="-2">G</font></a> 53 <a href="#topheader"><font size="-2">TOP</font></a> 58 <br><font size="+2">G</font>  [all...] |
/frameworks/base/docs/html/sdk/api_diff/3/changes/ |
constructors_index_changes.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">G</font> 52 <a href="#V"><font size="-2">V</font></a> 53 <a href="#topheader"><font size="-2">TOP</font></a> 61 <br><font size="+2">V</font>  [all...] |
/frameworks/base/docs/html/sdk/api_diff/8/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">A</font> 52 <a href="#S"><font size="-2">S</font></a> 53 <a href="#topheader"><font size="-2">TOP</font></a> 58 <br><font size="+2">S</font>  [all...] |
/frameworks/rs/ |
rsFont.h | 44 class Font : public ObjectBase { 65 ~Font(); 75 static Font * create(Context *rsc, const char *name, float fontSize, uint32_t dpi, 119 Font(Context *rsc); 146 ObjectBaseRef<Font> mDefault; 150 Font::RenderMode mode = Font::FRAMEBUFFER, 151 Font::Rect *bounds = NULL, 154 void measureText(const char *text, uint32_t len, Font::Rect *bounds); 164 friend class Font; [all...] |
/external/chromium/chrome/browser/resources/ |
wrench_menu.js | 56 if (this.attrs.font) { 57 this.style.font = attrs.font; 126 if (this.attrs.font) { 127 this.label_.style.font = this.attrs.font; 128 this.cut_.style.font = this.attrs.font; 156 if (this.attrs.font) { 157 this.style.font = attrs.font [all...] |
/external/chromium_org/chrome/browser/resources/ |
about_memory.css | 6 font-size: 84%; 14 font-size: 110%; 15 font-weight: bold; 24 font-size: 110%; 25 font-weight: normal; 69 font-size: 84%; 70 font-style: italic; 77 font-size: 92%; 87 font-size: 100%; 117 font-weight: normal [all...] |
/external/chromium_org/chrome/browser/resources/chromeos/ |
wrench_menu.js | 56 if (this.attrs.font) { 57 this.style.font = attrs.font; 126 if (this.attrs.font) { 127 this.label_.style.font = this.attrs.font; 128 this.cut_.style.font = this.attrs.font; 156 if (this.attrs.font) { 157 this.style.font = attrs.font [all...] |
/external/chromium_org/third_party/WebKit/Source/platform/mac/ |
WebFontCache.mm | 63 // The top item in the list is the worst trait to mismatch; if a font has this 64 // and we didn't ask for it, we'd prefer any other font in the family. 108 // Do a simple case insensitive search for a matching font family. 181 NSFont *font = [NSFont fontWithName:chosenFullName size:size]; 183 if (!font) 188 actualTraits = [fontManager traitsOfFont:font]; 189 int actualWeight = [fontManager weightOfFont:font]; 195 // though -[NSFontManager traitsOfFont:] incorrectly claims the font does not have the specified trait. This could result in applying 196 // synthetic bold on top of an already-bold font, as reported in <http://bugs.webkit.org/show_bug.cgi?id=6146>. To work around this 197 // problem, if we got an apparent exact match, but the requested traits aren't present in the matched font, we'll try to get a font from [all...] |
/frameworks/base/docs/html/reference/renderscript/ |
doxygen.css | 4 font-family: Lucida Grande, Verdana, Geneva, Arial, sans-serif; 5 font-size: 12px; 11 font-size: 150%; 15 font-size: 150%; 16 font-weight: bold; 21 font-size: 120%; 25 font-size: 100%; 29 font-weight: bold; 58 font-weight: bold; 62 font-size: 70% [all...] |
/frameworks/base/docs/html/sdk/api_diff/11/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...] |
/external/chromium/chrome/common/extensions/docs/examples/extensions/gmail/ |
options.html | 6 font-family:helvetica, arial, sans-serif; 7 font-size:80%; 17 font-size: 156%; 30 font-size:99%; 32 font-weight:bold; 62 <button id="save-button" style="font-weight:bold" onclick="save()"
|
/external/chromium_org/content/browser/resources/indexed_db/ |
indexeddb_internals.css | 11 font-weight: bold; 48 font-weight: bold; 71 font-weight: normal; 81 font-weight: italic; 84 font-weight: bold; 87 font-weight: bold;
|
/external/chromium_org/ppapi/thunk/ |
ppb_truetype_font_dev_thunk.cc | 66 int32_t Describe(PP_Resource font, 70 EnterResource<PPB_TrueTypeFont_API> enter(font, callback, true); 76 int32_t GetTableTags(PP_Resource font, 80 EnterResource<PPB_TrueTypeFont_API> enter(font, callback, true); 87 int32_t GetTable(PP_Resource font, 94 EnterResource<PPB_TrueTypeFont_API> enter(font, callback, true);
|
/external/chromium_org/third_party/WebKit/ManualTests/ |
indexeddb-persists.html | 18 document.getElementById("enabled").innerHTML = "<font color=red>Your build does NOT seem to have it enabled. So all code on this page is disabled.</font>"; 20 document.getElementById("enabled").innerHTML = "<font color=green>Your build seems to have it enabled.</font>"; 25 str = "<font color='" + color + "'>" + str + "</font>";
|
/external/chromium_org/third_party/WebKit/Source/platform/fonts/ |
Font.cpp | 25 #include "platform/fonts/Font.h" 42 WebCore::Font::deleteLayout(ptr); 49 const uint8_t Font::s_roundingHackCharacterTable[256] = { 81 Font::CodePath Font::s_codePath = Auto; 83 TypesettingFeatures Font::s_defaultTypesettingFeatures = 0; 86 // Font Implementation (Cross-Platform Portion) 89 Font::Font() 97 Font::Font(const FontDescription& fd, float letterSpacing, float wordSpacing [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/glx/xlib/ |
glx_usefont.c | 54 dump_font_struct(XFontStruct * font) 56 printf("ascent = %d, descent = %d\n", font->ascent, font->descent); 58 font->min_char_or_byte2, font->max_char_or_byte2); 59 printf("byte1 = (%u,%u)\n", font->min_byte1, font->max_byte1); 60 printf("all_chars_exist = %s\n", font->all_chars_exist ? "True" : "False"); 62 (char) (isprint(font->default_char) ? font->default_char : ' ') [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/ |
xfonts.c | 61 dump_font_struct(XFontStruct * font) 63 printf("ascent = %d, descent = %d\n", font->ascent, font->descent); 65 font->min_char_or_byte2, font->max_char_or_byte2); 66 printf("byte1 = (%u,%u)\n", font->min_byte1, font->max_byte1); 67 printf("all_chars_exist = %s\n", font->all_chars_exist ? "True" : "False"); 69 (char) (isprint(font->default_char) ? font->default_char : ' ') [all...] |
/external/chromium_org/third_party/sfntly/cpp/src/test/ |
otf_basic_editing_test.cc | 18 #include "sfntly/font.h" 61 FontPtr font; local 62 font.Attach(font_builder->Build()); 65 const TableMap* table_map = font->GetTableMap(); 76 down_cast<FontHeaderTable*>(font->GetTable(Tag::head)); 81 TablePtr post = font->GetTable(Tag::post);
|
/external/chromium_org/tools/grit/grit/testdata/ |
header.html | 9 BODY,TD,DIV,.P,A { FONT-FAMILY: arial,sans-serif} 22 .n A { FONT-SIZE: 10pt; COLOR: #000} 23 .n .i { FONT-WEIGHT: bold; FONT-SIZE: 10pt} 28 .b { FONT-WEIGHT: bold; FONT-SIZE: 12pt; COLOR: #00c}
|