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

1234567891011>>

/external/chromium_org/extensions/renderer/resources/
H A Dextension_fonts.css10 font-family: $FONTFAMILY;
11 font-size: $FONTSIZE;
/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/brotli/src/woff2/
H A Dnormalize.h15 // Functions for normalizing fonts. Since the WOFF 2.0 decoder creates font
17 // lossless (in a bitwise sense) only for normalized font files.
29 bool NormalizeOffsets(Font* font);
33 bool FixChecksums(Font* font);
35 // Parses each of the glyphs in the font and writes them again to the glyf
38 bool NormalizeGlyphs(Font* font);
41 bool NormalizeFont(Font* font);
H A Dtransform.h20 #include "./font.h"
24 // Adds the transformed versions of the glyf and loca tables to the font. The
27 bool TransformGlyfAndLocaTables(Font* font);
/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/third_party/harfbuzz-ng/src/
H A Dhb-uniscribe.h38 hb_uniscribe_font_get_logfontw (hb_font_t *font);
41 hb_uniscribe_font_get_hfont (hb_font_t *font);
H A Dhb-ot-font.h36 hb_ot_font_set_funcs (hb_font_t *font);
H A Dhb-font.cc33 #include "hb-font-private.hh"
48 hb_font_get_glyph_nil (hb_font_t *font, argument
55 if (font->parent)
56 return font->parent->get_glyph (unicode, variation_selector, glyph);
63 hb_font_get_glyph_h_advance_nil (hb_font_t *font, argument
68 if (font->parent)
69 return font->parent_scale_x_distance (font->parent->get_glyph_h_advance (glyph));
71 return font->x_scale;
75 hb_font_get_glyph_v_advance_nil (hb_font_t *font, argument
87 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
106 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
125 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
138 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
151 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
171 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
191 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
205 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
431 hb_font_get_glyph(hb_font_t *font, hb_codepoint_t unicode, hb_codepoint_t variation_selector, hb_codepoint_t *glyph) argument
450 hb_font_get_glyph_h_advance(hb_font_t *font, hb_codepoint_t glyph) argument
468 hb_font_get_glyph_v_advance(hb_font_t *font, hb_codepoint_t glyph) argument
488 hb_font_get_glyph_h_origin(hb_font_t *font, hb_codepoint_t glyph, hb_position_t *x, hb_position_t *y) argument
509 hb_font_get_glyph_v_origin(hb_font_t *font, hb_codepoint_t glyph, hb_position_t *x, hb_position_t *y) argument
529 hb_font_get_glyph_h_kerning(hb_font_t *font, hb_codepoint_t left_glyph, hb_codepoint_t right_glyph) argument
548 hb_font_get_glyph_v_kerning(hb_font_t *font, hb_codepoint_t top_glyph, hb_codepoint_t bottom_glyph) argument
567 hb_font_get_glyph_extents(hb_font_t *font, hb_codepoint_t glyph, hb_glyph_extents_t *extents) argument
589 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
610 hb_font_get_glyph_name(hb_font_t *font, hb_codepoint_t glyph, char *name, unsigned int size) argument
631 hb_font_get_glyph_from_name(hb_font_t *font, const char *name, int len, hb_codepoint_t *glyph) argument
654 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
675 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
696 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
717 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
739 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
761 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
785 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
806 hb_font_glyph_to_string(hb_font_t *font, hb_codepoint_t glyph, char *s, unsigned int size) argument
828 hb_font_glyph_from_string(hb_font_t *font, const char *s, int len, hb_codepoint_t *glyph) argument
853 hb_font_t *font; local
952 hb_font_reference(hb_font_t *font) argument
966 hb_font_destroy(hb_font_t *font) argument
999 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
1020 hb_font_get_user_data(hb_font_t *font, hb_user_data_key_t *key) argument
1035 hb_font_make_immutable(hb_font_t *font) argument
1054 hb_font_is_immutable(hb_font_t *font) argument
1070 hb_font_get_parent(hb_font_t *font) argument
1086 hb_font_get_face(hb_font_t *font) argument
1104 hb_font_set_funcs(hb_font_t *font, hb_font_funcs_t *klass, void *font_data, hb_destroy_func_t destroy) argument
1139 hb_font_set_funcs_data(hb_font_t *font, void *font_data, hb_destroy_func_t destroy) argument
1169 hb_font_set_scale(hb_font_t *font, int x_scale, int y_scale) argument
1191 hb_font_get_scale(hb_font_t *font, int *x_scale, int *y_scale) argument
1210 hb_font_set_ppem(hb_font_t *font, unsigned int x_ppem, unsigned int y_ppem) argument
1232 hb_font_get_ppem(hb_font_t *font, unsigned int *x_ppem, unsigned int *y_ppem) argument
[all...]
/external/harfbuzz_ng/src/
H A Dhb-uniscribe.h38 hb_uniscribe_font_get_logfontw (hb_font_t *font);
41 hb_uniscribe_font_get_hfont (hb_font_t *font);
H A Dhb-ot-font.h36 hb_ot_font_set_funcs (hb_font_t *font);
H A Dhb-font.cc33 #include "hb-font-private.hh"
48 hb_font_get_glyph_nil (hb_font_t *font, argument
55 if (font->parent)
56 return font->parent->get_glyph (unicode, variation_selector, glyph);
63 hb_font_get_glyph_h_advance_nil (hb_font_t *font, argument
68 if (font->parent)
69 return font->parent_scale_x_distance (font->parent->get_glyph_h_advance (glyph));
71 return font->x_scale;
75 hb_font_get_glyph_v_advance_nil (hb_font_t *font, argument
87 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
106 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
125 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
138 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
151 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
171 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
191 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
205 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
431 hb_font_get_glyph(hb_font_t *font, hb_codepoint_t unicode, hb_codepoint_t variation_selector, hb_codepoint_t *glyph) argument
450 hb_font_get_glyph_h_advance(hb_font_t *font, hb_codepoint_t glyph) argument
468 hb_font_get_glyph_v_advance(hb_font_t *font, hb_codepoint_t glyph) argument
488 hb_font_get_glyph_h_origin(hb_font_t *font, hb_codepoint_t glyph, hb_position_t *x, hb_position_t *y) argument
509 hb_font_get_glyph_v_origin(hb_font_t *font, hb_codepoint_t glyph, hb_position_t *x, hb_position_t *y) argument
529 hb_font_get_glyph_h_kerning(hb_font_t *font, hb_codepoint_t left_glyph, hb_codepoint_t right_glyph) argument
548 hb_font_get_glyph_v_kerning(hb_font_t *font, hb_codepoint_t top_glyph, hb_codepoint_t bottom_glyph) argument
567 hb_font_get_glyph_extents(hb_font_t *font, hb_codepoint_t glyph, hb_glyph_extents_t *extents) argument
589 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
610 hb_font_get_glyph_name(hb_font_t *font, hb_codepoint_t glyph, char *name, unsigned int size) argument
631 hb_font_get_glyph_from_name(hb_font_t *font, const char *name, int len, hb_codepoint_t *glyph) argument
654 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
675 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
696 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
717 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
739 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
761 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
785 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
806 hb_font_glyph_to_string(hb_font_t *font, hb_codepoint_t glyph, char *s, unsigned int size) argument
828 hb_font_glyph_from_string(hb_font_t *font, const char *s, int len, hb_codepoint_t *glyph) argument
853 hb_font_t *font; local
952 hb_font_reference(hb_font_t *font) argument
966 hb_font_destroy(hb_font_t *font) argument
999 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
1020 hb_font_get_user_data(hb_font_t *font, hb_user_data_key_t *key) argument
1035 hb_font_make_immutable(hb_font_t *font) argument
1054 hb_font_is_immutable(hb_font_t *font) argument
1070 hb_font_get_parent(hb_font_t *font) argument
1086 hb_font_get_face(hb_font_t *font) argument
1104 hb_font_set_funcs(hb_font_t *font, hb_font_funcs_t *klass, void *font_data, hb_destroy_func_t destroy) argument
1139 hb_font_set_funcs_data(hb_font_t *font, void *font_data, hb_destroy_func_t destroy) argument
1169 hb_font_set_scale(hb_font_t *font, int x_scale, int y_scale) argument
1191 hb_font_get_scale(hb_font_t *font, int *x_scale, int *y_scale) argument
1210 hb_font_set_ppem(hb_font_t *font, unsigned int x_ppem, unsigned int y_ppem) argument
1232 hb_font_get_ppem(hb_font_t *font, unsigned int *x_ppem, unsigned int *y_ppem) argument
[all...]
/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/freetype/src/cff/
H A Dcf2font.c5 /* Adobe's code for font instances (body). */
106 /* space (font units). */
230 cf2_font_setup( CF2_Font font, argument
233 /* pointer to parsed font object */
234 CFF_Decoder* decoder = font->decoder;
239 CF2_Fixed boldenX = font->syntheticEmboldeningAmountX;
240 CF2_Fixed boldenY = font->syntheticEmboldeningAmountY;
247 font->error = FT_Err_Ok;
252 if ( font->lastSubfont != subFont )
254 font
[all...]
/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/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/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/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;
161 (FT_Bool)( font->lastSubfont != cf2_getSubfont( decoder ) );
164 /* note: because of CID font matrix concatenation, ppem and transform */
167 if ( font
[all...]
/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/chromium_org/third_party/icu/source/test/perf/leperf/
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);

Completed in 8263 milliseconds

1234567891011>>