HomeSort by relevance Sort by last modified time
    Searched refs:font (Results 176 - 200 of 701) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/icu4c/layout/
KernTable.cpp 59 * This implementation has support for only one subtable, so if the font has
73 KernTable::KernTable(const LEFontInstance* font, const void* tableData)
74 : pairs(0), font(font)
128 LEGlyphID id = font->mapCharToGlyph(i);
184 // all the elements ahead of time and store them in the font
212 storage[i-1], storage[i], i, value & 0xffff, font->xUnitsToPoints(value));
215 adjust += font->xUnitsToPoints(value);
  /external/valgrind/main/docs/lib/
vg_basic.css 11 font-size: 90%;
13 font-family: Arial, Geneva, Helvetica, sans-serif;
59 table.nav td { font-size: 85%; }
  /external/webkit/Source/WebCore/platform/mac/
WebFontCache.mm 71 // The top item in the list is the worst trait to mismatch; if a font has this
72 // and we didn't ask for it, we'd prefer any other font in the family.
153 NSFont *font = [NSFont fontWithName:availableFont size:10];
154 NSInteger weight = [fontManager weightOfFont:font];
156 traitsMasks.append(toTraitsMask([fontManager traitsOfFont:font], weight));
185 // Do a simple case insensitive search for a matching font family.
259 NSFont *font = [NSFont fontWithName:chosenFullName size:size];
261 if (!font)
266 actualTraits = [fontManager traitsOfFont:font];
267 int actualWeight = [fontManager weightOfFont:font];
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Typeface_Delegate.java 27 import java.awt.Font;
64 private List<Font> mFonts;
82 public static List<Font> getFonts(Typeface typeface) {
86 public static List<Font> getFonts(int native_int) {
95 public List<Font> getFonts() {
111 // font loader has not been initialized yet, add the delegate to a list of delegates
112 // to init when the font loader is initialized.
131 // font loader has not been initialized yet, add the delegate to a list of delegates
132 // to init when the font loader is initialized.
154 Font font = Font.createFont(Font.TRUETYPE_FONT, f) local
    [all...]
  /build/tools/droiddoc/templates-pdk/assets/design/
default.css 19 -webkit-font-smoothing: antialiased;
26 font: 14px/20px Roboto, sans-serif;
27 font-weight: 400; }
36 font-size: 48px;
38 font-weight: 100;
63 font-size: 12px;
107 font-weight: 500; }
110 font-style: italic; }
113 font-family: Courier New, monospace; }
240 font-size: 14px
    [all...]
  /external/harfbuzz/src/
harfbuzz-shape.h 37 /* Metrics reported by the font backend for use of the shaper */
47 * HB_Font: Abstract font interface.
54 HB_Glyph (*charToGlyph)(HB_Font *font, HB_Unichar chr);
55 void (*getMetrics)(HB_Font *font, HB_Glyph glyph, HB_GlyphMetrics *metrics);
56 HB_Boolean (*getSFontTable)(HB_Font *font, void **cookie, char **start, int *len);
  /external/harfbuzz_ng/src/
hb-coretext.cc 41 HB_SHAPER_DATA_ENSURE_DECLARE(coretext, font)
104 * shaper font data
112 _hb_coretext_shaper_font_data_create (hb_font_t *font)
114 if (unlikely (!hb_coretext_shaper_face_data_ensure (font->face))) return NULL;
120 hb_face_t *face = font->face;
123 data->ct_font = CTFontCreateWithGraphicsFont (face_data->cg_font, font->y_scale, NULL, NULL);
125 DEBUG_MSG (CORETEXT, font, "Font CTFontCreateWithGraphicsFont() failed");
161 hb_coretext_font_get_ct_font (hb_font_t *font)
163 if (unlikely (!hb_coretext_shaper_font_data_ensure (font))) return NULL
    [all...]
hb-graphite2.cc 33 #include <graphite2/Font.h>
42 HB_SHAPER_DATA_ENSURE_DECLARE(graphite2, font)
153 * shaper font data
162 _hb_graphite2_shaper_font_data_create (hb_font_t *font)
164 if (unlikely (!hb_graphite2_shaper_face_data_ensure (font->face))) return NULL;
166 hb_face_t *face = font->face;
169 return gr_make_font_with_advance_fn (font->x_scale, font, &hb_graphite2_get_advance, face_data->grface);
179 hb_graphite2_font_get_gr_font (hb_font_t *font)
181 if (unlikely (!hb_graphite2_shaper_font_data_ensure (font))) return NULL
    [all...]
