/external/chromium_org/third_party/sfntly/cpp/src/sample/chromium/ |
subsetter_impl.h | 22 #include "sfntly/font.h" 65 CALLER_ATTACH Font* Subset(const IntegerSet& glyph_ids,
|
/external/chromium_org/third_party/skia/src/ports/ |
SkFontHost_linux.cpp | 36 /** The base SkTypeface implementation for the custom font manager. */ 62 /** The empty SkTypeface implementation for the custom font manager. 78 /** The stream SkTypeface implementation for the custom font manager. */ 101 /** The file SkTypeface implementation for the custom font manager. */ 319 SkDebugf("---- failed to open <%s> as a font\n", path); 337 SkDebugf("------ can't load <%s> as a font\n", filename.c_str()); 343 true, // system-font (cannot delete) 378 // Try to pick a default font.
|
/external/chromium_org/third_party/skia/src/sfnt/ |
SkOTUtils.h | 25 * Renames an sfnt font. On failure (invalid data or not an sfnt font)
|
/external/chromium_org/ui/gfx/ |
canvas_unittest_mac.mm | 14 #include "ui/gfx/font.h" 64 Font font_;
|
/external/chromium_org/ui/keyboard/resources/elements/ |
kb-altkey.html | 40 font-family: 'Open Sans', 'Noto Sans UI', sans-serif; 41 font-weight: 100;
|
/external/chromium_org/ui/message_center/cocoa/ |
notification_controller.mm | 228 // the given font. The Ellipsis could be added at the end of the last line if 231 forFont:(NSFont*)font 298 roundf([[title_ font] ascender] - [[title_ font] capHeight]); 299 CGFloat titleBottomGap = roundf(fabs([[title_ font] descender])); 303 roundf([[message_ font] ascender] - [[message_ font] capHeight]); 304 CGFloat messageBottomGap = roundf(fabs([[message_ font] descender])); 309 [[contextMessage_ font] ascender] - [[contextMessage_ font] capHeight]) [all...] |
/external/chromium_org/ui/views/controls/ |
label.h | 58 Label(const string16& text, const gfx::Font& font); // OBSOLETE 64 // Obsolete gfx::Font version. Should use gfx::FontList version instead. 65 const gfx::Font& font() const; // OBSOLETE 66 virtual void SetFont(const gfx::Font& font); // OBSOLETE 126 // one for the label's text, font list, and platform.
|
link.h | 57 virtual void SetFont(const gfx::Font& font) OVERRIDE;
|
/external/chromium_org/ui/views/controls/tabbed_pane/ |
tabbed_pane.cc | 11 #include "ui/gfx/font.h" 90 title_(new Label(title, gfx::Font().DeriveFont(0, gfx::Font::BOLD))), 93 // Calculate this now while the font is guaranteed to be bold. 163 title_->SetFont(gfx::Font()); 167 title_->SetFont(gfx::Font().DeriveFont(0, gfx::Font::BOLD)); 171 title_->SetFont(gfx::Font());
|
/external/chromium_org/v8/test/mjsunit/ |
html-string-funcs.js | 46 CheckCompound('fontcolor', 'font', 'color'); 47 CheckCompound('fontsize', 'font', 'size');
|
/external/harfbuzz_ng/ |
Android.mk | 35 src/hb-font.cc \ 41 src/hb-tt-font.cc \
|
/external/harfbuzz_ng/src/ |
hb-ot-hmtx-table.hh | 66 * the 'hhea' table. If the font is 82 * font to vary the left side bearing
|
hb-ot-map.cc | 105 void hb_ot_map_t::substitute (const hb_ot_shape_plan_t *plan, hb_font_t *font, hb_buffer_t *buffer) const 113 hb_ot_layout_substitute_lookup (font, buffer, 121 pause->callback (plan, font, buffer); 125 hb_ot_layout_substitute_lookup (font, buffer, lookups[table_index][i].index, 130 void hb_ot_map_t::position (const hb_ot_shape_plan_t *plan, hb_font_t *font, hb_buffer_t *buffer) const 138 hb_ot_layout_position_lookup (font, buffer, lookups[table_index][i].index, 143 pause->callback (plan, font, buffer); 147 hb_ot_layout_position_lookup (font, buffer, lookups[table_index][i].index,
|
/external/harfbuzz_ng/util/ |
main-font-text.hh | 32 /* main() body for utilities taking font and processing text.*/ 38 : options ("[FONT-FILE] [TEXT]"),
|
/external/icu4c/layout/ |
loengine.cpp | 19 le_create(const le_font *font, 25 LEFontInstance *fontInstance = (LEFontInstance *) font;
|
/external/icu4c/samples/layout/ |
GDIFontInstance.h | 34 virtual void drawGlyphs(const LEFontInstance *font, const LEGlyphID *glyphs, le_int32 count, 37 void setFont(const GDIFontInstance *font);
|
/external/jmonkeyengine/engine/src/core/com/jme3/asset/ |
DesktopAssetManager.java | 38 import com.jme3.font.BitmapFont;
184 * <font color="red">Thread-safe.</font>
193 * <font color="red">Thread-safe.</font>
217 * <font color="red">Thread-safe.</font>
368 * Loads a bitmap font with the given name.
|
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
asm.php | 151 1 => 'color: #00007f; font-weight: bold;', 152 2 => 'color: #0000ff; font-weight: bold;', 154 4 => 'color: #000000; font-weight: bold;', 155 5 => 'color: #000000; font-weight: bold;' 158 1 => 'color: #666666; font-style: italic;', 159 2 => 'color: #adadad; font-style: italic;', 162 0 => 'color: #000099; font-weight: bold;' 165 0 => 'color: #009900; font-weight: bold;'
|
autoit.php | [all...] |
cfm.php | 85 'fieldset', 'font', 'form', 'frame', 'frameset', 198 1 => 'color: #990000; font-weight: bold;', 199 2 => 'color: #000000; font-weight: bold;', 201 4 => 'color: #000000; font-weight: bold;', 207 1 => 'color: #808080; font-style: italic;', 208 'MULTI' => 'color: #808080; font-style: italic;' 211 0 => 'color: #000099; font-weight: bold;' 228 0 => 'color: #808080; font-style: italic;',
|
cpp-qt.php | 234 1 => 'color: #000000; font-weight:bold;', 243 'MULTI' => 'color: #888888; font-style: italic;' 246 0 => 'color: #000099; font-weight: bold;', 247 1 => 'color: #000099; font-weight: bold;', 248 2 => 'color: #660099; font-weight: bold;', 249 3 => 'color: #660099; font-weight: bold;', 250 4 => 'color: #660099; font-weight: bold;', 251 5 => 'color: #006699; font-weight: bold;',
|
php-brief.php | 114 2 => 'color: #000000; font-weight: bold;', 118 1 => 'color: #666666; font-style: italic;', 119 2 => 'color: #666666; font-style: italic;', 120 3 => 'color: #0000cc; font-style: italic;', 121 'MULTI' => 'color: #666666; font-style: italic;' 124 0 => 'color: #000099; font-weight: bold;', 125 'HARD' => 'color: #000099; font-weight: bold;' 146 1 => 'color: #000000; font-weight: bold;'
|
robots.php | 59 1 => 'color: #808080; font-style: italic;', 62 0 => 'color: #000099; font-weight: bold;'
|
/external/sfntly/cpp/src/sample/chromium/ |
subsetter_impl.h | 22 #include "sfntly/font.h" 65 CALLER_ATTACH Font* Subset(const IntegerSet& glyph_ids,
|
/external/skia/src/ports/ |
SkFontHost_linux.cpp | 36 /** The base SkTypeface implementation for the custom font manager. */ 62 /** The empty SkTypeface implementation for the custom font manager. 78 /** The stream SkTypeface implementation for the custom font manager. */ 101 /** The file SkTypeface implementation for the custom font manager. */ 319 SkDebugf("---- failed to open <%s> as a font\n", path); 337 SkDebugf("------ can't load <%s> as a font\n", filename.c_str()); 343 true, // system-font (cannot delete) 378 // Try to pick a default font.
|