Searched
full:bold (Results
401 -
425 of
1730) sorted by null
<<11121314151617181920>>
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
pic16.php | 88 1 => 'color: #0000a0; font-weight: bold;', 89 2 => 'color: #aa3300; font-weight: bold;',
|
prolog.php | 95 0 => 'color: #000099; font-weight: bold;', 96 'HARD' => 'color: #000099; font-weight: bold;'
|
sql.php | 96 1 => 'color: #993333; font-weight: bold;' 104 0 => 'color: #000099; font-weight: bold;'
|
vhdl.php | 91 1 => 'color: #000080; font-weight: bold;', 99 0 => 'color: #000099; font-weight: bold;'
|
/external/webkit/LayoutTests/fast/encoding/resources/ |
001.html | 9 .pass { background: green; color: white; padding: 0.5em; font-weight: bold; } 10 .fail { background: red; color: yellow; padding: 0.5em; font-weight: bold; }
|
034.html | 13 .pass { background: green; color: white; padding: 0.5em; font-weight: bold; } 14 .fail { background: red; color: yellow; padding: 0.5em; font-weight: bold; }
|
035.html | 13 .pass { background: green; color: white; padding: 0.5em; font-weight: bold; } 14 .fail { background: red; color: yellow; padding: 0.5em; font-weight: bold; }
|
063.html | 11 .pass { background: green; color: white; padding: 0.5em; font-weight: bold; } 12 .fail { background: red; color: yellow; padding: 0.5em; font-weight: bold; }
|
064.html | 11 .pass { background: green; color: white; padding: 0.5em; font-weight: bold; } 12 .fail { background: red; color: yellow; padding: 0.5em; font-weight: bold; }
|
076.html | 9 .pass { background: green; color: white; padding: 0.5em; font-weight: bold; } 10 .fail { background: red; color: yellow; padding: 0.5em; font-weight: bold; }
|
078.html | 9 .pass { background: green; color: white; padding: 0.5em; font-weight: bold; } 10 .fail { background: red; color: yellow; padding: 0.5em; font-weight: bold; }
|
084.html | 9 .pass { background: green; color: white; padding: 0.5em; font-weight: bold; } 10 .fail { background: red; color: yellow; padding: 0.5em; font-weight: bold; }
|
096.html | 11 .pass { background: green; color: white; padding: 0.5em; font-weight: bold; } 12 .fail { background: red; color: yellow; padding: 0.5em; font-weight: bold; }
|
098.html | 13 .pass { background: green; color: white; padding: 0.5em; font-weight: bold; } 14 .fail { background: red; color: yellow; padding: 0.5em; font-weight: bold; }
|
099.html | 11 .pass { background: green; color: white; padding: 0.5em; font-weight: bold; } 12 .fail { background: red; color: yellow; padding: 0.5em; font-weight: bold; }
|
100.html | 11 .pass { background: green; color: white; padding: 0.5em; font-weight: bold; } 12 .fail { background: red; color: yellow; padding: 0.5em; font-weight: bold; }
|
112.html | 9 .pass { background: green; color: white; padding: 0.5em; font-weight: bold; } 10 .fail { background: red; color: yellow; padding: 0.5em; font-weight: bold; }
|
115.html | 9 .pass { background: green; color: white; padding: 0.5em; font-weight: bold; } 10 .fail { background: red; color: yellow; padding: 0.5em; font-weight: bold; }
|
116.html | 9 .pass { background: green; color: white; padding: 0.5em; font-weight: bold; } 10 .fail { background: red; color: yellow; padding: 0.5em; font-weight: bold; }
|
117.html | 9 .pass { background: green; color: white; padding: 0.5em; font-weight: bold; } 10 .fail { background: red; color: yellow; padding: 0.5em; font-weight: bold; }
|
123.html | 9 .pass { background: green; color: white; padding: 0.5em; font-weight: bold; } 10 .fail { background: red; color: yellow; padding: 0.5em; font-weight: bold; }
|
/external/webkit/Source/WebCore/manual-tests/ |
drag-cursor-notallowed.html | 7 .pass { font-weight: bold; color: green; } 8 .fail { font-weight: bold; color: red; }
|
/external/webkit/Source/WebCore/platform/graphics/mac/ |
FontCustomPlatformData.cpp | 41 FontPlatformData FontCustomPlatformData::fontPlatformData(int size, bool bold, bool italic, FontOrientation orientation, TextOrientation textOrientation, FontWidthVariant widthVariant, FontRenderingMode) 43 return FontPlatformData(m_cgFont, size, bold, italic, orientation, textOrientation, widthVariant);
|
/external/webkit/Source/WebCore/platform/graphics/win/ |
FontPlatformDataCairoWin.cpp | 59 FontPlatformData::FontPlatformData(cairo_font_face_t* fontFace, float size, bool bold, bool oblique) 67 , m_syntheticBold(bold)
|
/frameworks/base/graphics/tests/graphicstests/src/android/graphics/ |
TypefaceTest.java | 61 assertTrue("style", mFaces[1].getStyle() == Typeface.BOLD); 63 assertTrue("style", mFaces[3].getStyle() == Typeface.BOLD);
|
Completed in 242 milliseconds
<<11121314151617181920>>