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

123456789

/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/webkit/Source/WebCore/platform/android/
H A DFileChooserAndroid.cpp35 String FileChooser::basenameForWidth(const Font& font, int width) const argument
41 return StringTruncator::centerTruncate(output, static_cast<float>(width), font);
/external/webkit/Source/WebCore/platform/brew/
H A DFileChooserBrew.cpp37 String FileChooser::basenameForWidth(const Font& font, int width) const argument
48 return StringTruncator::rightTruncate(String::number(m_filenames.size()) + " files", width, font, false);
50 return StringTruncator::centerTruncate(string, width, font, false);
/external/webkit/Source/WebCore/platform/chromium/
H A DFileChooserChromium.cpp36 String FileChooser::basenameForWidth(const Font& font, int width) const argument
47 return StringTruncator::rightTruncate(multipleFileUploadText(m_filenames.size()), width, font);
49 return StringTruncator::centerTruncate(string, static_cast<float>(width), font);
/external/webkit/Source/WebCore/platform/efl/
H A DFileChooserEfl.cpp38 String FileChooser::basenameForWidth(const Font& font, int width) const argument
49 return StringTruncator::rightTruncate(multipleFileUploadText(m_filenames.size()), width, font);
51 return StringTruncator::centerTruncate(string, static_cast<float>(width), font);
/external/webkit/Source/WebCore/platform/win/
H A DFileChooserWin.cpp35 String FileChooser::basenameForWidth(const Font& font, int width) const argument
46 return StringTruncator::rightTruncate(String::number(m_filenames.size()) + " files", width, font);
48 return StringTruncator::centerTruncate(string, width, font);
/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...]
H A DColorTags.java1 package com.jme3.font;
H A DKerning.java33 package com.jme3.font;
/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/webkit/Source/WebCore/platform/gtk/
H A DFileChooserGtk.cpp51 String FileChooser::basenameForWidth(const Font& font, int width) const argument
63 return StringTruncator::rightTruncate(multipleFileUploadText(m_filenames.size()), width, font);
65 return StringTruncator::centerTruncate(string, width, font);
/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/harfbuzz/src/
H A Dharfbuzz-dump-main.c48 HB_Font font; local
61 if ((error = FT_New_Face (library, argv[1], 0, &font)))
67 if (!(error = HB_Load_GSUB_Table (font, &gsub, NULL)))
77 if (!(error = HB_Load_GPOS_Table (font, &gpos, NULL)))
89 if ((error = FT_Done_Face (font)))
/external/icu4c/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/webkit/Source/WebCore/platform/graphics/
H A DFontFallbackList.cpp74 void FontFallbackList::determinePitch(const Font* font) const
76 const FontData* fontData = primaryFontData(font);
89 const FontData* FontFallbackList::fontDataAt(const Font* font, unsigned realizedFontIndex) const argument
92 return m_fontList[realizedFontIndex].first; // This fallback font is already in our list.
100 // Ask the font cache for the font data.
101 // We are obtaining this font for the first time. We keep track of the families we've looked at before
103 // |m_familyIndex| as it scans for the right font to make.
105 const FontData* result = fontCache()->getFontData(*font, m_familyIndex, m_fontSelector.get());
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DUniscribeHelperTextRun.cpp42 const Font& font)
44 font.primaryFont()->platformData().hfont(),
45 font.primaryFont()->platformData().scriptCache(),
46 font.primaryFont()->platformData().scriptFontProperties(),
47 font.primaryFont()->spaceGlyph())
48 , m_font(&font)
52 setLetterSpacing(font.letterSpacing());
53 setSpaceWidth(font.spaceWidth());
54 setWordSpacing(font.wordSpacing());
55 setAscent(font
41 UniscribeHelperTextRun(const TextRun& run, const Font& font) argument
79 tryToPreloadFont(HFONT font) argument
[all...]
/external/webkit/Source/WebCore/platform/graphics/haiku/
H A DFontCacheHaiku.cpp49 const SimpleFontData* FontCache::getFontDataForCharacters(const Font& font, const UChar* characters, int length) argument
51 FontPlatformData data(font.fontDescription(), font.family().family());
55 SimpleFontData* FontCache::getSimilarFontPlatformData(const Font& font) argument

Completed in 403 milliseconds

123456789