Searched defs:font (Results 1 - 25 of 391) 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/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/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/chromium_org/third_party/WebKit/Source/platform/fonts/
H A DGlyphBufferTest.cpp163 RefPtr<SimpleFontData> font = TestSimpleFontData::create(); local
166 glyphBuffer.add(42, font.get(), 10);
168 glyphBuffer.add(43, font.get(), FloatSize(15, 0));
170 glyphBuffer.add(44, font.get(), FloatSize(10, 5));
/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...]
H A Dfont_unittest.cc5 #include "ui/gfx/font.h"
25 void FreeIfNecessary(NativeFont font) { argument
27 pango_font_description_free(font);
123 << "Your test environment seems to be missing Arial font, which is "
124 << "needed for unittests. Check if Arial font is installed.\n"
130 << "Your test environment seems to be missing Symbol font, which is "
131 << "needed for unittests. Check if Symbol font is installed.\n"
145 // The minimum font size is set to 5 in browser_main.cc.
154 // The minimum font size is set to 5 in browser_main.cc.
/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_org/third_party/WebKit/Source/core/rendering/style/
H A DStyleInheritedData.h56 Font font; member in class:blink::StyleInheritedData
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DSVGTextLayoutEngineSpacing.cpp36 SVGTextLayoutEngineSpacing::SVGTextLayoutEngineSpacing(const Font& font, float effectiveZoom) argument
37 : m_font(font)
H A DSVGTextRunRenderingContext.h62 inline bool textRunNeedsRenderingContext(const Font& font) argument
66 ASSERT(font.primaryFont());
67 return font.primaryFont()->isSVGFont();
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGRemoteFontFaceSource.cpp20 SVGRemoteFontFaceSource::SVGRemoteFontFaceSource(const String& uri, FontResource* font, PassRefPtrWillBeRawPtr<FontLoader> fontLoader) argument
21 : RemoteFontFaceSource(font, fontLoader)
40 // Parse the external SVG document, and extract the <font> element.
55 // Select first <font-face> child
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-shape-normalize-private.hh49 hb_font_t *font);
56 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/icu/source/samples/layout/
H A DSurface.cpp5 void GDISurface::setFont(RenderingFontInstance *font) argument
7 GDIFontInstance *gFont = (GDIFontInstance *) font;
9 if (fCurrentFont != font) {
10 fCurrentFont = font;
15 void GDISurface::drawGlyphs(RenderingFontInstance *font, const LEGlyphID *glyphs, le_int32 count, const le_int32 *dx, argument
25 setFont(font);
H A Drsurface.cpp16 void rs_drawGlyphs(rs_surface *surface, const le_font *font, const LEGlyphID *glyphs, le_int32 count, argument
21 rs->drawGlyphs((const LEFontInstance *) font, glyphs, count, positions, x, y, width, height);
/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);
/external/chromium_org/third_party/sfntly/cpp/src/test/
H A Dcmap_editing_test.cc20 #include "sfntly/font.h"
58 Font* font = font_builder->Build(); local
59 CMapTablePtr cmap_table = down_cast<CMapTable*>(font->GetTable(Tag::cmap));
64 delete font;
75 FontPtr font = fonts[0]; local
76 CMapTablePtr cmap_table = down_cast<CMapTable*>(font->GetTable(Tag::cmap));
94 down_cast<CMapTable*>(font->GetTable(Tag::cmap));
H A Dhdmx_test.cc18 #include "sfntly/font.h"
36 FontPtr font = font_array[0]; local
39 down_cast<HorizontalDeviceMetricsTable*>(font->GetTable(Tag::hdmx));
/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

Completed in 363 milliseconds

1234567891011>>