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

1 2 3 45 6 7 8 9

  /external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/calendar/
CalendarFrame.java 20 import java.awt.Font;
372 public void setFont(Font f) {
373 font = f;
378 FontMetrics fm = g.getFontMetrics(font);
383 g.setFont(font);
394 FontMetrics fm = getFontMetrics(font);
402 Font font = DemoUtility.labelFont; field in class:CalendarFrame.ColoredLabel
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
IconFactory.java 29 import org.eclipse.swt.graphics.Font;
394 // Get a bold version of the default system font, if possible.
395 Font font = display.getSystemFont(); local
396 FontData[] fds = font.getFontData();
398 // use 3/4th of the circle diameter for the font size (in pixels)
399 // and convert it to "font points" (font points in SWT are hardcoded in an
405 font = new Font(display, fds)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
MainLaunchConfigTab.java 46 import org.eclipse.swt.graphics.Font;
124 Font font = parent.getFont(); local
130 comp.setFont(font);
142 group.setFont(font);
252 Font font = parent.getFont(); local
260 group.setFont(font);
264 mProjText.setFont(font);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintColumn.java 31 import org.eclipse.swt.graphics.Font;
109 * @param marker the {@link IMarker} to get the font for
110 * @return The font for this particular column, or null
113 public Font getFont(@NonNull IMarker marker) {
202 public Font getFont(@NonNull IMarker marker) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/
OldLogCatView.java 43 import org.eclipse.swt.graphics.Font;
173 * Sets the display font.
175 * @param font The font.
177 public static void setFont(Font font) {
179 sThis.mLogPanel.setFont(font);
271 // get the font
278 mLogPanel.setFont(new Font(parent.getDisplay(), data));
  /system/extras/simpleperf/scripts/
report.py 35 from tkinter.font import Font
39 from tkFont import Font
199 font = Font(family='courier', size=12)
203 label = Label(frame, text=line, font=font)
207 label = Label(frame, text='', font=font)
211 label = Label(frame, text=' ' + title_line, font=font
    [all...]
  /external/pdfium/core/fxcrt/css/
cfx_css.h 110 Font,
cfx_cssdatatable.cpp 46 {CFX_CSSProperty::FontFamily, L"font-family", 0x574686E6,
48 {CFX_CSSProperty::FontWeight, L"font-weight", 0x6692F60C,
67 {CFX_CSSProperty::FontVariant, L"font-variant", 0x9C785779,
77 {CFX_CSSProperty::FontSize, L"font-size", 0xB93956DF,
82 {CFX_CSSProperty::FontStyle, L"font-style", 0xCB1950F5,
84 {CFX_CSSProperty::Font, L"font", 0xCD308B77, CFX_CSSVALUETYPE_Shorthand},
  /external/pdfium/xfa/fxfa/
cxfa_textprovider.cpp 134 CXFA_Font* font = pNode->GetChild<CXFA_Font>(0, XFA_Element::Font, false); local
135 return font ? font : m_pWidgetAcc->GetNode()->GetFontIfExists();
  /external/pdfium/xfa/fxfa/parser/
cxfa_font.cpp 51 constexpr wchar_t kName[] = L"font";
61 XFA_Element::Font,
  /external/sfntly/cpp/src/sfntly/table/
table.cc 23 #include "sfntly/font.h"
52 void Table::SetFont(Font* font) {
53 font_ = font;
  /external/sfntly/cpp/src/test/
cmap_iterator_test.cc 23 #include "sfntly/font.h"
80 Ptr<Font> font; local
81 font.Attach(fonts[0].Detach());
82 Ptr<CMapTable> cmap_table = down_cast<CMapTable*>(font->GetTable(Tag::cmap));
  /external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
Demo.java 14 import java.awt.Font;
121 Font font = new Font(fontName, Font.PLAIN, fontSize); local
122 text.setFont(font);
214 Menu fontMenu = new Menu("Font");
630 out.println("body { font-family: 'Arial Unicode MS', 'Lucida Sans Unicode', Arial, sans-serif; margin: 5 }");
724 out.println("body { font-family: 'Arial Unicode MS', 'Lucida Sans Unicode', Arial, sans-serif; margin: 5 }");
    [all...]
  /external/python/cpython2/Demo/tkinter/ttk/
ttkcalendar.py 112 font = tkFont.Font()
113 maxwidth = max(font.measure(col) for col in cols)
119 self._font = tkFont.Font()
  /frameworks/base/core/jni/android/graphics/
FontFamily.cpp 50 std::vector<minikin::Font> fonts;
127 ALOGE("addFont failed to create font, invalid request");
134 minikin::Font::Builder fontBuilder(minikinFont);
176 ALOGE("addFont failed to create font, buffer invalid");
182 ALOGE("addFont failed to create font, buffer size invalid");
193 jobject font, jint ttcIndex, jint weight, jint isItalic) {
194 NPE_CHECK_RETURN_ZERO(env, font);
196 const void* fontPtr = env->GetDirectBufferAddress(font);
198 ALOGE("addFont failed to create font, buffer invalid");
202 jlong fontSize = env->GetDirectBufferCapacity(font);
    [all...]
  /frameworks/rs/
rsRuntime.h 99 void rsrSetMetrics(Context *, Font::Rect *metrics,
105 void rsrBindFont(Context *, Font *);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
AccordionControl.java 31 import org.eclipse.swt.graphics.Font;
210 Font labelFont = null;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiFlagAttributeNode.java 34 import org.eclipse.swt.graphics.Font;
267 Font font = fontDesc.createFont(JFaceResources.getDialogFont().getDevice()); local
274 item.setFont(font);
  /external/sfntly/cpp/src/sample/chromium/
subsetter_impl.cc 72 // This name part is not used to construct font name (e.g. copyright).
93 bool HasName(const char* font_name, Font* font) {
103 NameTablePtr name_table = down_cast<NameTable*>(font->GetTable(Tag::name));
145 Font* FindFont(const char* font_name, const FontArray& font_array) {
226 bool SetupGlyfBuilders(Font::Builder* font_builder,
552 // Most pages use only a fraction (hundreds or less) glyphs out of a given font
554 // font will have sparse bitmap glyphs. So we reconstruct the EBLC table as
564 int SetupBitmapBuilders(Font* font, Font::Builder* font_builder
    [all...]
  /frameworks/layoutlib/bridge/src/android/graphics/
Paint_Delegate.java 32 import java.awt.Font;
64 * Class associating a {@link Font} and its {@link java.awt.FontMetrics}.
67 final Font mFont;
70 FontInfo(@NonNull Font font, @NonNull java.awt.FontMetrics fontMetrics) {
71 this.mFont = font;
104 // Variant of the font. A paint's variant can only be compact or elegant.
124 * Returns the list of {@link Font} objects.
148 .map(font -> getFontInfo(font, mTextSize, affineTransform)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xlib.h 207 Font font; /* default text font for text operations */ member in struct:__anon61337
1069 Font font; \/* font to print it in, None don't change *\/ member in struct:__anon61393
1081 Font font; \/* font to print it in, None don't change *\/ member in struct:__anon61395
1090 XFontStruct *font; } XEDataObject; member in union:__anon61396
    [all...]
  /external/python/cpython2/Lib/idlelib/
configHandler.py 27 from tkFont import Font, nametofont
701 """Retrieve a font from configuration (font, font-size, font-bold)
703 the actual font, factoring in some tweaks if needed for
709 to tkinter.Font
711 family = self.GetOption(configType, section, 'font', default='courier')
712 size = self.GetOption(configType, section, 'font-size', type='int',
714 bold = self.GetOption(configType, section, 'font-bold', default=0
    [all...]
  /external/python/cpython3/Lib/idlelib/
config.py 32 from tkinter.font import Font, nametofont
730 """Retrieve a font from configuration (font, font-size, font-bold)
732 the actual font, factoring in some tweaks if needed for
738 to tkinter.Font
740 family = self.GetOption(configType, section, 'font', default='courier')
741 size = self.GetOption(configType, section, 'font-size', type='int'
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusgraphics.h 37 friend class Font;
283 const Font *font, const Brush *brush,
289 font ? font->nativeFont : NULL,
619 Status DrawString(const WCHAR *string, INT length, const Font *font,
625 font ? font->nativeFont : NULL,
630 const Font *font, const PointF& origin
    [all...]
  /external/mesa3d/src/glx/
glxclient.h 83 Font font, int first, int count, int listbase);
237 Font font, int first, int count, int listBase);

Completed in 1325 milliseconds

1 2 3 45 6 7 8 9