HomeSort by relevance Sort by last modified time
    Searched full:font (Results 1651 - 1675 of 7108) sorted by null

<<61626364656667686970>>

  /external/chromium_org/chrome/browser/ui/cocoa/location_bar/
ev_bubble_decoration.mm 12 #include "ui/gfx/font.h"
87 gfx::Font font(GetFont());
89 gfx::ElideText(base::SysNSStringToUTF16(full_label_), font, width_left,
  /external/chromium_org/chrome/browser/ui/views/
avatar_label.cc 45 gfx::Font font = ui::ResourceBundle::GetSharedInstance().GetFont( local
47 int difference = (font.GetFontSize() < 13) ? 13 - font.GetFontSize() : 0;
  /external/chromium_org/chrome/common/extensions/docs/examples/api/idle/idle_simple/
history.html 12 font: 13px Arial;
  /external/chromium_org/chrome/common/extensions/docs/examples/api/ttsEngine/console_tts_engine/
console_tts_engine.html 6 font-family: arial, helvetica, sans-serif;
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/gdocs/
chrome_ex_oauth.html 15 font: 16px Arial;
  /external/chromium_org/chrome/common/extensions/docs/examples/tutorials/analytics/
popup.html 13 font-family: Arial;
  /external/chromium_org/chrome/common/extensions/docs/templates/intros/
experimental_devtools_audits.html 47 var styles = details.addChild("2 styles with small font");
48 var elements = details.addChild("3 elements with small font");
50 results.addResult("Font Size (5)",
51 "5 elements use font size below 10pt",
  /external/chromium_org/chrome/common/
pref_font_webkit_names.h 8 // This file defines the font pref names that are used in conjunction with
  /external/chromium_org/chrome/third_party/chromevox/chromevox/background/
chrome_shared2.css 32 font-weight: normal;
38 font-size: 1.5em;
42 font-size: 1.3em;
48 font-size: 1.2em;
kbexplorer.html 6 font-family:arial;
  /external/chromium_org/content/common/
sandbox_mac_fontloading_unittest.mm 31 // Load raw font data into shared memory object.
35 LOG(ERROR) << "Failed to read font data from file (" << test_data_ << ")";
41 LOG(ERROR) << "No font data: " << font_data_length_;
93 // Do something with the font to make sure it's loaded.
  /external/chromium_org/content/public/browser/
font_list_async.h 22 // the font list from the system can be slow. This function may be called from
  /external/chromium_org/content/shell/app/
webkit_test_platform_support_win.cc 29 // Load Ahem font.
39 std::cerr << "Failed to load font " << WideToUTF8(font_path.value())
51 std::cerr << "Failed to register Ahem font\n";
62 // This metric will be 17 when font size is "Normal".
  /external/chromium_org/ppapi/thunk/
ppb_browser_font_trusted_api.h 14 // API for font resources.
  /external/chromium_org/third_party/WebKit/ManualTests/autocorrection/
autocorrection-contraction.html 8 font-size: 24px;
close-window-when-correction-is-shown.html 8 font-size: 24px;
spellcheck-on-contraction-when-autocorrection-is-off.html 8 font-size: 24px;
  /external/chromium_org/third_party/WebKit/ManualTests/
match-marker-rects.html 8 font-size: 25px;
  /external/chromium_org/third_party/WebKit/Source/core/css/
SVGCSSPropertyNames.in 26 //font-size-adjust
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGTextMetrics.cpp 50 const Font& scaledFont = textRenderer->scaledFont();
53 // Calculate width/height using the scaled font, divide this result by the scalingFactor afterwards.
84 if (textRunNeedsRenderingContext(style->font()))
108 bool needsContext = textRunNeedsRenderingContext(text->style()->font());
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
flameChart.css 42 font-weight: bold;
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
GlyphBuffer.h 94 void add(Glyph glyph, const SimpleFontData* font, float width)
96 m_fontData.append(font);
107 void add(Glyph glyph, const SimpleFontData* font, GlyphBufferAdvance advance)
109 m_fontData.append(font);
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/win/
UniscribeHelper.h 196 // Draws the given characters to (x, y) in the given DC. The font will be
197 // handled by this function, but the font color and other attributes should
222 // Tries to preload the font when the it is not accessible.
284 // Glyph indices in the font used to display this item. These indices
330 // Pointers to windows font data used to render this run.
334 // Ascent offset between the ascent of the primary font
335 // and that of the fallback font. The offset needs to be applied,
371 // and finally a font covering characters in |*input|. A string pointed
377 // Gets Windows font data for the next best font to try in the lis
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/
timeline_explorer.html 36 font-family: Helvetica, Arial, sans-serif;
37 font-size: 12px;
54 font-weight: bold;
56 font-size: 14px;
  /external/chromium_org/third_party/freetype/include/freetype/
ftcid.h 5 /* FreeType API for accessing CID font information (specification). */
43 /* CID-keyed font specific API. */
46 /* This section contains the declaration of CID-keyed font specific */
59 * "R/O/S") from a CID-keyed font.

Completed in 1595 milliseconds

<<61626364656667686970>>