Searched refs:font (Results 126 - 150 of 1054) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/resources/
H A Dcrashes.css17 font-size: 156%;
18 font-weight: bold;
32 font-size: 100%;
37 font-size: 100%;
54 font-size: 125%;
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/
H A Dreset.css20 font-weight: inherit;
21 font-style: inherit;
22 font-size: 100%;
23 font-family: inherit;
31 caption, th, td { text-align: left; font-weight:400; }
/external/chromium_org/third_party/icu/source/test/perf/leperf/
H A Dleperf.cpp18 LEFontInstance *font; member in class:Params
35 LEFontInstance *font = params->font; local
36 LayoutEngine *engine = LayoutEngine::layoutEngineFactory(font, params->script, -1, status);
54 //delete font;
92 p.font = new SimpleFontInstance(12, status);
96 delete p.font;
98 PortableFontInstance *font; local
102 font = new PortableFontInstance(fontPath, 12, fontStatus);
104 p.font
[all...]
/external/fio/
H A Dcairo_text_helpers.c5 static void draw_aligned_text(cairo_t *cr, const char *font, double x, double y, argument
30 cairo_select_font_face(cr, font, CAIRO_FONT_SLANT_NORMAL, CAIRO_FONT_WEIGHT_NORMAL);
41 void draw_centered_text(cairo_t *cr, const char *font, double x, double y, argument
44 draw_aligned_text(cr, font, x, y, fontsize, text, CENTERED);
47 void draw_right_justified_text(cairo_t *cr, const char *font, argument
51 draw_aligned_text(cr, font, x, y, fontsize, text, RIGHT_JUSTIFIED);
54 void draw_left_justified_text(cairo_t *cr, const char *font, argument
58 draw_aligned_text(cr, font, x, y, fontsize, text, LEFT_JUSTIFIED);
61 void draw_vertical_centered_text(cairo_t *cr, const char *font, double x, argument
68 cairo_select_font_face(cr, font, CAIRO_FONT_SLANT_NORMA
[all...]
/external/icu/icu4c/source/test/perf/leperf/
H A Dleperf.cpp18 LEFontInstance *font; member in class:Params
35 LEFontInstance *font = params->font; local
36 LayoutEngine *engine = LayoutEngine::layoutEngineFactory(font, params->script, -1, status);
54 //delete font;
92 p.font = new SimpleFontInstance(12, status);
96 delete p.font;
98 PortableFontInstance *font; local
102 font = new PortableFontInstance(fontPath, 12, fontStatus);
104 p.font
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DdocumentationView.css15 font-size: 0.95em;
28 font-weight: bold;
32 font-size: 14px !important;
46 font-size: 13px;
81 font-weight: bold;
85 font-size: 16px;
86 font-weight: bold;
91 font-size: 16px;
92 font-weight: bold;
118 font
[all...]
/external/chromium_org/chrome/browser/resources/contextual_search/
H A Dpromo.css5 @font-face {
6 font-family: 'Roboto2';
7 font-weight: 400;
14 font-family: 'Roboto2', sans-serif;
39 font-size: 16px;
46 font-size: 24px;
84 font-size: 14px;
/external/chromium_org/chrome/third_party/chromevox/chromevox/background/
H A Doptions.css15 font-size: 14px;
16 font-family: 'Lucida Grande', sans-serif;
38 font-size: 1.5em;
39 font-weight: bold;
45 font-size: 16px;
46 font-weight: bold;
61 font-size: 12pt;
/external/chromium_org/third_party/skia/tests/
H A DFontMgrTest.cpp17 SkAutoTUnref<SkFont> font(SkFont::Create(NULL, 24, SkFont::kA8_MaskType, flags));
19 REPORTER_ASSERT(reporter, font->getTypeface());
20 REPORTER_ASSERT(reporter, 24 == font->getSize());
21 REPORTER_ASSERT(reporter, 1 == font->getScaleX());
22 REPORTER_ASSERT(reporter, 0 == font->getSkewX());
23 REPORTER_ASSERT(reporter, SkFont::kA8_MaskType == font->getMaskType());
28 int count = font->textToGlyphs("Hello", 5, kUTF8_SkTextEncoding, glyphs, SK_ARRAY_COUNT(glyphs));
37 SkAutoTUnref<SkFont> newFont(font->cloneWithSize(36));
39 REPORTER_ASSERT(reporter, font->getTypeface() == newFont->getTypeface());
41 REPORTER_ASSERT(reporter, 24 == font
[all...]
/external/skia/tests/
H A DFontMgrTest.cpp17 SkAutoTUnref<SkFont> font(SkFont::Create(NULL, 24, SkFont::kA8_MaskType, flags));
19 REPORTER_ASSERT(reporter, NULL != font->getTypeface());
20 REPORTER_ASSERT(reporter, 24 == font->getSize());
21 REPORTER_ASSERT(reporter, 1 == font->getScaleX());
22 REPORTER_ASSERT(reporter, 0 == font->getSkewX());
23 REPORTER_ASSERT(reporter, SkFont::kA8_MaskType == font->getMaskType());
28 int count = font->textToGlyphs("Hello", 5, kUTF8_SkTextEncoding, glyphs, SK_ARRAY_COUNT(glyphs));
37 SkAutoTUnref<SkFont> newFont(font->cloneWithSize(36));
39 REPORTER_ASSERT(reporter, font->getTypeface() == newFont->getTypeface());
41 REPORTER_ASSERT(reporter, 24 == font
[all...]
/external/chromium-trace/trace-viewer/third_party/gl-matrix/jsdoc-template/static/
H A Ddefault.css7 font: 12px "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
20 font-size: 150%;
21 font-weight: bold;
62 font-family: arial, sans-serif;
63 font-size: 1em;
77 font-size:170%;
81 h2 { font-size: 110%; }
86 font-size:130%;
115 font-family: "Courier New",Courier,monospace;
116 font
[all...]
/external/chromium_org/third_party/freetype/src/cff/
H A Dcffload.c583 cff_index_get_name( CFF_Font font, argument
586 CFF_Index idx = &font->name_index;
612 cff_index_get_string( CFF_Font font, argument
615 return ( element < font->num_strings )
616 ? (FT_String*)font->strings[element]
622 cff_index_get_sid_string( CFF_Font font, argument
631 return cff_index_get_string( font, sid - 391 );
634 if ( !font->psnames )
638 return (FT_String *)font->psnames->adobe_std_strings( sid );
774 /*** CFF font suppor
1297 cff_subfont_load( CFF_SubFont font, CFF_Index idx, FT_UInt font_index, FT_Stream stream, FT_ULong base_offset, FT_Library library ) argument
[all...]
/external/freetype/src/cff/
H A Dcffload.c583 cff_index_get_name( CFF_Font font, argument
586 CFF_Index idx = &font->name_index;
612 cff_index_get_string( CFF_Font font, argument
615 return ( element < font->num_strings )
616 ? (FT_String*)font->strings[element]
622 cff_index_get_sid_string( CFF_Font font, argument
631 return cff_index_get_string( font, sid - 391 );
634 if ( !font->psnames )
638 return (FT_String *)font->psnames->adobe_std_strings( sid );
781 /*** CFF font suppor
1304 cff_subfont_load( CFF_SubFont font, CFF_Index idx, FT_UInt font_index, FT_Stream stream, FT_ULong base_offset, FT_Library library ) argument
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
H A Dcffload.c583 cff_index_get_name( CFF_Font font, argument
586 CFF_Index idx = &font->name_index;
612 cff_index_get_string( CFF_Font font, argument
615 return ( element < font->num_strings )
616 ? (FT_String*)font->strings[element]
622 cff_index_get_sid_string( CFF_Font font, argument
631 return cff_index_get_string( font, sid - 391 );
634 if ( !font->psnames )
638 return (FT_String *)font->psnames->adobe_std_strings( sid );
774 /*** CFF font suppor
1297 cff_subfont_load( CFF_SubFont font, CFF_Index idx, FT_UInt font_index, FT_Stream stream, FT_ULong base_offset, FT_Library library ) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DRemoteFontFaceSource.cpp19 RemoteFontFaceSource::RemoteFontFaceSource(FontResource* font, PassRefPtrWillBeRawPtr<FontLoader> fontLoader) argument
20 : m_font(font)
64 // font-family causes the case, but we treat them as indivisual resources.
109 // This temporary font is not retained and should not be returned.
152 void RemoteFontFaceSource::FontLoadHistograms::recordFallbackTime(const FontResource* font) argument
161 void RemoteFontFaceSource::FontLoadHistograms::recordRemoteFont(const FontResource* font) argument
163 if (m_loadStartTime > 0 && font && !font->isLoading()) {
165 blink::Platform::current()->histogramCustomCounts(histogramName(font), duration, 0, 10000, 50);
169 int histogramValue = font
180 histogramName(const FontResource* font) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderThemeChromiumFontProviderWin.cpp46 DEFINE_STATIC_LOCAL(FontDescription, font, ());
47 return font;
52 DEFINE_STATIC_LOCAL(FontDescription, font, ());
53 return font;
58 DEFINE_STATIC_LOCAL(FontDescription, font, ());
59 return font;
87 // Return the height of system font |font| in pixels. We use this size by
89 static float systemFontSize(const LOGFONT& font) argument
91 float size = -font
[all...]
/external/harfbuzz_ng/test/api/
H A Dtest-shape.c33 * font-independent. Please add tests for any feature that fits that
44 glyph_h_advance_func (hb_font_t *font, void *font_data, argument
57 glyph_func (hb_font_t *font, void *font_data, argument
71 glyph_h_kerning_func (hb_font_t *font, void *font_data, argument
89 hb_font_t *font; local
98 font = hb_font_create (face);
100 hb_font_set_scale (font, 10, 10);
106 hb_font_set_funcs (font, ffuncs, NULL, NULL);
113 hb_shape (font, buffer, NULL, 0);
138 hb_font_destroy (font);
[all...]
/external/chromium_org/chrome/common/extensions/docs/examples/apps/calculator/tests/
H A Dmanual.css8 font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
19 font-size: 80%;
20 font-weight: normal;
41 font-weight: bold;
54 font-weight: normal;
68 font-style: italic;
78 font-family: "Courier", "Courier New", monospace;
79 font-style: normal;
125 font-size: 125%;
129 font
[all...]
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-font.cc31 #include "hb-font-private.hh"
53 _hb_ot_font_create (hb_font_t *font) argument
60 ot_font->num_glyphs = font->face->get_num_glyphs ();
63 hb_blob_t *hhea_blob = OT::Sanitizer<OT::hhea>::sanitize (font->face->reference_table (HB_OT_TAG_hhea));
68 ot_font->hmtx_blob = OT::Sanitizer<OT::hmtx>::sanitize (font->face->reference_table (HB_OT_TAG_hmtx));
78 ot_font->cmap_blob = OT::Sanitizer<OT::cmap>::sanitize (font->face->reference_table (HB_OT_TAG_cmap));
118 hb_ot_get_glyph (hb_font_t *font HB_UNUSED,
144 hb_ot_get_glyph_h_advance (hb_font_t *font HB_UNUSED,
157 return font->em_scale_x (ot_font->hmtx->longHorMetric[glyph].advanceWidth);
161 hb_ot_get_glyph_v_advance (hb_font_t *font HB_UNUSE
195 hb_ot_get_glyph_h_kerning(hb_font_t *font, void *font_data, hb_codepoint_t left_glyph, hb_codepoint_t right_glyph, void *user_data HB_UNUSED) argument
282 hb_ot_font_set_funcs(hb_font_t *font) argument
[all...]
H A Dhb-ft.cc32 #include "hb-font-private.hh"
56 * - In the future, we should add constructors to create fonts in font space?
63 hb_ft_get_glyph (hb_font_t *font HB_UNUSED,
85 hb_ft_get_glyph_h_advance (hb_font_t *font HB_UNUSED,
101 hb_ft_get_glyph_v_advance (hb_font_t *font HB_UNUSED,
119 hb_ft_get_glyph_h_origin (hb_font_t *font HB_UNUSED,
131 hb_ft_get_glyph_v_origin (hb_font_t *font HB_UNUSED,
153 hb_ft_get_glyph_h_kerning (hb_font_t *font, argument
162 FT_Kerning_Mode mode = font->x_ppem ? FT_KERNING_DEFAULT : FT_KERNING_UNFITTED;
170 hb_ft_get_glyph_v_kerning (hb_font_t *font HB_UNUSE
411 hb_font_t *font; local
473 hb_ft_font_set_funcs(hb_font_t *font) argument
515 hb_ft_font_get_face(hb_font_t *font) argument
[all...]
/external/harfbuzz_ng/src/
H A Dhb-ot-font.cc31 #include "hb-font-private.hh"
53 _hb_ot_font_create (hb_font_t *font) argument
60 ot_font->num_glyphs = font->face->get_num_glyphs ();
63 hb_blob_t *hhea_blob = OT::Sanitizer<OT::hhea>::sanitize (font->face->reference_table (HB_OT_TAG_hhea));
68 ot_font->hmtx_blob = OT::Sanitizer<OT::hmtx>::sanitize (font->face->reference_table (HB_OT_TAG_hmtx));
78 ot_font->cmap_blob = OT::Sanitizer<OT::cmap>::sanitize (font->face->reference_table (HB_OT_TAG_cmap));
115 hb_ot_get_glyph (hb_font_t *font HB_UNUSED,
141 hb_ot_get_glyph_h_advance (hb_font_t *font HB_UNUSED,
154 return font->em_scale_x (ot_font->hmtx->longHorMetric[glyph].advanceWidth);
158 hb_ot_get_glyph_v_advance (hb_font_t *font HB_UNUSE
192 hb_ot_get_glyph_h_kerning(hb_font_t *font, void *font_data, hb_codepoint_t left_glyph, hb_codepoint_t right_glyph, void *user_data HB_UNUSED) argument
279 hb_ot_font_set_funcs(hb_font_t *font) argument
[all...]
H A Dhb-ft.cc32 #include "hb-font-private.hh"
56 * - In the future, we should add constructors to create fonts in font space?
63 hb_ft_get_glyph (hb_font_t *font HB_UNUSED,
85 hb_ft_get_glyph_h_advance (hb_font_t *font HB_UNUSED,
101 hb_ft_get_glyph_v_advance (hb_font_t *font HB_UNUSED,
119 hb_ft_get_glyph_h_origin (hb_font_t *font HB_UNUSED,
131 hb_ft_get_glyph_v_origin (hb_font_t *font HB_UNUSED,
153 hb_ft_get_glyph_h_kerning (hb_font_t *font, argument
162 FT_Kerning_Mode mode = font->x_ppem ? FT_KERNING_DEFAULT : FT_KERNING_UNFITTED;
170 hb_ft_get_glyph_v_kerning (hb_font_t *font HB_UNUSE
411 hb_font_t *font; local
473 hb_ft_font_set_funcs(hb_font_t *font) argument
515 hb_ft_font_get_face(hb_font_t *font) argument
[all...]
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/htmlfiles/
H A Dstyle.css8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
17 font-family: georgia, serif;
18 font-size: 1em;
22 font-size: 16px;
25 /* Set base font size to 12/16 */
27 font-size: .75em; /* 12/16 */
53 font
[all...]
/external/chromium_org/ui/gfx/
H A Dplatform_font_win.cc23 #include "ui/gfx/font.h"
30 // font is bold.
33 // Returns the minimum font size, using the minimum size callback, if set.
41 // Returns either minimum font allowed for a current locale or
50 // Make sure lf_height is not smaller than allowed min font size for current
66 void GetTextMetricsForFont(HDC hdc, HFONT font, TEXTMETRIC* text_metrics) { argument
67 base::win::ScopedSelectObject scoped_font(hdc, font);
108 Font font = DeriveFont(-1, style); local
109 int font_height = font.GetHeight();
110 int font_size = font
238 HFONT font = CreateFontIndirect(&metrics.lfMessageFont); local
247 CreateHFontRef(HFONT font) argument
259 CreateHFontRef( HFONT font, const TEXTMETRIC& font_metrics) argument
[all...]
/external/chromium-trace/trace-viewer/src/cc/
H A Dpicture_ops_list_view.css18 font-size: small;
19 font-weight: bold;
31 font-size: x-small;
32 font-weight: normal;
39 font-size: small;
40 font-weight: bold;

Completed in 4143 milliseconds

1234567891011>>