Searched defs:font (Results 1 - 25 of 398) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/freetype/src/cff/
H A Dcffload.h34 cff_index_get_string( CFF_Font font,
38 cff_index_get_sid_string( CFF_Font font,
53 cff_index_get_name( CFF_Font font,
66 CFF_Font font,
70 cff_font_done( CFF_Font font ); variable
/external/freetype/src/cff/
H A Dcffload.h34 cff_index_get_string( CFF_Font font,
38 cff_index_get_sid_string( CFF_Font font,
53 cff_index_get_name( CFF_Font font,
66 CFF_Font font,
70 cff_font_done( CFF_Font font ); variable
/external/jmonkeyengine/engine/src/core/com/jme3/font/
H A DLineWrapMode.java1 package com.jme3.font;
H A DRectangle.java33 package com.jme3.font;
H A DBitmapTextPage.java32 package com.jme3.font;
60 BitmapTextPage(BitmapFont font, boolean arrayBased, int page) { argument
63 if (font == null) {
64 throw new NullPointerException("'font' cannot be null.");
69 Material mat = font.getPage(page);
71 throw new IllegalStateException("The font's texture was not found!");
102 BitmapTextPage(BitmapFont font, boolean arrayBased) { argument
103 this(font, arrayBased, 0);
106 BitmapTextPage(BitmapFont font) { argument
107 this(font, fals
[all...]
/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/ui/views/controls/table/
H A Dtable_utils_unittest.cc9 #include "ui/gfx/font.h"
43 gfx::Font font; local
45 CalculateTableColumnSizes(100, 0, font, font, 0, 0, columns, &model));
49 result = CalculateTableColumnSizes(100, 0, font, font, 2, 0, columns, &model);
53 result = CalculateTableColumnSizes(10, 0, font, font, 2, 0, columns, &model);
64 gfx::Font font; local
66 CalculateTableColumnSizes(500, 0, font, fon
80 gfx::Font font; local
[all...]
/external/icu4c/layout/
H A DKernTable.h35 const LEFontInstance* font; member in class:KernTable
41 KernTable(const LEFontInstance* font, const void* tableData);
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/font/plugins/
H A DBitmapFontLoader.java33 package com.jme3.font.plugins;
36 import com.jme3.font.BitmapCharacter;
37 import com.jme3.font.BitmapCharacterSet;
38 import com.jme3.font.BitmapFont;
56 BitmapFont font = new BitmapFont();
61 font.setCharSet(charSet);
87 font.setPages(matPages);
165 return font;
172 BitmapFont font = load(info.getManager(), info.getKey().getFolder(), in);
173 return font;
[all...]
/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/protobuf/editors/
H A Dprotobuf-mode.el158 (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
/external/chromium/chrome/browser/chromeos/panels/
H A Dpanel_scroller_header.cc11 #include "ui/gfx/font.h"
48 gfx::Font font = local
51 canvas->DrawStringInt(title_, font, 0xFF000000, 3, font_top,
/external/chromium/chrome/browser/ui/views/location_bar/
H A Dselected_keyword_view.cc29 void SelectedKeywordView::SetFont(const gfx::Font& font) { argument
30 IconLabelBubbleView::SetFont(font);
31 full_label_.SetFont(font);
32 partial_label_.SetFont(font);
/external/chromium_org/content/shell/app/
H A Dwebkit_test_platform_support_linux.cc22 const char* font = path1; local
23 if (access(font, R_OK) < 0) {
24 font = path2;
25 if (access(font, R_OK) < 0) {
34 fontcfg, reinterpret_cast<const FcChar8*>(font))) {
35 std::cerr << "Failed to load font " << font << "\n"; local
71 // The DejaVuSans font is used by the css2.1 tests.
103 std::cerr << "Failed to load font " << kFonts[i] << "\n";
126 std::cerr << "Failed to load font " << ahem_fon
[all...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DStyleInheritedData.h56 Font font; member in class:WebCore::StyleInheritedData
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DSVGTextRunRenderingContext.h68 inline bool textRunNeedsRenderingContext(const Font& font) argument
72 ASSERT(font.primaryFont());
73 return font.primaryFont()->isSVGFont();
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-fallback-shape.cc50 * shaper font data
56 _hb_fallback_shaper_font_data_create (hb_font_t *font HB_UNUSED)
93 hb_font_t *font,
99 font->get_glyph (' ', 0, &space);
113 font->get_glyph (buffer->info[i].codepoint, 0, &buffer->info[i].codepoint);
114 font->get_glyph_advance_for_direction (buffer->info[i].codepoint,
118 font->subtract_glyph_origin_for_direction (buffer->info[i].codepoint,
92 _hb_fallback_shape(hb_shape_plan_t *shape_plan HB_UNUSED, hb_font_t *font, hb_buffer_t *buffer, const hb_feature_t *features HB_UNUSED, unsigned int num_features HB_UNUSED) argument
H A Dhb-ot-shape-normalize-private.hh32 #include "hb-font.h"
50 hb_font_t *font);
57 hb_font_t *font; member in struct:hb_ot_shape_normalize_context_t
H A Dtest-would-substitute.cc53 fprintf (stderr, "usage: %s font-file lookup-index first-glyph [second-glyph]\n", argv[0]);
94 hb_font_t *font = hb_font_create (face); local
96 hb_ft_font_set_funcs (font);
101 if (!hb_font_glyph_from_string (font, argv[3], -1, &glyphs[0]) ||
103 !hb_font_glyph_from_string (font, argv[4], -1, &glyphs[1])))
/external/chromium_org/third_party/sfntly/cpp/src/sample/subtly/
H A Ddebug_main.cc23 #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);
58 subtly::PrintComparison(stdout, font, new_font);
H A Dmerger_main.cc23 #include "sfntly/font.h"
36 void CheckLoading(const char* font_path, Font* font) { argument
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);
54 fonts.push_back(font);
61 fprintf(stderr, "Serializing font t
[all...]
H A Dsubsetter.cc21 #include "sfntly/font.h"
35 Subsetter::Subsetter(Font* font, CharacterPredicate* predicate) argument
36 : font_(font),
54 "Couldn't create font info. No subset will be generated.\n");
H A Dsubsetter_main.cc23 #include "sfntly/font.h"
45 FontPtr font; local
46 font.Attach(subtly::LoadFont(input_font_path));
47 if (font->num_tables() == 0) {
48 fprintf(stderr, "Could not load font %s.\n", input_font_path);
62 int32_t original_size = TotalFontSize(font);
67 Ptr<Subsetter> subsetter = new Subsetter(font, range_predicate);
76 subtly::PrintComparison(stdout, font, new_font);
H A Dutils.cc21 #include "sfntly/font.h"
61 bool SerializeFont(const char* font_path, Font* font) { argument
66 return SerializeFont(font_path, font_factory, font);
69 bool SerializeFont(const char* font_path, FontFactory* factory, Font* font) { argument
70 if (!font_path || !factory || !font)
72 // Serializing the font to a stream.
74 factory->SerializeFont(font, &output_stream);

Completed in 2641 milliseconds

1234567891011>>