/external/webkit/Source/WebCore/css/ |
themeChromiumSkia.css | 33 /* 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/ |
syntax.css | 3 .llvm_type { font-style: oblique; color: green } 4 .llvm_keyword { font-weight: bold; color: blue }
|
/external/mesa3d/docs/ |
mesa.css | 4 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/ |
FontSprite.java | 26 * 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, 44 this.font = font; 53 // Save the old font. 54 Font oldFont = graphics.getFont() [all...] |
VariableSizeFont.java | 32 private final Font font; field in class:VariableSizeFont 36 private Font cachedFont; 41 * @param font the base font. 42 * @param size the variable size of the font. 44 public VariableSizeFont(Font font, VariableDouble size) 46 this.font = font; [all...] |
/external/clang/docs/tools/ |
manpage.css | 5 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-size: xx-small [all...] |
/external/llvm/docs/CommandGuide/html/ |
manpage.css | 5 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-size: xx-small [all...] |
/external/llvm/docs/CommandGuide/ |
manpage.css | 5 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-size: xx-small [all...] |
/external/icu4c/test/letest/ |
cfonts.h | 20 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);
|
cfonts.cpp | 27 void le_fontClose(le_font *font) 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) 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) 43 PortableFontInstance *pfi = (PortableFontInstance *) font; 48 void le_deleteNameString(le_font *font, const char *name) 50 PortableFontInstance *pfi = (PortableFontInstance *) font; 55 void le_deleteUnicodeNameString(le_font *font, const LEUnicode16 *name) 57 PortableFontInstance *pfi = (PortableFontInstance *) font; [all...] |
/external/webkit/Source/WebCore/platform/android/ |
FileChooserAndroid.cpp | 29 #include "Font.h" 35 String FileChooser::basenameForWidth(const Font& font, int width) const 41 return StringTruncator::centerTruncate(output, static_cast<float>(width), font);
|
/external/webkit/Source/WebKit/mac/Misc/ |
WebStringTruncator.h | 35 + (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;
|
WebStringTruncator.mm | 32 #import <WebCore/Font.h> 50 static Font& fontFromNSFont(NSFont *font) 53 DEFINE_STATIC_LOCAL(Font, currentRenderer, ()); 55 if ([font isEqual:currentFont]) 59 currentFont = font; 61 FontPlatformData f(font, [font pointSize]); 62 currentRenderer = Font(f, ![[NSGraphicsContext currentContext] isDrawingToScreen]); 78 + (NSString *)centerTruncateString:(NSString *)string toWidth:(float)maxWidth withFont:(NSFont *)font [all...] |
/external/guava/javadoc/ |
stylesheet.css | 9 h1 { font-size: 145% } 16 /* Font used in left-hand frame lists */ 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; [all...] |
/external/jsr305/javadoc/ |
stylesheet.css | 9 h1 { font-size: 145% } 16 /* Font used in left-hand frame lists */ 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; [all...] |
/external/webkit/Source/WebCore/platform/graphics/qt/ |
FontPlatformData.h | 40 : size(font.pixelSize()) 41 , bold(font.bold()) 51 FontPlatformDataPrivate(const QFont& font) 52 : font(font) 53 , size(font.pixelSize()) 54 , bold(font.bold()) 62 QFont font; member in class:WebCore::FontPlatformDataPrivate 74 FontPlatformData(const QFont& font) 75 : m_data(adoptRef(new FontPlatformDataPrivate(font))) 90 QFont font() const function in class:WebCore::FontPlatformData [all...] |
FontCustomPlatformDataQt.cpp | 39 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/efl/ |
FileChooserEfl.cpp | 38 String FileChooser::basenameForWidth(const Font& font, int width) const 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/ |
FontCacheWx.cpp | 31 #include "Font.h" 42 const SimpleFontData* FontCache::getFontDataForCharacters(const Font& font, const UChar* characters, int length) 45 fontData = getCachedFontData(font.fontDescription(), font.family().family()); 47 fontData = getSimilarFontPlatformData(font); 49 fontData = getLastResortFallbackFont(font.fontDescription()); 55 SimpleFontData* FontCache::getSimilarFontPlatformData(const Font& font) 59 // Attempt to find an appropriate font using a match based on [all...] |
/external/icu4c/samples/layout/ |
Surface.cpp | 5 void GDISurface::setFont(RenderingFontInstance *font) 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, 25 setFont(font);
|
/external/webkit/Source/WebCore/platform/mac/ |
FileChooserMac.mm | 39 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/ |
FileChooserBrew.cpp | 37 String FileChooser::basenameForWidth(const Font& font, int width) const 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/chromium/ |
FileChooserChromium.cpp | 36 String FileChooser::basenameForWidth(const Font& font, int width) const 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/graphics/chromium/ |
UniscribeHelperTextRun.cpp | 34 #include "Font.h" 42 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()) [all...] |
/external/webkit/Source/WebCore/platform/win/ |
FileChooserWin.cpp | 35 String FileChooser::basenameForWidth(const Font& font, int width) const 46 return StringTruncator::rightTruncate(String::number(m_filenames.size()) + " files", width, font); 48 return StringTruncator::centerTruncate(string, width, font);
|