HomeSort by relevance Sort by last modified time
    Searched refs:font (Results 1 - 25 of 965) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/tests/yui/
dataurl-noquote-multiline-font.css 8 font-family:"Foo Bar",Helvetica,Arial;
14 font-family:Helvetica,Arial;
23 @font-face {
24 font-family: "Foo Bar";
26 data:font/truetype;base64,gRbIUFAIrsQNGditEWbAUKwAA) format("truetype"),
28 font-weight: normal;
29 font-style: normal;
dataurl-dbquote-font.css 8 font-family:"Foo Bar",Helvetica,Arial;
14 font-family:Helvetica,Arial;
23 @font-face {
24 font-family: "Foo Bar";
25 src: url("data:font/truetype;base64,gRbIUFAIrsQNGditEWbAUKwAA") format("truetype"),
27 font-weight: normal;
28 font-style: normal;
dataurl-singlequote-font.css 8 font-family:"Foo Bar",Helvetica,Arial;
14 font-family:Helvetica,Arial;
23 @font-face {
24 font-family: "Foo Bar";
25 src: url('data:font/truetype;base64,gRbIUFAIrsQNGditEWbAUKwAA') format("truetype"),
27 font-weight: normal;
28 font-style: normal;
  /external/avahi/man/
xmltoman.css 21 h1 { text-transform:uppercase; font-size: 18pt; }
23 .cmd { font-family:monospace; }
24 .file { font-family:monospace; }
25 .arg { text-transform:uppercase; font-family:monospace; font-style: italic; }
26 .opt { font-family:monospace; font-weight: bold; }
27 .manref { font-family:monospace; }
  /external/clang/www/demo/
syntax.css 3 .llvm_type { font-style: oblique; color: green }
4 .llvm_keyword { font-weight: bold; color: blue }
  /external/freetype/src/cff/
cf2font.c 5 /* Adobe's code for font instances (body). */
109 /* space (font units). */
138 /* `stemWidthPer1000' will not overflow for a legitimate font */
241 cf2_font_setup( CF2_Font font,
244 /* pointer to parsed font object */
245 CFF_Decoder* decoder = font->decoder;
250 CF2_Fixed boldenX = font->syntheticEmboldeningAmountX;
251 CF2_Fixed boldenY = font->syntheticEmboldeningAmountY;
258 font->error = FT_Err_Ok;
263 if ( font->lastSubfont != subFont
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/cff/
cf2font.c 5 /* Adobe's code for font instances (body). */
109 /* space (font units). */
138 /* `stemWidthPer1000' will not overflow for a legitimate font */
241 cf2_font_setup( CF2_Font font,
244 /* pointer to parsed font object */
245 CFF_Decoder* decoder = font->decoder;
250 CF2_Fixed boldenX = font->syntheticEmboldeningAmountX;
251 CF2_Fixed boldenY = font->syntheticEmboldeningAmountY;
258 font->error = FT_Err_Ok;
263 if ( font->lastSubfont != subFont
    [all...]
  /external/mesa3d/docs/
mesa.css 4 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/pdfium/third_party/freetype/src/cff/
cf2font.c 5 /* Adobe's code for font instances (body). */
109 /* space (font units). */
138 /* `stemWidthPer1000' will not overflow for a legitimate font */
241 cf2_font_setup( CF2_Font font,
244 /* pointer to parsed font object */
245 CFF_Decoder* decoder = font->decoder;
250 CF2_Fixed boldenX = font->syntheticEmboldeningAmountX;
251 CF2_Fixed boldenY = font->syntheticEmboldeningAmountY;
258 font->error = FT_Err_Ok;
263 if ( font->lastSubfont != subFont
    [all...]
  /external/sfntly/cpp/src/sample/subtly/
stats.h 25 class Font;
31 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);
    [all...]
  /external/proguard/src/proguard/gui/splash/
FontSprite.java 26 * 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,
44 this.font = font;
53 // Save the old font.
54 Font oldFont = graphics.getFont()
    [all...]
VariableSizeFont.java 32 private final Font font; field in class:VariableSizeFont
36 private Font cachedFont;
41 * @param font the base font.
42 * @param size the variable size of the font.
44 public VariableSizeFont(Font font, VariableDouble size)
46 this.font = font;
    [all...]
  /external/icu/icu4c/source/test/letest/
cfonts.h 22 void le_fontClose(le_font *font);
24 const char *le_getNameString(le_font *font, le_uint16 nameID, le_uint16 platform, le_uint16 encoding, le_uint16 language);
26 const LEUnicode16 *le_getUnicodeNameString(le_font *font, le_uint16 nameID, le_uint16 platform, le_uint16 encoding, le_uint16 language);
28 void le_deleteNameString(le_font *font, const char *name);
30 void le_deleteUnicodeNameString(le_font *font, const LEUnicode16 *name);
32 le_uint32 le_getFontChecksum(le_font *font);
  /external/icu/icu4c/source/test/perf/leperf/
cfonts.h 20 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/harfbuzz_ng/src/
hb-uniscribe.h 38 hb_uniscribe_font_get_logfontw (hb_font_t *font);
41 hb_uniscribe_font_get_hfont (hb_font_t *font);
hb-ot-font.h 40 hb_ot_font_set_funcs (hb_font_t *font);
hb-ot-shape-fallback-private.hh 36 hb_font_t *font,
40 hb_font_t *font,
45 hb_font_t *font,
49 hb_font_t *font,
hb-font.cc 33 #include "hb-font-private.hh"
48 hb_font_get_font_h_extents_nil (hb_font_t *font,
57 hb_font_get_font_h_extents_parent (hb_font_t *font,
62 hb_bool_t ret = font->parent->get_font_h_extents (metrics);
64 metrics->ascender = font->parent_scale_y_distance (metrics->ascender);
65 metrics->descender = font->parent_scale_y_distance (metrics->descender);
66 metrics->line_gap = font->parent_scale_y_distance (metrics->line_gap);
72 hb_font_get_font_v_extents_nil (hb_font_t *font,
81 hb_font_get_font_v_extents_parent (hb_font_t *font,
86 hb_bool_t ret = font->parent->get_font_v_extents (metrics)
1124 hb_font_t *font; local
1157 hb_font_t *font = hb_font_create (parent->face); local
    [all...]
  /external/harfbuzz_ng/util/
hb-fc.h 38 hb_fc_font_create (FcPattern *font);
41 hb_fc_can_render (hb_font_t *font, const char *text);
  /external/dexmaker/javadoc/
stylesheet.css 9 h1 { font-size: 145% }
16 /* Font used in left-hand frame lists */
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;
    [all...]
  /external/jsr305/javadoc/
stylesheet.css 9 h1 { font-size: 145% }
16 /* Font used in left-hand frame lists */
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;
    [all...]
  /external/jsr330/javadoc/
stylesheet.css 9 h1 { font-size: 145% }
16 /* Font used in left-hand frame lists */
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;
    [all...]
  /external/owasp/sanitizer/distrib/javadoc/
stylesheet.css 9 h1 { font-size: 145% }
16 /* Font used in left-hand frame lists */
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;
    [all...]
  /external/fio/
cairo_text_helpers.h 4 void draw_centered_text(cairo_t *cr, const char *font, double x, double y,
7 void draw_right_justified_text(cairo_t *cr, const char *font,
11 void draw_left_justified_text(cairo_t *cr, const char *font,
15 void draw_vertical_centered_text(cairo_t *cr, const char *font, double x,
  /external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/ref/
ref.css 6 /* Century Schoolbook font is very similar to Computer Modern Math: cmmi */
7 .math { font-family: "Century Schoolbook", serif; }
8 .math i { font-family: "Century Schoolbook", serif;
9 font-weight: bold }
10 .boldmath { font-family: "Century Schoolbook", serif;
11 font-weight: bold }
20 small.xtiny { font-size : xx-small; }
21 small.tiny { font-size : x-small; }
22 small.scriptsize { font-size : smaller; }
23 small.footnotesize { font-size : small;
    [all...]

Completed in 1708 milliseconds

1 2 3 4 5 6 7 8 91011>>