Searched refs:font (Results 26 - 50 of 1076) sorted by relevance

1234567891011>>

/external/jsr305/javadoc/
H A Dstylesheet.css9 h1 { font-size: 145% }
17 .FrameTitleFont { font-size: 100%; font-family: Helvetica, Arial, sans-serif }
18 .FrameHeadingFont { font-size: 90%; font-family: Helvetica, Arial, sans-serif }
19 .FrameItemFont { font-size: 90%; font-family: Helvetica, Arial, sans-serif }
24 .NavBarFont1 { font-family: Arial, Helvetica, sans-serif; color:#000000;}
25 .NavBarFont1Rev { font-family: Arial, Helvetica, sans-serif; color:#FFFFFF;}
27 .NavBarCell2 { font
[all...]
/external/chromium_org/chrome/browser/resources/extensions/
H A Dextension_error_overlay.css10 font-family: monospace;
11 font-size: 1.2em;
/external/chromium_org/chrome/browser/resources/
H A Dextensions_infobar.css11 font-family: Segoe UI, Tahoma;
12 font-size: 11px;
H A Dextensions_infobar_mac.css11 font-family: 'Lucida Grande', Helvetica, sans-serif;
12 font-size: 12px;
/external/chromium_org/third_party/sfntly/cpp/src/sample/subtly/
H A Dstats.h31 int32_t TotalFontSize(Font* font);
33 double TableSizePercent(Font* font, int32_t tag);
35 void PrintComparison(FILE* out, Font* font, Font* new_font);
37 void PrintStats(FILE* out, Font* font);
H A Dmerger_main.cc23 #include "sfntly/font.h"
36 void CheckLoading(const char* font_path, Font* font) { argument
37 if (!font || font->num_tables() == 0) {
38 fprintf(stderr, "Could not load font %s. Terminating.\n", font_path);
51 Ptr<Font> font; local
52 font.Attach(LoadFont(argv[i]));
53 CheckLoading(argv[i], font);
54 fonts.push_back(font);
61 fprintf(stderr, "Serializing font t
[all...]
/external/sfntly/cpp/src/sample/subtly/
H A Dstats.h31 int32_t TotalFontSize(Font* font);
33 double TableSizePercent(Font* font, int32_t tag);
35 void PrintComparison(FILE* out, Font* font, Font* new_font);
37 void PrintStats(FILE* out, Font* font);
H A Dmerger_main.cc23 #include "sfntly/font.h"
36 void CheckLoading(const char* font_path, Font* font) { argument
37 if (!font || font->num_tables() == 0) {
38 fprintf(stderr, "Could not load font %s. Terminating.\n", font_path);
51 Ptr<Font> font; local
52 font.Attach(LoadFont(argv[i]));
53 CheckLoading(argv[i], font);
54 fonts.push_back(font);
61 fprintf(stderr, "Serializing font t
[all...]
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-shape-fallback-private.hh36 hb_font_t *font,
40 hb_font_t *font,
45 hb_font_t *font,
H A Dhb-font.h94 typedef hb_bool_t (*hb_font_get_glyph_func_t) (hb_font_t *font, void *font_data,
100 typedef hb_position_t (*hb_font_get_glyph_advance_func_t) (hb_font_t *font, void *font_data,
106 typedef hb_bool_t (*hb_font_get_glyph_origin_func_t) (hb_font_t *font, void *font_data,
113 typedef hb_position_t (*hb_font_get_glyph_kerning_func_t) (hb_font_t *font, void *font_data,
120 typedef hb_bool_t (*hb_font_get_glyph_extents_func_t) (hb_font_t *font, void *font_data,
124 typedef hb_bool_t (*hb_font_get_glyph_contour_point_func_t) (hb_font_t *font, void *font_data,
130 typedef hb_bool_t (*hb_font_get_glyph_name_func_t) (hb_font_t *font, void *font_data,
134 typedef hb_bool_t (*hb_font_get_glyph_from_name_func_t) (hb_font_t *font, void *font_data,
144 * @ffuncs: font functions.
160 * @ffuncs: font function
[all...]
/external/chromium_org/third_party/icu/source/test/letest/
H A Dcfonts.cpp27 void le_fontClose(le_font *font) argument
29 LEFontInstance *fontInstance = (LEFontInstance *) font;
34 const char *le_getNameString(le_font *font, le_uint16 nameID, le_uint16 platform, le_uint16 encoding, le_uint16 language) argument
36 PortableFontInstance *pfi = (PortableFontInstance *) font;
41 const LEUnicode16 *le_getUnicodeNameString(le_font *font, le_uint16 nameID, le_uint16 platform, le_uint16 encoding, le_uint16 language) argument
43 PortableFontInstance *pfi = (PortableFontInstance *) font;
48 void le_deleteNameString(le_font *font, const char *name) argument
50 PortableFontInstance *pfi = (PortableFontInstance *) font;
55 void le_deleteUnicodeNameString(le_font *font, const LEUnicode16 *name) argument
57 PortableFontInstance *pfi = (PortableFontInstance *) font;
62 le_getFontChecksum(le_font *font) argument
[all...]
/external/chromium_org/ui/base/l10n/
H A Dl10n_font_util.h18 // its localized size data and the given font. The width in cols is held in a
22 const gfx::Font& font);
24 const gfx::Font& font);
27 const gfx::Font& font);
/external/harfbuzz_ng/src/
H A Dhb-ot-shape-fallback-private.hh36 hb_font_t *font,
40 hb_font_t *font,
45 hb_font_t *font,
H A Dhb-font.cc33 #include "hb-font-private.hh"
50 hb_font_get_glyph_nil (hb_font_t *font, argument
57 if (font->parent)
58 return font->parent->get_glyph (unicode, variation_selector, glyph);
65 hb_font_get_glyph_h_advance_nil (hb_font_t *font, argument
70 if (font->parent)
71 return font->parent_scale_x_distance (font->parent->get_glyph_h_advance (glyph));
73 return font->x_scale;
77 hb_font_get_glyph_v_advance_nil (hb_font_t *font, argument
89 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
108 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
127 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
140 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
153 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
173 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
193 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
207 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
341 hb_font_get_glyph(hb_font_t *font, hb_codepoint_t unicode, hb_codepoint_t variation_selector, hb_codepoint_t *glyph) argument
349 hb_font_get_glyph_h_advance(hb_font_t *font, hb_codepoint_t glyph) argument
356 hb_font_get_glyph_v_advance(hb_font_t *font, hb_codepoint_t glyph) argument
363 hb_font_get_glyph_h_origin(hb_font_t *font, hb_codepoint_t glyph, hb_position_t *x, hb_position_t *y) argument
371 hb_font_get_glyph_v_origin(hb_font_t *font, hb_codepoint_t glyph, hb_position_t *x, hb_position_t *y) argument
379 hb_font_get_glyph_h_kerning(hb_font_t *font, hb_codepoint_t left_glyph, hb_codepoint_t right_glyph) argument
386 hb_font_get_glyph_v_kerning(hb_font_t *font, hb_codepoint_t left_glyph, hb_codepoint_t right_glyph) argument
393 hb_font_get_glyph_extents(hb_font_t *font, hb_codepoint_t glyph, hb_glyph_extents_t *extents) argument
401 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
409 hb_font_get_glyph_name(hb_font_t *font, hb_codepoint_t glyph, char *name, unsigned int size) argument
417 hb_font_get_glyph_from_name(hb_font_t *font, const char *name, int len, hb_codepoint_t *glyph) argument
428 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
437 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
446 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
455 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
464 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
473 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
482 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
492 hb_font_glyph_to_string(hb_font_t *font, hb_codepoint_t glyph, char *s, unsigned int size) argument
501 hb_font_glyph_from_string(hb_font_t *font, const char *s, int len, hb_codepoint_t *glyph) argument
784 hb_font_t *font; local
854 hb_font_reference(hb_font_t *font) argument
860 hb_font_destroy(hb_font_t *font) argument
879 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
889 hb_font_get_user_data(hb_font_t *font, hb_user_data_key_t *key) argument
896 hb_font_make_immutable(hb_font_t *font) argument
905 hb_font_is_immutable(hb_font_t *font) argument
911 hb_font_get_parent(hb_font_t *font) argument
917 hb_font_get_face(hb_font_t *font) argument
924 hb_font_set_funcs(hb_font_t *font, hb_font_funcs_t *klass, void *user_data, hb_destroy_func_t destroy) argument
949 hb_font_set_funcs_data(hb_font_t *font, void *user_data, hb_destroy_func_t destroy) argument
969 hb_font_set_scale(hb_font_t *font, int x_scale, int y_scale) argument
981 hb_font_get_scale(hb_font_t *font, int *x_scale, int *y_scale) argument
990 hb_font_set_ppem(hb_font_t *font, unsigned int x_ppem, unsigned int y_ppem) argument
1002 hb_font_get_ppem(hb_font_t *font, unsigned int *x_ppem, unsigned int *y_ppem) argument
[all...]
/external/icu4c/test/letest/
H A Dcfonts.cpp27 void le_fontClose(le_font *font) argument
29 LEFontInstance *fontInstance = (LEFontInstance *) font;
34 const char *le_getNameString(le_font *font, le_uint16 nameID, le_uint16 platform, le_uint16 encoding, le_uint16 language) argument
36 PortableFontInstance *pfi = (PortableFontInstance *) font;
41 const LEUnicode16 *le_getUnicodeNameString(le_font *font, le_uint16 nameID, le_uint16 platform, le_uint16 encoding, le_uint16 language) argument
43 PortableFontInstance *pfi = (PortableFontInstance *) font;
48 void le_deleteNameString(le_font *font, const char *name) argument
50 PortableFontInstance *pfi = (PortableFontInstance *) font;
55 void le_deleteUnicodeNameString(le_font *font, const LEUnicode16 *name) argument
57 PortableFontInstance *pfi = (PortableFontInstance *) font;
62 le_getFontChecksum(le_font *font) argument
[all...]
/external/chromium_org/components/onc/docs/
H A Donc_spec.css6 font-family: monospace;
7 font-style: italic;
12 font-family: monospace;
16 font-weight: bold;
17 font-family: monospace;
47 font-family: monospace;
55 h1{font-size: 38px}
56 section h1{font-size: 32px}
57 section section h1{font-size: 28px}
58 section section section h1{font
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
H A Dtext.h38 void font_destroy(struct vg_font *font);
40 void font_set_glyph_to_path(struct vg_font *font,
47 void font_set_glyph_to_image(struct vg_font *font,
53 void font_clear_glyph(struct vg_font *font,
56 void font_draw_glyph(struct vg_font *font,
61 void font_draw_glyphs(struct vg_font *font,
69 VGint font_num_glyphs(struct vg_font *font);
/external/mesa3d/src/gallium/state_trackers/vega/
H A Dtext.h38 void font_destroy(struct vg_font *font);
40 void font_set_glyph_to_path(struct vg_font *font,
47 void font_set_glyph_to_image(struct vg_font *font,
53 void font_clear_glyph(struct vg_font *font,
56 void font_draw_glyph(struct vg_font *font,
61 void font_draw_glyphs(struct vg_font *font,
69 VGint font_num_glyphs(struct vg_font *font);
/external/chromium_org/chrome/browser/resources/memory_internals/
H A Dmemory_internals.css6 font-size: 70%;
14 font-size: 110%;
15 font-weight: bold;
24 font-size: 110%;
25 font-weight: normal;
/external/jmonkeyengine/engine/src/niftygui/com/jme3/niftygui/
H A DRenderFontJme.java35 import com.jme3.font.BitmapFont;
36 import com.jme3.font.BitmapText;
42 private BitmapFont font; field in class:RenderFontJme
47 * Initialize the font.
48 * @param name font filename
52 font = display.getAssetManager().loadFont(name);
53 if (font == null) {
56 text = new BitmapText(font);
57 actualSize = font.getPreferredSize();
62 return new BitmapText(font);
[all...]
/external/chromium_org/v8/tools/profviz/
H A Dprofviz.css44 font-family: monospace;
45 font-size: 12px;
73 font-family: Verdana;
74 font-size: 12px;
86 font-family: Verdana;
87 font-size: 12px;
97 font-family: Verdana;
98 font-size: 12px;
103 font-family: Verdana;
104 font
[all...]
/external/chromium_org/chrome/common/extensions/docs/examples/api/notifications/
H A Dstyle.css10 font: 84% Arial, sans-serif
13 h1 { font-size: 156% }
24 font-size: 100%
/external/icu4c/samples/layout/
H A DSurface.cpp5 void GDISurface::setFont(RenderingFontInstance *font) argument
7 GDIFontInstance *gFont = (GDIFontInstance *) font;
9 if (fCurrentFont != font) {
10 fCurrentFont = font;
15 void GDISurface::drawGlyphs(RenderingFontInstance *font, const LEGlyphID *glyphs, le_int32 count, const le_int32 *dx, argument
25 setFont(font);
/external/chromium/chrome/browser/resources/
H A Dextensions_infobar.css7 font-family: Segoe UI, Tahoma;
8 font-size: 11px;
H A Dextensions_infobar_mac.css7 font-family: 'Lucida Grande', Helvetica, sans-serif;
8 font-size: 12px;

Completed in 2389 milliseconds

1234567891011>>