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

1 2 3 4 5 6 78 91011>>

  /external/harfbuzz_ng/src/
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)
184 hb_font_t *font HB_UNUSED,
276 hb_font_t *font,
294 if (!font->get_glyph (0x25CCu, 0, &dottedcircle_glyph))
330 hb_font_t *font,
333 insert_dotted_circles (plan, font, buffer);
342 initial_reordering_syllable (plan, font->face, buffer, last, i)
    [all...]
hb-ot-shape-fallback.cc 166 hb_font_t *font HB_UNUSED,
196 hb_font_t *font,
203 if (!font->get_glyph_extents (buffer->info[i].codepoint,
207 hb_position_t y_gap = font->y_scale / 16;
302 hb_font_t *font,
309 if (!font->get_glyph_extents (buffer->info[base].codepoint,
368 position_mark (plan, font, buffer, cluster_extents, i, this_combining_class);
388 hb_font_t *font,
407 position_around_base (plan, font, buffer, i, j);
415 hb_font_t *font,
    [all...]
hb-coretext.cc 74 HB_SHAPER_DATA_ENSURE_DECLARE(coretext, font)
138 * shaper font data
147 _hb_coretext_shaper_font_data_create (hb_font_t *font)
149 if (unlikely (!hb_coretext_shaper_face_data_ensure (font->face))) return NULL;
155 hb_face_t *face = font->face;
158 /* Choose a CoreText font size and calculate multipliers to convert to HarfBuzz space. */
161 if (font->y_ppem)
162 font_size = font->y_ppem;
166 data->x_mult = (CGFloat) font->x_scale / font_size;
167 data->y_mult = (CGFloat) font->y_scale / font_size
251 CTFontRef font; member in struct:range_record_t
    [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/libvncserver/vncterm/
VNConsole.h 54 rfbFontDataPtr font; member in struct:vncConsole
60 int width,int height,rfbFontDataPtr font,
64 int width,int height,rfbFontDataPtr font);
  /external/freetype/src/cff/
cf2intrp.h 67 cf2_interpT2CharString( CF2_Font font,
cf2blues.c 67 CF2_Font font )
69 /* pointer to parsed font object */
70 CFF_Decoder* decoder = font->decoder;
90 CF2_Int unitsPerEm = font->unitsPerEm;
98 blues->scale = font->innerTransform.d;
117 * the font's blue zones are ignored.
125 font->font,
172 2 * font->darkenY;
216 blues->zone[blues->count].csTopEdge += 2 * font->darkenY
    [all...]
  /external/icu/icu4c/source/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/libvpx/libvpx/vp9/common/
vp9_textblit.c 15 static const int font[] = { variable
41 letter_bitmap = font[letter - ' '];
43 letter_bitmap = font[letter - 'a' + 'A' - ' '];
45 letter_bitmap = font[0];
  /external/pdfium/third_party/freetype/src/cff/
cf2intrp.h 67 cf2_interpT2CharString( CF2_Font font,
cf2blues.c 67 CF2_Font font )
69 /* pointer to parsed font object */
70 CFF_Decoder* decoder = font->decoder;
90 CF2_Int unitsPerEm = font->unitsPerEm;
98 blues->scale = font->innerTransform.d;
117 * the font's blue zones are ignored.
125 font->font,
172 2 * font->darkenY;
216 blues->zone[blues->count].csTopEdge += 2 * font->darkenY
    [all...]
  /external/sfntly/cpp/src/sfntly/tools/subsetter/
subsetter.h 22 #include "sfntly/font.h"
31 Subsetter(Font* font, FontFactory* font_factory);
36 // Set the cmaps to be used in the subsetted font. The cmaps are listed in
38 // list should be put into the subsetted font. If there are no matches in the
39 // font for any of the provided cmap ids which would lead to a font with no
44 // an available cmap in the font that matches the requests. Only the first
45 // such match will be placed in the subsetted font.
49 // into the subsetted font
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/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];
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_textblit.c 15 static const int font[] = { variable
41 letter_bitmap = font[letter - ' '];
43 letter_bitmap = font[letter - 'a' + 'A' - ' '];
45 letter_bitmap = font[0];
  /build/tools/droiddoc/templates-ds/assets/
android-developer-docs.css 18 font-size: 1em;
25 font-size: 13px;
34 font-size:12px;
77 font-size:12px;
78 font-weight: bold;
113 font-weight:bold;
164 font-weight:normal;
219 font-size:10px;
243 font-size:1.7em;
247 font-size:.9em
    [all...]
  /build/tools/droiddoc/templates-pdk/assets/
android-developer-docs.css 18 font-size: 1em;
25 font-size: 13px;
34 font-size:12px;
77 font-size:12px;
78 font-weight: bold;
113 font-weight:bold;
164 font-weight:normal;
219 font-size:10px;
243 font-size:1.7em;
247 font-size:.9em
    [all...]
  /external/sfntly/cpp/src/test/
bitmap_table_test.cc 18 #include "sfntly/font.h"
52 bool CommonReadingTest(Font* raw_font) {
53 FontPtr font = raw_font; local
55 EblcTablePtr bitmap_loca = down_cast<EblcTable*>(font->GetTable(Tag::EBLC));
56 EbdtTablePtr bitmap_table = down_cast<EbdtTable*>(font->GetTable(Tag::EBDT));
77 // In this test font, all strikes and all subtables have same glyphs.
100 FontPtr font = font_array[0]; local
101 EXPECT_TRUE(CommonReadingTest(font));
103 EblcTablePtr bitmap_loca = down_cast<EblcTable*>(font->GetTable(Tag::EBLC));
148 // Serialize and reload the serialized font
176 FontPtr font = original_font_array[0]; local
    [all...]
  /external/skia/src/ports/
SkRemotableFontMgr_win_dw.cpp 114 HRESULT FontToIdentity(IDWriteFont* font, SkFontIdentity* fontId) const {
116 HRM(font->CreateFontFace(&fontFace), "Could not create font face.");
142 switch (font->GetStyle()) {
154 int weight = font->GetWeight();
155 int width = font->GetStretch();
171 SkTScopedComPtr<IDWriteFont> font; variable
172 HRNM(fontFamily->GetFont(fontIndex, &font), "Could not get font.");
174 HRN(FontToIdentity(font.get(), &fontIds[fontIndex]))
190 SkTScopedComPtr<IDWriteFont> font; variable
284 SkTScopedComPtr<IDWriteFont> font; variable
    [all...]
  /external/chromium-trace/trace-viewer/tracing/tracing/ui/tracks/
process_track_base.css 14 font-size: 75%;

Completed in 1524 milliseconds

1 2 3 4 5 6 78 91011>>