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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium-trace/trace-viewer/tracing/third_party/tvcm/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/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 36 hb_ot_font_set_funcs (hb_font_t *font);
hb-font.cc 33 #include "hb-font-private.hh"
48 hb_font_get_glyph_nil (hb_font_t *font,
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,
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,
853 hb_font_t *font; local
    [all...]
hb-ot-shape-fallback-private.hh 36 hb_font_t *font,
40 hb_font_t *font,
45 hb_font_t *font,
  /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/jmonkeyengine/engine/src/core/com/jme3/font/
LineWrapMode.java 1 package com.jme3.font;
  /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/clang/docs/tools/
manpage.css 5 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-size: xx-small
    [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);
cfonts.cpp 29 void le_fontClose(le_font *font)
31 LEFontInstance *fontInstance = (LEFontInstance *) font;
36 const char *le_getNameString(le_font *font, le_uint16 nameID, le_uint16 platform, le_uint16 encoding, le_uint16 language)
38 PortableFontInstance *pfi = (PortableFontInstance *) font;
43 const LEUnicode16 *le_getUnicodeNameString(le_font *font, le_uint16 nameID, le_uint16 platform, le_uint16 encoding, le_uint16 language)
45 PortableFontInstance *pfi = (PortableFontInstance *) font;
50 void le_deleteNameString(le_font *font, const char *name)
52 PortableFontInstance *pfi = (PortableFontInstance *) font;
57 void le_deleteUnicodeNameString(le_font *font, const LEUnicode16 *name)
59 PortableFontInstance *pfi = (PortableFontInstance *) font;
    [all...]
  /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);
cfonts.cpp 27 void le_fontClose(le_font *font)
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)
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)
43 PortableFontInstance *pfi = (PortableFontInstance *) font;
48 void le_deleteNameString(le_font *font, const char *name)
50 PortableFontInstance *pfi = (PortableFontInstance *) font;
55 void le_deleteUnicodeNameString(le_font *font, const LEUnicode16 *name)
57 PortableFontInstance *pfi = (PortableFontInstance *) font;
    [all...]
  /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/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/mesa3d/src/gallium/state_trackers/vega/
text.h 38 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);

Completed in 719 milliseconds

1 2 3 4 5 6 7 8 91011>>