HomeSort by relevance Sort by last modified time
    Searched full:font (Results 2276 - 2300 of 7108) sorted by null

<<919293949596979899100>>

  /external/chromium_org/third_party/sfntly/cpp/src/test/
verify_loca.cc 18 #include "sfntly/font.h"
  /external/chromium_org/ui/base/models/
menu_model.cc 43 const gfx::Font* MenuModel::GetLabelFontAt(int index) const {
  /external/chromium_org/ui/base/webui/
web_ui_util.cc 21 #include "ui/gfx/font.h"
134 // Vary font settings for Windows XP.
144 // Use the system font on Linux/GTK. Keep the hard-coded font families as
  /external/chromium_org/ui/gfx/
text_constants.h 44 // TODO(msw): Merge with gfx::Font::FontStyle.
  /external/chromium_org/webkit/browser/blob/
view_blob_internals_job.cc 47 "body { font-family: sans-serif; font-size: 0.8em; }\n"
48 "tt, code, pre { font-family: WebKitHack, monospace; }\n"
51 ".subsection_title { font-weight: bold; }\n"
  /external/clang/lib/Rewrite/Core/
HTMLRewrite.cpp 290 " body { font-family:Helvetica, sans-serif; font-size:10pt }\n"
291 " h1 { font-size:14pt }\n"
293 " .code { font-family: \"Monospace\", monospace; font-size:10pt }\n"
295 " .comment { color: green; font-style: oblique }\n"
302 "padding: 2px; background-color:#FFF0F0; font-weight: normal; "
309 " .num { text-align:right; font-size:8pt }\n"
315 " .msg { font-family:Helvetica, sans-serif; font-size:8pt }\n
    [all...]
  /external/freetype/include/freetype/
fterrdef.h 182 "SFNT font table missing" )
228 "`FONT' field missing" )
244 "Font header corrupted or missing fields" )
246 "Font glyphs corrupted or missing fields" )
  /external/freetype/include/freetype/internal/
pcftypes.h 3 FreeType font driver for pcf fonts
  /external/freetype/include/freetype/internal/services/
svcid.h 5 /* The FreeType CID font services (specification). */
svgldict.h 30 * index of a given glyph name in a font.
  /external/freetype/src/autofit/
aftypes.h 78 FT_Pos org; /* original position/width in font units */
183 FT_Face face; /* source font face */
184 FT_Fixed x_scale; /* from font units to 1/64th device pixels */
185 FT_Fixed y_scale; /* from font units to 1/64th device pixels */
  /external/freetype/src/base/
ftfstype.c 33 /* first, try to get the fs_type directly from the font */
  /external/harfbuzz/src/
harfbuzz-hebrew.c 145 if (shaper_item->font->klass->canRender(shaper_item->font, (HB_UChar16 *)&shaped, 1)) {
171 haveGlyphs = shaper_item->font->klass
172 ->convertStringToGlyphIndices(shaper_item->font,
  /external/harfbuzz_ng/src/
hb-coretext.h 41 hb_coretext_font_get_ct_font (hb_font_t *font);
hb-graphite2.h 41 hb_graphite2_font_get_gr_font (hb_font_t *font);
hb-ot-layout.h 82 hb_ot_layout_get_ligature_carets (hb_font_t *font,
216 (*hb_ot_layout_glyph_sequence_func_t) (hb_font_t *font,
254 Xhb_ot_layout_lookup_substitute (hb_font_t *font,
274 Xhb_ot_layout_lookup_position (hb_font_t *font,
hb-ot.h 40 hb_ot_shape_glyphs_closure (hb_font_t *font,
hb-shaper-impl-private.hh 34 #include "hb-font-private.hh"
hb.h 34 #include "hb-font.h"
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-hebrew.c 145 if (shaper_item->font->klass->canRender(shaper_item->font, (HB_UChar16 *)&shaped, 1)) {
171 haveGlyphs = shaper_item->font->klass
172 ->convertStringToGlyphIndices(shaper_item->font,
  /external/harfbuzz_ng/util/
hb-view.cc 28 #include "main-font-text.hh"
  /external/icu4c/samples/layout/
paragraph.cpp 240 const LEFontInstance *font = visualRun->getFont(); local
244 surface->drawGlyphs(font, glyphs, glyphCount, positions, x, y, fWidth, fHeight);
252 Paragraph *Paragraph::paragraphFactory(const char *fileName, const LEFontInstance *font, GUISupport *guiSupport)
265 fontRuns.add(font, charCount);
paragraph.h 46 static Paragraph *paragraphFactory(const char *fileName, const LEFontInstance *font, GUISupport *guiSupport);
  /external/jmonkeyengine/engine/src/core/com/jme3/app/
StatsAppState.java 36 import com.jme3.font.BitmapFont;
37 import com.jme3.font.BitmapText;
45 * using the node and font parameters provided.
72 * Called by SimpleApplication to provide an early font
StatsView.java 36 import com.jme3.font.BitmapFont;
37 import com.jme3.font.BitmapText;
86 BitmapFont font = manager.loadFont("Interface/Fonts/Console.fnt"); local
88 labels[i] = new BitmapText(font);

Completed in 980 milliseconds

<<919293949596979899100>>