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

<<21222324252627282930>>

  /external/chromium_org/ppapi/tests/
test_browser_font.cc 46 // will be doing kerning or something for the particular default font, so we
51 pp::BrowserFont_Trusted font(instance_, desc);
53 int32_t length1 = font.MeasureText(pp::BrowserFontTextRun("WWW"));
55 int32_t length2 = font.MeasureText(pp::BrowserFontTextRun("WWWWWWWW"));
63 pp::BrowserFont_Trusted font(instance_, desc);
73 len[0] = font.PixelOffsetForCharacter(run, 0);
74 len[1] = font.PixelOffsetForCharacter(run, 1);
75 len[2] = font.PixelOffsetForCharacter(run, 2);
76 len[3] = font.PixelOffsetForCharacter(run, 3);
77 len[4] = font.PixelOffsetForCharacter(run, 4)
    [all...]
  /external/chromium_org/tools/telemetry/docs/
telemetry.core.extension_page.html 9 <font color="#ffffff" face="helvetica, arial">&nbsp;<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>.extension_page</strong></big></big></font></td
11 ><font color="#ffffff" face="helvetica, arial"><a href=".">index</a><br><a href="../telemetry/core/extension_page.py">telemetry/core/extension_page.py</a></font></td></tr></table>
19 <font color="#ffffff" face="helvetica, arial"><big><strong>Modules</strong></big></font></td></tr
    [all...]
telemetry.core.timeline.slice.html 9 <font color="#ffffff" face="helvetica, arial">&nbsp;<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.timeline.html"><font color="#ffffff">timeline</font></a>.slice</strong></big></big></font></td
11 ><font color="#ffffff" face="helvetica, arial"><a href=".">index</a><br><a href="../telemetry/core/timeline/slice.py">telemetry/core/timeline/slice.py</a></font></td></tr></table
    [all...]
telemetry.core.web_contents.html 9 <font color="#ffffff" face="helvetica, arial">&nbsp;<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>.web_contents</strong></big></big></font></td
11 ><font color="#ffffff" face="helvetica, arial"><a href=".">index</a><br><a href="../telemetry/core/web_contents.py">telemetry/core/web_contents.py</a></font></td></tr></table>
19 <font color="#ffffff" face="helvetica, arial"><big><strong>Classes</strong></big></font></td></tr
    [all...]
  /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...]
  /external/chromium_org/ui/gfx/
font_list.cc 17 // Font description of the default font set.
21 // Parses font description into |font_names|, |font_style| and |font_size|.
37 // Font supports BOLD and ITALIC; underline is supported via RenderText.
45 *font_style |= gfx::Font::BOLD;
47 *font_style |= gfx::Font::ITALIC;
53 // Returns the font style and size as a string.
56 if (font_style & gfx::Font::BOLD)
58 if (font_style & gfx::Font::ITALIC)
65 // Returns font description from |font_names|, |font_style|, and |font_size|
    [all...]
platform_font_win.h 33 // gfx::Fonts. Optional. If not specified, the minimum font size is 0.
39 // performed other than clamping to a minimum font height if
44 // Returns the font name for the system locale. Some fonts, particularly
45 // East Asian fonts, have different names per locale. If the localized font
49 // Returns a derived Font with the specified |style| and with height at most
51 // returned. Otherwise, the returned Font will have the largest size such that
54 Font DeriveFontWithHeight(int height, int style);
57 virtual Font DeriveFont(int size_delta, int style) const OVERRIDE;
75 // allocation and destruction, Font indirectly refers to the HFONT by way of
76 // an HFontRef. That is, every Font has an HFontRef, which has an HFONT
    [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>&nbsp;
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_org/ppapi/c/dev/
ppb_font_dev.h 36 * Uses the user's default web page font (normally either the default serif
37 * or sans serif font).
41 * These families will use the default web page font corresponding to the
51 * Specifies the font weight. Normally users will only use NORMAL or BOLD.
77 * Font face name as a string. This can also be an undefined var, in which
79 * the system, the browser will attempt to do font fallback or pick a default
80 * font.
84 * When Create()ing a font and the face is an undefined var, the family
85 * specifies the generic font family type to use. If the face is specified,
88 * When Describe()ing a font, the family will be the value you passed in whe
    [all...]
  /external/chromium_org/ppapi/c/trusted/
ppb_browser_font_trusted.h 38 * Uses the user's default web page font (normally either the default serif
39 * or sans serif font).
43 * These families will use the default web page font corresponding to the
53 * Specifies the font weight. Normally users will only use NORMAL or BOLD.
79 * Font face name as a string. This can also be an undefined var, in which
81 * the system, the browser will attempt to do font fallback or pick a default
82 * font.
86 * When Create()ing a font and the face is an undefined var, the family
87 * specifies the generic font family type to use. If the face is specified,
90 * When Describe()ing a font, the family will be the value you passed in whe
    [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/chromium_org/third_party/skia/include/ports/
SkTypeface_android.h 19 * Get the family name of the font in the fallback font list containing
25 * @param name The family name of the font file containing the unicode character
27 * @return true if a font is found and false otherwise
32 * Get the family name of the font in the fallback font list containing
42 * @param name The family name of the font file containing the unicode character
44 * @return true if a font is found and false otherwise
50 * Load font config from given xml files, instead of those from Android system.
58 * will query a given font, and if a unicode value is not supported, the
    [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...]
  /external/skia/include/ports/
SkTypeface_android.h 19 * Get the family name of the font in the fallback font list containing
25 * @param name The family name of the font file containing the unicode character
27 * @return true if a font is found and false otherwise
32 * Get the family name of the font in the fallback font list containing
42 * @param name The family name of the font file containing the unicode character
44 * @return true if a font is found and false otherwise
50 * Load font config from given xml files, instead of those from Android system.
58 * will query a given font, and if a unicode value is not supported, the
    [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>&nbsp;
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/chromium-trace/trace-viewer/src/tracing/analysis/
default_object_view.css 26 font-size: 110%;
27 font-weight: bold;
32 font-family: monospace;
  /external/chromium_org/chrome/browser/resources/chromeos/login/
screen_wrong_hwid.css 16 font-size: 22px;
22 font-size: 16px;
32 font-size: 18px;
  /external/chromium_org/chrome/browser/resources/instant/
instant.css 8 font-family: Arial, sans-serif;
9 font-size: 12px;
25 font-weight: bold;

Completed in 1502 milliseconds

<<21222324252627282930>>