Searched refs:font (Results 1 - 25 of 1076) sorted by relevance

1234567891011>>

/external/chromium_org/remoting/webapp/
H A Dopen_sans.css6 @font-face {
7 font-family: 'Open Sans';
8 font-style: normal;
9 font-weight: 400;
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DthemeChromiumSkia.css33 /* Option elements inherit their font (see themeWin.css). However, their
34 * font weight should always be normal, to distinguish from optgroup labels. */
36 font-weight: normal !important;
/external/chromium_org/chrome/browser/resources/net_export/
H A Dnet_export.css7 font-family: sans-serif;
8 font-size: 80%;
12 font-size: 100%;
13 font-weight: bold;
/external/chromium_org/third_party/mesa/src/docs/
H A Dmesa.css4 font: 14px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
10 font: 24px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
11 font-weight: bold;
16 font: 18px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif, bold;
17 font-weight: bold;
22 font-family: monospace;
23 font-size: 10pt;
29 /*font-family: monospace;*/
30 font-size: 10pt;
/external/clang/www/demo/
H A Dsyntax.css3 .llvm_type { font-style: oblique; color: green }
4 .llvm_keyword { font-weight: bold; color: blue }
/external/jmonkeyengine/engine/src/core/com/jme3/font/
H A DLineWrapMode.java1 package com.jme3.font;
/external/mesa3d/docs/
H A Dmesa.css4 font: 14px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
10 font: 24px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
11 font-weight: bold;
16 font: 18px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif, bold;
17 font-weight: bold;
22 font-family: monospace;
23 font-size: 10pt;
29 /*font-family: monospace;*/
30 font-size: 10pt;
/external/chromium_org/ui/base/l10n/
H A Dl10n_font_util.cc11 #include "ui/gfx/font.h"
16 const gfx::Font& font) {
19 int width = font.GetExpectedTextWidth(static_cast<int>(chars));
25 const gfx::Font& font) {
28 int height = static_cast<int>(font.GetHeight() * lines);
35 const gfx::Font& font) {
36 return gfx::Size(GetLocalizedContentsWidthForFont(col_resource_id, font),
37 GetLocalizedContentsHeightForFont(row_resource_id, font));
15 GetLocalizedContentsWidthForFont(int col_resource_id, const gfx::Font& font) argument
24 GetLocalizedContentsHeightForFont(int row_resource_id, const gfx::Font& font) argument
33 GetLocalizedContentsSizeForFont(int col_resource_id, int row_resource_id, const gfx::Font& font) argument
/external/proguard/src/proguard/gui/splash/
H A DFontSprite.java26 * This Sprite sets the font for another given sprite.
32 private final VariableFont font; field in class:FontSprite
38 * @param font the variable Font of the given sprite.
39 * @param sprite the sprite that will be provided of a font and painted.
41 public FontSprite(VariableFont font, argument
44 this.font = font;
53 // Save the old font.
56 // Set the new font.
57 graphics.setFont(font
[all...]
H A DVariableSizeFont.java32 private final Font font; field in class:VariableSizeFont
41 * @param font the base font.
42 * @param size the variable size of the font.
44 public VariableSizeFont(Font font, VariableDouble size) argument
46 this.font = font;
60 cachedFont = font.deriveFont((float)s);
/external/chromium_org/ui/views/controls/table/
H A Dtable_utils_unittest.cc9 #include "ui/gfx/font.h"
43 gfx::Font font; local
45 CalculateTableColumnSizes(100, 0, font, font, 0, 0, columns, &model));
49 result = CalculateTableColumnSizes(100, 0, font, font, 2, 0, columns, &model);
53 result = CalculateTableColumnSizes(10, 0, font, font, 2, 0, columns, &model);
64 gfx::Font font; local
66 CalculateTableColumnSizes(500, 0, font, fon
80 gfx::Font font; local
[all...]
/external/chromium_org/ui/gfx/
H A Dfont_fallback_win_unittest.cc16 explicit TestLinkedFontsIterator(Font font) : LinkedFontsIterator(font) { argument
22 // Add a linked font to the mocked vector of linked fonts.
23 void AddLinkedFontForTesting(Font font) { argument
24 test_linked_fonts.push_back(font);
41 std::string font; local
43 internal::ParseFontLinkEntry("TAHOMA.TTF", &file, &font);
45 EXPECT_EQ("", font);
47 internal::ParseFontLinkEntry("MSGOTHIC.TTC,MS UI Gothic", &file, &font);
49 EXPECT_EQ("MS UI Gothic", font);
89 Font font; local
103 Font font; local
[all...]
/external/chromium_org/third_party/freetype/src/cff/
H A Dcf2font.c5 /* Adobe's code for font instances (body). */
140 cf2_font_setup( CF2_Font font, argument
143 /* pointer to parsed font object */
144 CFF_Decoder* decoder = font->decoder;
149 CF2_Fixed boldenX = font->syntheticEmboldeningAmountX;
150 CF2_Fixed boldenY = font->syntheticEmboldeningAmountY;
156 font->error = FT_Err_Ok;
160 needExtraSetup = font->lastSubfont != cf2_getSubfont( decoder );
163 /* note: because of CID font matrix concatenation, ppem and transform */
166 if ( font
[all...]
/external/freetype/src/cff/
H A Dcf2font.c5 /* Adobe's code for font instances (body). */
140 cf2_font_setup( CF2_Font font, argument
143 /* pointer to parsed font object */
144 CFF_Decoder* decoder = font->decoder;
149 CF2_Fixed boldenX = font->syntheticEmboldeningAmountX;
150 CF2_Fixed boldenY = font->syntheticEmboldeningAmountY;
156 font->error = FT_Err_Ok;
160 needExtraSetup = font->lastSubfont != cf2_getSubfont( decoder );
163 /* note: because of CID font matrix concatenation, ppem and transform */
166 if ( font
[all...]
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-font.cc33 #include "hb-font-private.hh"
49 hb_font_get_glyph_nil (hb_font_t *font, argument
56 if (font->parent)
57 return font->parent->get_glyph (unicode, variation_selector, glyph);
64 hb_font_get_glyph_h_advance_nil (hb_font_t *font, argument
69 if (font->parent)
70 return font->parent_scale_x_distance (font->parent->get_glyph_h_advance (glyph));
72 return font->x_scale;
76 hb_font_get_glyph_v_advance_nil (hb_font_t *font, argument
88 hb_font_get_glyph_h_origin_nil(hb_font_t *font, void *font_data HB_UNUSED, hb_codepoint_t glyph, hb_position_t *x, hb_position_t *y, void *user_data HB_UNUSED) argument
107 hb_font_get_glyph_v_origin_nil(hb_font_t *font, void *font_data HB_UNUSED, hb_codepoint_t glyph, hb_position_t *x, hb_position_t *y, void *user_data HB_UNUSED) argument
126 hb_font_get_glyph_h_kerning_nil(hb_font_t *font, void *font_data HB_UNUSED, hb_codepoint_t left_glyph, hb_codepoint_t right_glyph, void *user_data HB_UNUSED) argument
139 hb_font_get_glyph_v_kerning_nil(hb_font_t *font, void *font_data HB_UNUSED, hb_codepoint_t top_glyph, hb_codepoint_t bottom_glyph, void *user_data HB_UNUSED) argument
152 hb_font_get_glyph_extents_nil(hb_font_t *font, void *font_data HB_UNUSED, hb_codepoint_t glyph, hb_glyph_extents_t *extents, void *user_data HB_UNUSED) argument
172 hb_font_get_glyph_contour_point_nil(hb_font_t *font, void *font_data HB_UNUSED, hb_codepoint_t glyph, unsigned int point_index, hb_position_t *x, hb_position_t *y, void *user_data HB_UNUSED) argument
192 hb_font_get_glyph_name_nil(hb_font_t *font, void *font_data HB_UNUSED, hb_codepoint_t glyph, char *name, unsigned int size, void *user_data HB_UNUSED) argument
206 hb_font_get_glyph_from_name_nil(hb_font_t *font, void *font_data HB_UNUSED, const char *name, int len, hb_codepoint_t *glyph, void *user_data HB_UNUSED) argument
432 hb_font_get_glyph(hb_font_t *font, hb_codepoint_t unicode, hb_codepoint_t variation_selector, hb_codepoint_t *glyph) argument
451 hb_font_get_glyph_h_advance(hb_font_t *font, hb_codepoint_t glyph) argument
469 hb_font_get_glyph_v_advance(hb_font_t *font, hb_codepoint_t glyph) argument
489 hb_font_get_glyph_h_origin(hb_font_t *font, hb_codepoint_t glyph, hb_position_t *x, hb_position_t *y) argument
510 hb_font_get_glyph_v_origin(hb_font_t *font, hb_codepoint_t glyph, hb_position_t *x, hb_position_t *y) argument
530 hb_font_get_glyph_h_kerning(hb_font_t *font, hb_codepoint_t left_glyph, hb_codepoint_t right_glyph) argument
549 hb_font_get_glyph_v_kerning(hb_font_t *font, hb_codepoint_t top_glyph, hb_codepoint_t bottom_glyph) argument
568 hb_font_get_glyph_extents(hb_font_t *font, hb_codepoint_t glyph, hb_glyph_extents_t *extents) argument
590 hb_font_get_glyph_contour_point(hb_font_t *font, hb_codepoint_t glyph, unsigned int point_index, hb_position_t *x, hb_position_t *y) argument
611 hb_font_get_glyph_name(hb_font_t *font, hb_codepoint_t glyph, char *name, unsigned int size) argument
632 hb_font_get_glyph_from_name(hb_font_t *font, const char *name, int len, hb_codepoint_t *glyph) argument
655 hb_font_get_glyph_advance_for_direction(hb_font_t *font, hb_codepoint_t glyph, hb_direction_t direction, hb_position_t *x, hb_position_t *y) argument
676 hb_font_get_glyph_origin_for_direction(hb_font_t *font, hb_codepoint_t glyph, hb_direction_t direction, hb_position_t *x, hb_position_t *y) argument
697 hb_font_add_glyph_origin_for_direction(hb_font_t *font, hb_codepoint_t glyph, hb_direction_t direction, hb_position_t *x, hb_position_t *y) argument
718 hb_font_subtract_glyph_origin_for_direction(hb_font_t *font, hb_codepoint_t glyph, hb_direction_t direction, hb_position_t *x, hb_position_t *y) argument
740 hb_font_get_glyph_kerning_for_direction(hb_font_t *font, hb_codepoint_t first_glyph, hb_codepoint_t second_glyph, hb_direction_t direction, hb_position_t *x, hb_position_t *y) argument
762 hb_font_get_glyph_extents_for_origin(hb_font_t *font, hb_codepoint_t glyph, hb_direction_t direction, hb_glyph_extents_t *extents) argument
786 hb_font_get_glyph_contour_point_for_origin(hb_font_t *font, hb_codepoint_t glyph, unsigned int point_index, hb_direction_t direction, hb_position_t *x, hb_position_t *y) argument
807 hb_font_glyph_to_string(hb_font_t *font, hb_codepoint_t glyph, char *s, unsigned int size) argument
829 hb_font_glyph_from_string(hb_font_t *font, const char *s, int len, hb_codepoint_t *glyph) argument
854 hb_font_t *font; local
953 hb_font_reference(hb_font_t *font) argument
967 hb_font_destroy(hb_font_t *font) argument
1000 hb_font_set_user_data(hb_font_t *font, hb_user_data_key_t *key, void * data, hb_destroy_func_t destroy, hb_bool_t replace) argument
1021 hb_font_get_user_data(hb_font_t *font, hb_user_data_key_t *key) argument
1036 hb_font_make_immutable(hb_font_t *font) argument
1055 hb_font_is_immutable(hb_font_t *font) argument
1071 hb_font_get_parent(hb_font_t *font) argument
1087 hb_font_get_face(hb_font_t *font) argument
1105 hb_font_set_funcs(hb_font_t *font, hb_font_funcs_t *klass, void *font_data, hb_destroy_func_t destroy) argument
1140 hb_font_set_funcs_data(hb_font_t *font, void *font_data, hb_destroy_func_t destroy) argument
1170 hb_font_set_scale(hb_font_t *font, int x_scale, int y_scale) argument
1192 hb_font_get_scale(hb_font_t *font, int *x_scale, int *y_scale) argument
1211 hb_font_set_ppem(hb_font_t *font, unsigned int x_ppem, unsigned int y_ppem) argument
1233 hb_font_get_ppem(hb_font_t *font, unsigned int *x_ppem, unsigned int *y_ppem) argument
[all...]
H A Dhb-uniscribe.h41 hb_uniscribe_font_get_logfontw (hb_font_t *font);
44 hb_uniscribe_font_get_hfont (hb_font_t *font);
/external/chromium_org/chrome/browser/resources/options/
H A Dfont_settings.css5 #font-settings > section {
9 #font-settings .action-area {
13 #font-settings .action-area .spacer {
18 #font-settings .button-strip {
22 .font-setting-container {
26 #font-settings input[type='range'] {
30 #minimum-font-sample {
36 .font-input-div {
41 .font-input-div > div > select {
45 .font
[all...]
/external/clang/docs/tools/
H A Dmanpage.css5 body { font-family: Arial,Helvetica; }
14 font-family: Arial,Helvetica; font-weight: bold; text-decoration: none;
15 color: #ff6600; font-size: 10pt;
18 font-family: Arial,Helvetica; font-weight: bold; text-decoration: none;
19 color: #ffffff; font-size: 10pt;
22 font-family: Arial,Helvetica; font-weight: bold; text-decoration: none;
23 color: #ffffff; font
[all...]
/external/chromium_org/third_party/icu/source/test/letest/
H A Dcfonts.h20 void le_fontClose(le_font *font);
22 const char *le_getNameString(le_font *font, le_uint16 nameID, le_uint16 platform, le_uint16 encoding, le_uint16 language);
24 const LEUnicode16 *le_getUnicodeNameString(le_font *font, le_uint16 nameID, le_uint16 platform, le_uint16 encoding, le_uint16 language);
26 void le_deleteNameString(le_font *font, const char *name);
28 void le_deleteUnicodeNameString(le_font *font, const LEUnicode16 *name);
30 le_uint32 le_getFontChecksum(le_font *font);
/external/icu4c/test/letest/
H A Dcfonts.h20 void le_fontClose(le_font *font);
22 const char *le_getNameString(le_font *font, le_uint16 nameID, le_uint16 platform, le_uint16 encoding, le_uint16 language);
24 const LEUnicode16 *le_getUnicodeNameString(le_font *font, le_uint16 nameID, le_uint16 platform, le_uint16 encoding, le_uint16 language);
26 void le_deleteNameString(le_font *font, const char *name);
28 void le_deleteUnicodeNameString(le_font *font, const LEUnicode16 *name);
30 le_uint32 le_getFontChecksum(le_font *font);
/external/chromium-trace/trace-viewer/src/tracing/analysis/
H A Dgeneric_object_view.css8 font-family: monospace;
/external/chromium_org/chrome/browser/resources/
H A Dabout_nacl.css6 font-weight: bold;
/external/chromium_org/chrome/browser/resources/chromeos/
H A Ddrive_internals.css7 font-size: small;
11 font-size: small;
15 font-size: small;
20 font-weight: bolder;
/external/harfbuzz_ng/src/
H A Dhb-uniscribe.h41 hb_uniscribe_font_get_logfontw (hb_font_t *font);
44 hb_uniscribe_font_get_hfont (hb_font_t *font);
/external/dexmaker/javadoc/
H A Dstylesheet.css9 h1 { font-size: 145% }
17 .FrameTitleFont { font-size: 100%; font-family: Helvetica, Arial, sans-serif; color:#000000 }
18 .FrameHeadingFont { font-size: 90%; font-family: Helvetica, Arial, sans-serif; color:#000000 }
19 .FrameItemFont { font-size: 90%; font-family: Helvetica, Arial, sans-serif; color:#000000 }
24 .NavBarFont1 { font-family: Arial, Helvetica, sans-serif; color:#000000;color:#000000;}
25 .NavBarFont1Rev { font-family: Arial, Helvetica, sans-serif; color:#FFFFFF;color:#FFFFFF;}
27 .NavBarCell2 { font
[all...]

Completed in 1338 milliseconds

1234567891011>>