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

1 2 3 4 5 6 7 8 91011>>

  /external/roboto-fonts/
Android.mk 21 # create symlink for given font
22 # $(1): new font $(2): link target
24 define create-font-symlink
35 # Build the rest of font files as prebuilt.
38 define build-one-font-module
56 $(eval $(call create-font-symlink,Roboto-Black.ttf,Roboto-Bold.ttf))
57 $(eval $(call create-font-symlink,Roboto-BlackItalic.ttf,Roboto-BoldItalic.ttf))
58 $(eval $(call create-font-symlink,Roboto-Light.ttf,Roboto-Regular.ttf))
59 $(eval $(call create-font-symlink,Roboto-LightItalic.ttf,Roboto-Italic.ttf))
60 $(eval $(call create-font-symlink,Roboto-Medium.ttf,Roboto-Regular.ttf)
    [all...]
  /external/freetype/src/cff/
cffload.h 36 cff_index_get_string( CFF_Font font,
40 cff_index_get_sid_string( CFF_Font font,
55 cff_index_get_name( CFF_Font font,
68 CFF_Font font,
74 cff_font_done( CFF_Font font ); variable
78 cff_load_private_dict( CFF_Font font,
  /bootable/recovery/minui/
font_10x18.h 7 } font = { variable in typeref:struct:__anon1514
  /external/noto-fonts/
Android.mk 25 define build-one-font-module
46 $(foreach f, $(font_src_files), $(call build-one-font-module, $(f)))
61 $(foreach f, $(font_src_files), $(call build-one-font-module, $(f)))
67 # Now "build" the Noto Color Emoji font, which is in its own directory. It is
76 $(foreach f, $(font_src_files), $(call build-one-font-module, $(f)))
310 $(foreach f, $(font_src_files), $(call build-one-font-module, $(f)))
325 $(foreach f, $(font_src_files), $(call build-one-font-module, $(f)))
330 build-one-font-module :=
  /external/sfntly/cpp/src/sample/subtly/
merger_main.cc 23 #include "sfntly/font.h"
36 void CheckLoading(const char* font_path, Font* font) {
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);
    [all...]
debug_main.cc 23 #include "sfntly/font.h"
45 FontPtr font; local
46 font.Attach(subtly::LoadFont(input_font_path));
48 int32_t original_size = TotalFontSize(font);
49 Ptr<Subsetter> subsetter = new Subsetter(font, NULL);
50 Ptr<Font> new_font;
58 subtly::PrintComparison(stdout, font, new_font);
  /external/skqp/tools/
sk_tool_utils_font.cpp 57 sk_sp<SkTestFont> font; local
61 font = fontData->fCachedFont;
63 font = sk_make_sp<SkTestFont>(*fontData);
64 fontData->fCachedFont = font;
67 return sk_make_sp<SkTestTypeface>(std::move(font), style);
  /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/protobuf/editors/
protobuf-mode.el 158 (defconst protobuf-font-lock-keywords-1 (c-lang-const c-matchers-1 protobuf)
161 (defconst protobuf-font-lock-keywords-2 (c-lang-const c-matchers-2 protobuf)
164 (defconst protobuf-font-lock-keywords-3 (c-lang-const c-matchers-3 protobuf)
167 (defvar protobuf-font-lock-keywords protobuf-font-lock-keywords-3
  /frameworks/minikin/tests/unittest/
MeasuredTextTest.cpp 33 auto font = buildFontCollection("Ascii.ttf"); local
37 MinikinPaint paint1(font);
41 MinikinPaint paint2(font);
  /libcore/luni/src/test/java/libcore/java/awt/font/
TextAttributeTest.java 17 package libcore.java.awt.font;
19 import java.awt.font.TextAttribute;
25 assertEquals("java.awt.font.TextAttribute(kerning)",
27 assertEquals("java.awt.font.TextAttribute(ligatures)",
29 assertEquals("java.awt.font.TextAttribute(tracking)",
  /frameworks/base/data/fonts/
Android.mk 21 # create symlink for given font
22 # $(1): new font $(2): link target
24 define create-font-symlink
38 $(eval $(call create-font-symlink,DroidSans.ttf,Roboto-Regular.ttf))
39 $(eval $(call create-font-symlink,DroidSans-Bold.ttf,Roboto-Bold.ttf))
40 $(eval $(call create-font-symlink,DroidSerif-Regular.ttf,NotoSerif-Regular.ttf))
41 $(eval $(call create-font-symlink,DroidSerif-Bold.ttf,NotoSerif-Bold.ttf))
42 $(eval $(call create-font-symlink,DroidSerif-Italic.ttf,NotoSerif-Italic.ttf))
43 $(eval $(call create-font-symlink,DroidSerif-BoldItalic.ttf,NotoSerif-BoldItalic.ttf))
62 # Build the rest of font files as prebuilt
    [all...]
  /build/make/core/
sdk_font.mk 10 # The script that renames the font.
20 # The font configuration files - system_fonts.xml, fallback_fonts.xml etc.
33 # Macro to rename the font.
37 # TODO: If the font file is a symlink, reuse the font renamed from the symlink
49 # $1 Output font name
50 # $2 Source font path
51 define sdk-extra-font-rule
63 $(eval $(call sdk-extra-font-rule,NanumGothic.ttf,external/naver-fonts/NanumGothic.ttf))
64 $(eval $(call sdk-extra-font-rule,DroidSansFallback.ttf,frameworks/base/data/fonts/DroidSansFallbackFull.ttf)
    [all...]
  /cts/tests/tests/provider/src/android/provider/cts/
FontsContractTest.java 56 private static final String AUTHORITY = "android.provider.fonts.cts.font";
194 FontInfo font = fonts[0]; local
195 assertNotNull(font.getUri());
196 assertEquals(Columns.RESULT_CODE_OK, font.getResultCode());
211 for (FontInfo font: fonts) {
212 assertNotNull(font.getUri());
213 assertEquals(Columns.RESULT_CODE_OK, font.getResultCode());
229 FontInfo font = fonts[0]; local
230 assertNotNull(font.getUri());
231 assertEquals(400, font.getWeight())
259 FontInfo font = fonts[0]; local
275 FontInfo font = fonts[0]; local
291 FontInfo font = fonts[0]; local
307 FontInfo font = fonts[0]; local
325 FontInfo font = fonts[0]; local
    [all...]
  /developers/samples/android/ui/text/TextStyling-Java/app/src/main/java/com/android/example/text/styling/renderer/spans/
FontSpan.java 31 private final Typeface font; field in class:FontSpan
33 public FontSpan(@Nullable final Typeface font) {
34 this.font = font;
54 Typeface font = Typeface.create(this.font, oldStyle); local
55 textPaint.setTypeface(font);
  /external/ImageMagick/Magick++/demo/
demo.cpp 34 // Common font to use.
35 string font = "Helvetica"; local
88 example.font( font );
469 for_each( images.begin(), images.end(), fontImage( font ) );
479 montageOpts.font( font );
  /external/fonttools/Lib/fontTools/pens/
reportLabPen.py 38 print("Usage: reportLabPen.py <OTF/TTF font> <glyphname> [<image file to create>]")
54 font = TTFont(path) # it would work just as well with fontTools.t1Lib.T1Font variable
55 gs = font.getGlyphSet()
  /external/harfbuzz_ng/src/
hb-ot-shape-normalize-private.hh 49 hb_font_t *font);
56 hb_font_t *font; member in struct:hb_ot_shape_normalize_context_t
test-would-substitute.cc 51 fprintf (stderr, "usage: %s font-file lookup-index first-glyph [second-glyph]\n", argv[0]);
92 hb_font_t *font = hb_font_create (face); local
94 hb_ft_font_set_funcs (font);
99 if (!hb_font_glyph_from_string (font, argv[3], -1, &glyphs[0]) ||
101 !hb_font_glyph_from_string (font, argv[4], -1, &glyphs[1])))
  /external/harfbuzz_ng/test/fuzzing/
hb-fuzzer.cc 11 hb_font_t *font = hb_font_create(face); local
12 hb_ot_font_set_funcs(font);
13 hb_font_set_scale(font, 12, 12);
20 hb_shape(font, buffer, NULL, 0);
30 hb_shape(font, buffer, NULL, 0);
41 hb_font_get_glyph_extents (font, info.codepoint, &extents);
48 hb_font_destroy(font);
  /external/harfbuzz_ng/util/
hb-fc.cc 33 hb_fc_get_glyph (hb_font_t *font /*HB_UNUSED*/,
46 * 1. If the font maps the variation_selector, assume it's
48 * 2. If the font doesn't map it, still say it's supported,
102 hb_font_t *font; local
111 font = hb_font_create (face);
113 hb_font_set_funcs (font,
118 return font;
122 hb_fc_can_render (hb_font_t *font, const char *text)
135 if (!hb_shape_full (font, buffer, nullptr, 0, ot))
hb-ot-shape-closure.cc 27 #include "main-font-text.hh"
60 font = hb_font_reference (font_opts->get_font ());
70 shaper.shape_closure (text, text_len, font, buffer, glyphs);
86 hb_font_glyph_to_string (font, i, glyph_name, sizeof (glyph_name));
95 hb_font_destroy (font);
96 font = nullptr;
110 hb_font_t *font; member in struct:shape_closure_consumer_t
shape-consumer.hh 41 font (nullptr),
47 font = hb_font_reference (font_opts->get_font ());
67 if (!shaper.shape (font, buffer, &error))
83 hb_font_destroy (font);
84 font = nullptr;
96 hb_font_t *font; member in struct:shape_consumer_t
  /external/libvncserver/examples/
fontsel.c 40 rfbFontDataPtr font; local
58 font=rfbLoadConsoleFont(DEFAULTFONT);
59 if(!font) {
67 i = rfbSelectBox(s,font,fontlist,10,20,200,300,0xffdfdf,0x602040,2,showFont);
70 rfbFreeFont(font);

Completed in 628 milliseconds

1 2 3 4 5 6 7 8 91011>>