hb-ot-shape-complex-sea.cc 69 hb_font_t *font,
73 hb_font_t *font,
77 hb_font_t *font,
168 hb_font_t *font HB_UNUSED)
183 hb_font_t *font HB_UNUSED,
275 hb_font_t *font,
291 if (!font->get_glyph (0x25CC, 0, &dottedcircle_glyph))
327 hb_font_t *font,
330 insert_dotted_circles (plan, font, buffer);
339 initial_reordering_syllable (plan, font->face, buffer, last, i)
    [all...]
  /external/javassist/sample/rmi/
CountApplet.java 11 private Font font; field in class:CountApplet
39 font = new Font("SansSerif", Font.ITALIC, 40);
68 g.setFont(font);
  /external/jmonkeyengine/engine/src/core/com/jme3/font/
Letters.java 1 package com.jme3.font;
3 import com.jme3.font.BitmapFont.Align;
4 import com.jme3.font.BitmapFont.VAlign;
5 import com.jme3.font.ColorTags.Range;
16 private final BitmapFont font; field in class:Letters
24 Letters(BitmapFont font, StringBlock bound, boolean rightToLeft) {
27 this.font = font;
28 head = new LetterQuad(font, rightToLeft);
29 tail = new LetterQuad(font, rightToLeft);
    [all...]
Kerning.java 33 package com.jme3.font;
  /external/webkit/Source/WebCore/platform/graphics/haiku/
FontHaiku.cpp 29 #include "Font.h"
36 #include <Font.h>
63 bool Font::canReturnFallbackFontsForComplexText()
68 bool Font::canExpandAroundIdeographsInComplexText()
73 void Font::drawGlyphs(GraphicsContext* graphicsContext, const SimpleFontData* font,
78 BFont* m_font = font->platformData().font();
95 void Font::drawComplexText(GraphicsContext* ctx, const TextRun& run, const FloatPoint& point,
101 void Font::drawEmphasisMarksForComplexText(GraphicsContext* /* context */, const TextRun& /* run */, const A (…)
    [all...]
  /external/chromium/chrome/browser/chromeos/status/
status_area_button.cc 24 // Status area font is bigger.
38 gfx::Font font = local
40 font = font.DeriveFont(3, gfx::Font::BOLD);
41 SetFont(font);
  /external/chromium/chrome/browser/resources/options/
content_settings.css 36 font-weight: bold;
48 font-style: italic;
  /external/chromium/chrome/browser/ui/cocoa/
bubble_view.h 57 // The font used to display the content string.
58 - (NSFont*)font;
  /external/chromium/chrome/browser/ui/cocoa/location_bar/
ev_bubble_decoration.h 26 EVBubbleDecoration(LocationIconDecoration* location_icon, NSFont* font);
47 // Keeps a reference to the font for use when eliding.
  /external/chromium/chrome/browser/ui/views/location_bar/
selected_keyword_view.h 16 class Font;
29 void SetFont(const gfx::Font& font);
  /external/icu4c/samples/layout/
gdiglue.h 34 void le_fontClose(le_font *font);
gnomeglue.h 35 void le_fontClose(le_font *font);
pflow.h 31 pf_flow *pf_factory(const char *fileName, const le_font *font, gs_guiSupport *guiSupport);
  /external/jmonkeyengine/engine/src/test/jme3test/gui/
TestBitmapFont.java 36 import com.jme3.font.BitmapFont;
37 import com.jme3.font.BitmapText;
38 import com.jme3.font.LineWrapMode;
39 import com.jme3.font.Rectangle;
  /external/libvpx/libvpx/vp8/common/
textblit.c 19 const int font[] = local
39 letter_bitmap = font[letter-' '];
41 letter_bitmap = font[letter-'a'+'A' - ' '];
43 letter_bitmap = font[0];
  /external/skia/src/pdf/
SkPDFFont.h 40 FontGlyphSetPair(SkPDFFont* font, SkPDFGlyphSet* glyphSet);
63 void noteGlyphUsage(SkPDFFont* font, const uint16_t* glyphIDs,
67 SkPDFGlyphSet* getGlyphSetForFont(SkPDFFont* font);
74 A PDF Object class representing a font. The font may have resources
75 attached to it in order to embed the font. SkPDFFonts are canonicalized
76 so that resource deduplication will only include one copy of a font.
91 /** Returns the font type represented in this font. For Type0 fonts,
92 * returns the type of the decendant font
    [all...]
  /external/webkit/Source/WebCore/css/
wml.css 117 font: -webkit-small-control;
198 font-weight: bolder;
202 font-weight: normal;
212 font-weight: bolder
216 font-style: italic
220 font-size: larger
224 font-size: smaller
229 font-family: monospace;

Completed in 2081 milliseconds

1 2 3 4 5 6 78 91011>>