HomeSort by relevance Sort by last modified time
    Searched refs:Font (Results 126 - 150 of 208) sorted by null

1 2 3 4 56 7 8 9

  /external/python/cpython3/Lib/idlelib/
query.py 30 from tkinter.font import Font
98 self.error_font = Font(name='TkCaptionFont',
101 font=self.error_font)
236 font=self.error_font)
help.py 33 from tkinter import font as tkfont
165 self['font'] = (normalfont, 12)
166 self.tag_configure('em', font=(normalfont, 12, 'italic'))
167 self.tag_configure('h1', font=(normalfont, 20, 'bold'))
168 self.tag_configure('h2', font=(normalfont, 18, 'bold'))
169 self.tag_configure('h3', font=(normalfont, 15, 'bold'))
170 self.tag_configure('pre', font=(fixedfont, 12), background='#f6f6ff')
171 self.tag_configure('preblock', font=(fixedfont, 10), lmargin1=25,
185 "Return name of first font family derived from names."
188 font = tkfont.Font(name=name, exists=True, root=self
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SwtUtils.java 25 import org.eclipse.swt.graphics.Font;
365 * Get the average width of the font used by the given control
367 * @param display the display associated with the font usage
368 * @param font the font to look up the average character width for
369 * @return the average width, in pixels, of the given font
371 public static final int getAverageCharWidth(Display display, Font font) {
373 gc.setFont(font);
381 * Get the average width of the given font
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
ActivityPage.java 37 import org.eclipse.swt.graphics.Font;
172 Font font = JFaceResources.getFontRegistry().getBold(JFaceResources.BANNER_FONT); local
173 if (font != null) {
174 mHeading.setFont(font);
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/i18n/
messages.properties 72 LogCatPreferencePage_Display_Font=Display Font:
  /external/mesa3d/src/mesa/drivers/x11/
glxapi.h 78 void (*UseXFont)(Font font, int first, int count, int listBase);
xfonts.c 55 dump_font_struct(XFontStruct * font)
57 printf("ascent = %d, descent = %d\n", font->ascent, font->descent);
59 font->min_char_or_byte2, font->max_char_or_byte2);
60 printf("byte1 = (%u,%u)\n", font->min_byte1, font->max_byte1);
61 printf("all_chars_exist = %s\n", font->all_chars_exist ? "True" : "False");
63 (char) (isprint(font->default_char) ? font->default_char : ' ')
    [all...]
  /external/sfntly/cpp/src/sample/subtly/
font_assembler.cc 25 #include "sfntly/font.h"
56 CALLER_ATTACH Font* FontAssembler::Assemble() {
168 // font, their loca tables should all have the same sizes.
169 // We'll just get the size of the first font's LOCA table for simplicty.
  /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...]
  /frameworks/rs/
rsContext.cpp 219 ObjectBaseRef<Font> lastFont(getFont());
664 void Context::setFont(Font *f) {
795 Font *font = static_cast<Font *>(vfont); local
796 rsc->setFont(font);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
X.h 100 typedef XID Font;
357 #define BadFont 7 /* parameter not a Font */
373 #define BadName 15 /* font or color name doesn't exist */
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/
ConfigureAssetSetPage.java 65 import org.eclipse.swt.graphics.Font;
277 fontLabel.setText("Font:");
282 mFontButton.setText("Choose Font...");
836 Font font = new Font(mFontButton.getDisplay(), dialog.getFontList()); local
    [all...]
  /frameworks/base/core/java/android/text/
Html.java 563 out.append(String.format("<span style=\"font-size:%.0fpx\";>", sizeDip));
567 out.append(String.format("<span style=\"font-size:%.2fem;\">", sizeEm));
810 } else if (tag.equalsIgnoreCase("font")) {
1155 Font font = getLast(text, Font.class); local
    [all...]
  /external/proguard/src/proguard/gui/
ProGuardGUI.java 264 new FontSprite(new ConstantFont(new Font("sansserif", Font.BOLD, 90)),
270 new FontSprite(new ConstantFont(new Font("sansserif", Font.BOLD, 45)),
289 new FontSprite(new ConstantFont(new Font("sansserif", Font.BOLD, 30)),
    [all...]
  /external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/calendar/
CalendarCalc.java 19 import java.awt.Font;
139 void addWithFont(Container container, Component foo, Font font) {
140 if (font != null)
141 foo.setFont(font);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/
xfixesproto.h 55 #define Font CARD32
597 #undef Font
  /prebuilts/jdk/jdk8/darwin-x86/sample/scripting/scriptpad/src/resources/
scriptpad.js 69 c.setFont(new guiPkgs.Font("monospaced", guiPkgs.Font.PLAIN, 12));
  /prebuilts/jdk/jdk8/linux-x86/sample/scripting/scriptpad/src/resources/
scriptpad.js 69 c.setFont(new guiPkgs.Font("monospaced", guiPkgs.Font.PLAIN, 12));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
EmulatorConfigTab.java 52 import org.eclipse.swt.graphics.Font;
142 Font font = parent.getFont(); local
166 topComp.setFont(font);
179 targetModeGroup.setFont(font);
261 mEmulatorOptionsGroup.setFont(font);
  /external/mesa3d/src/gallium/state_trackers/glx/xlib/
glx_usefont.c 55 dump_font_struct(XFontStruct * font)
57 printf("ascent = %d, descent = %d\n", font->ascent, font->descent);
59 font->min_char_or_byte2, font->max_char_or_byte2);
60 printf("byte1 = (%u,%u)\n", font->min_byte1, font->max_byte1);
61 printf("all_chars_exist = %s\n", font->all_chars_exist ? "True" : "False");
63 (char) (isprint(font->default_char) ? font->default_char : ' ')
    [all...]
  /external/mesa3d/src/glx/
xfont.c 60 dump_font_struct(XFontStruct * font)
62 printf("ascent = %d, descent = %d\n", font->ascent, font->descent);
64 font->min_char_or_byte2, font->max_char_or_byte2);
65 printf("byte1 = (%u,%u)\n", font->min_byte1, font->max_byte1);
66 printf("all_chars_exist = %s\n", font->all_chars_exist ? "True" : "False");
68 (char) (isprint(font->default_char) ? font->default_char : ' ')
    [all...]
  /external/python/cpython2/Lib/idlelib/
help.py 170 self['font'] = (normalfont, 12)
171 self.tag_configure('em', font=(normalfont, 12, 'italic'))
172 self.tag_configure('h1', font=(normalfont, 20, 'bold'))
173 self.tag_configure('h2', font=(normalfont, 18, 'bold'))
174 self.tag_configure('h3', font=(normalfont, 15, 'bold'))
175 self.tag_configure('pre', font=(fixedfont, 12), background='#f6f6ff')
176 self.tag_configure('preblock', font=(fixedfont, 10), lmargin1=25,
190 "Return name of first font family derived from names."
193 font = tkfont.Font(name=name, exists=True, root=self
    [all...]
  /external/python/cpython2/Lib/plat-mac/lib-scriptpackages/CodeWarrior/
Metrowerks_Shell_Suite.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/CodeWarrior/
Metrowerks_Shell_Suite.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/CodeWarrior/
Metrowerks_Shell_Suite.py     [all...]

Completed in 999 milliseconds

1 2 3 4 56 7 8 9