Searched refs:font (Results 1 - 25 of 396) sorted by relevance

1234567891011>>

/external/webkit/Source/WebCore/css/
H A DthemeChromiumSkia.css33 /* Option elements inherit their font (see themeWin.css). However, their
34 * font weight should always be normal, to distinguish from optgroup labels. */
36 font-weight: normal !important;
/external/clang/www/demo/
H A Dsyntax.css3 .llvm_type { font-style: oblique; color: green }
4 .llvm_keyword { font-weight: bold; color: blue }
/external/mesa3d/docs/
H A Dmesa.css4 font: 14px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
10 font: 24px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
11 font-weight: bold;
16 font: 18px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif, bold;
17 font-weight: bold;
22 font-family: monospace;
23 font-size: 10pt;
29 /*font-family: monospace;*/
30 font-size: 10pt;
/external/proguard/src/proguard/gui/splash/
H A DFontSprite.java26 * This Sprite sets the font for another given sprite.
32 private final VariableFont font; field in class:FontSprite
38 * @param font the variable Font of the given sprite.
39 * @param sprite the sprite that will be provided of a font and painted.
41 public FontSprite(VariableFont font, argument
44 this.font = font;
53 // Save the old font.
56 // Set the new font.
57 graphics.setFont(font
[all...]
H A DVariableSizeFont.java32 private final Font font; field in class:VariableSizeFont
41 * @param font the base font.
42 * @param size the variable size of the font.
44 public VariableSizeFont(Font font, VariableDouble size) argument
46 this.font = font;
60 cachedFont = font.deriveFont((float)s);
/external/clang/docs/tools/
H A Dmanpage.css5 body { font-family: Arial,Helvetica; }
14 font-family: Arial,Helvetica; font-weight: bold; text-decoration: none;
15 color: #ff6600; font-size: 10pt;
18 font-family: Arial,Helvetica; font-weight: bold; text-decoration: none;
19 color: #ffffff; font-size: 10pt;
22 font-family: Arial,Helvetica; font-weight: bold; text-decoration: none;
23 color: #ffffff; font
[all...]
/external/llvm/docs/CommandGuide/html/
H A Dmanpage.css5 body { font-family: Arial,Helvetica; }
14 font-family: Arial,Helvetica; font-weight: bold; text-decoration: none;
15 color: #ff6600; font-size: 10pt;
18 font-family: Arial,Helvetica; font-weight: bold; text-decoration: none;
19 color: #ffffff; font-size: 10pt;
22 font-family: Arial,Helvetica; font-weight: bold; text-decoration: none;
23 color: #ffffff; font
[all...]
/external/llvm/docs/CommandGuide/
H A Dmanpage.css5 body { font-family: Arial,Helvetica; }
14 font-family: Arial,Helvetica; font-weight: bold; text-decoration: none;
15 color: #ff6600; font-size: 10pt;
18 font-family: Arial,Helvetica; font-weight: bold; text-decoration: none;
19 color: #ffffff; font-size: 10pt;
22 font-family: Arial,Helvetica; font-weight: bold; text-decoration: none;
23 color: #ffffff; font
[all...]
/external/icu4c/test/letest/
H A Dcfonts.h20 void le_fontClose(le_font *font);
22 const char *le_getNameString(le_font *font, le_uint16 nameID, le_uint16 platform, le_uint16 encoding, le_uint16 language);
24 const LEUnicode16 *le_getUnicodeNameString(le_font *font, le_uint16 nameID, le_uint16 platform, le_uint16 encoding, le_uint16 language);
26 void le_deleteNameString(le_font *font, const char *name);
28 void le_deleteUnicodeNameString(le_font *font, const LEUnicode16 *name);
30 le_uint32 le_getFontChecksum(le_font *font);
H A Dcfonts.cpp27 void le_fontClose(le_font *font) argument
29 LEFontInstance *fontInstance = (LEFontInstance *) font;
34 const char *le_getNameString(le_font *font, le_uint16 nameID, le_uint16 platform, le_uint16 encoding, le_uint16 language) argument
36 PortableFontInstance *pfi = (PortableFontInstance *) font;
41 const LEUnicode16 *le_getUnicodeNameString(le_font *font, le_uint16 nameID, le_uint16 platform, le_uint16 encoding, le_uint16 language) argument
43 PortableFontInstance *pfi = (PortableFontInstance *) font;
48 void le_deleteNameString(le_font *font, const char *name) argument
50 PortableFontInstance *pfi = (PortableFontInstance *) font;
55 void le_deleteUnicodeNameString(le_font *font, const LEUnicode16 *name) argument
57 PortableFontInstance *pfi = (PortableFontInstance *) font;
62 le_getFontChecksum(le_font *font) argument
[all...]
/external/webkit/Source/WebCore/platform/android/
H A DFileChooserAndroid.cpp35 String FileChooser::basenameForWidth(const Font& font, int width) const argument
41 return StringTruncator::centerTruncate(output, static_cast<float>(width), font);
/external/webkit/Source/WebKit/mac/Misc/
H A DWebStringTruncator.h35 + (NSString *)centerTruncateString:(NSString *)string toWidth:(float)maxWidth withFont:(NSFont *)font;
37 // Default font is [NSFont menuFontOfSize:0].
40 + (NSString *)rightTruncateString:(NSString *)string toWidth:(float)maxWidth withFont:(NSFont *)font;
42 + (float)widthOfString:(NSString *)string font:(NSFont *)font;
H A DWebStringTruncator.mm50 static Font& fontFromNSFont(NSFont *font)
55 if ([font isEqual:currentFont])
59 currentFont = font;
61 FontPlatformData f(font, [font pointSize]);
78 + (NSString *)centerTruncateString:(NSString *)string toWidth:(float)maxWidth withFont:(NSFont *)font
80 return StringTruncator::centerTruncate(string, maxWidth, fontFromNSFont(font));
83 + (NSString *)rightTruncateString:(NSString *)string toWidth:(float)maxWidth withFont:(NSFont *)font
85 return StringTruncator::rightTruncate(string, maxWidth, fontFromNSFont(font));
88 + (float)widthOfString:(NSString *)string font
[all...]
/external/guava/javadoc/
H A Dstylesheet.css9 h1 { font-size: 145% }
17 .FrameTitleFont { font-size: 100%; font-family: Helvetica, Arial, sans-serif; color:#000000 }
18 .FrameHeadingFont { font-size: 90%; font-family: Helvetica, Arial, sans-serif; color:#000000 }
19 .FrameItemFont { font-size: 90%; font-family: Helvetica, Arial, sans-serif; color:#000000 }
24 .NavBarFont1 { font-family: Arial, Helvetica, sans-serif; color:#000000;color:#000000;}
25 .NavBarFont1Rev { font-family: Arial, Helvetica, sans-serif; color:#FFFFFF;color:#FFFFFF;}
27 .NavBarCell2 { font
[all...]
/external/jsr305/javadoc/
H A Dstylesheet.css9 h1 { font-size: 145% }
17 .FrameTitleFont { font-size: 100%; font-family: Helvetica, Arial, sans-serif }
18 .FrameHeadingFont { font-size: 90%; font-family: Helvetica, Arial, sans-serif }
19 .FrameItemFont { font-size: 90%; font-family: Helvetica, Arial, sans-serif }
24 .NavBarFont1 { font-family: Arial, Helvetica, sans-serif; color:#000000;}
25 .NavBarFont1Rev { font-family: Arial, Helvetica, sans-serif; color:#FFFFFF;}
27 .NavBarCell2 { font
[all...]
/external/webkit/Source/WebCore/platform/chromium/
H A DFileChooserChromium.cpp36 String FileChooser::basenameForWidth(const Font& font, int width) const argument
47 return StringTruncator::rightTruncate(multipleFileUploadText(m_filenames.size()), width, font);
49 return StringTruncator::centerTruncate(string, static_cast<float>(width), font);
/external/webkit/Source/WebCore/platform/efl/
H A DFileChooserEfl.cpp38 String FileChooser::basenameForWidth(const Font& font, int width) const argument
49 return StringTruncator::rightTruncate(multipleFileUploadText(m_filenames.size()), width, font);
51 return StringTruncator::centerTruncate(string, static_cast<float>(width), font);
/external/webkit/Source/WebCore/platform/graphics/wx/
H A DFontCacheWx.cpp42 const SimpleFontData* FontCache::getFontDataForCharacters(const Font& font, const UChar* characters, int length) argument
45 fontData = getCachedFontData(font.fontDescription(), font.family().family());
47 fontData = getSimilarFontPlatformData(font);
49 fontData = getLastResortFallbackFont(font.fontDescription());
55 SimpleFontData* FontCache::getSimilarFontPlatformData(const Font& font) argument
59 // Attempt to find an appropriate font using a match based on
62 const FontFamily* currFamily = &font.fontDescription().family();
69 simpleFontData = getCachedFontData(font.fontDescription(), geezaStr);
75 simpleFontData = getCachedFontData(font
[all...]
/external/icu4c/samples/layout/
H A DSurface.cpp5 void GDISurface::setFont(RenderingFontInstance *font) argument
7 GDIFontInstance *gFont = (GDIFontInstance *) font;
9 if (fCurrentFont != font) {
10 fCurrentFont = font;
15 void GDISurface::drawGlyphs(RenderingFontInstance *font, const LEGlyphID *glyphs, le_int32 count, const le_int32 *dx, argument
25 setFont(font);
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DFontCustomPlatformDataQt.cpp39 QFont font; local
40 font.setFamily(QFontDatabase::applicationFontFamilies(m_handle)[0]);
41 font.setPixelSize(size);
43 font.setWeight(QFont::Bold);
44 font.setItalic(italic);
46 return FontPlatformData(font);
/external/webkit/Source/WebCore/platform/mac/
H A DFileChooserMac.mm39 String FileChooser::basenameForWidth(const Font& font, int width) const
50 return StringTruncator::rightTruncate(multipleFileUploadText(m_filenames.size()), width, font);
52 return StringTruncator::centerTruncate(strToTruncate, width, font);
/external/webkit/Source/WebCore/platform/brew/
H A DFileChooserBrew.cpp37 String FileChooser::basenameForWidth(const Font& font, int width) const argument
48 return StringTruncator::rightTruncate(String::number(m_filenames.size()) + " files", width, font, false);
50 return StringTruncator::centerTruncate(string, width, font, false);
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DUniscribeHelperTextRun.cpp42 const Font& font)
44 font.primaryFont()->platformData().hfont(),
45 font.primaryFont()->platformData().scriptCache(),
46 font.primaryFont()->platformData().scriptFontProperties(),
47 font.primaryFont()->spaceGlyph())
48 , m_font(&font)
52 setLetterSpacing(font.letterSpacing());
53 setSpaceWidth(font.spaceWidth());
54 setWordSpacing(font.wordSpacing());
55 setAscent(font
41 UniscribeHelperTextRun(const TextRun& run, const Font& font) argument
79 tryToPreloadFont(HFONT font) argument
[all...]
/external/webkit/Source/WebCore/platform/win/
H A DFileChooserWin.cpp35 String FileChooser::basenameForWidth(const Font& font, int width) const argument
46 return StringTruncator::rightTruncate(String::number(m_filenames.size()) + " files", width, font);
48 return StringTruncator::centerTruncate(string, width, font);
/external/chromium/chrome/browser/resources/
H A Dextensions_infobar.css7 font-family: Segoe UI, Tahoma;
8 font-size: 11px;

Completed in 3608 milliseconds

1234567891011>>