/external/webkit/Source/WebCore/platform/graphics/qt/ |
D | FontPlatformDataQt.cpp | 51 static inline bool isEmptyValue(const float size, const bool bold, const bool oblique) in isEmptyValue() argument 54 return !bold && !oblique && size == 0.f; in isEmptyValue() 57 FontPlatformData::FontPlatformData(float size, bool bold, bool oblique) in FontPlatformData() argument 59 if (!isEmptyValue(size, bold, oblique)) in FontPlatformData() 60 m_data = adoptRef(new FontPlatformDataPrivate(size, bold, oblique)); in FontPlatformData() 95 && m_data->oblique == other.m_data->oblique in operator ==() 109 ^ qHash(m_data->oblique); in hash()
|
D | FontPlatformData.h | 42 , oblique(false) in FontPlatformDataPrivate() 45 FontPlatformDataPrivate(const float size, const bool bold, const bool oblique) in FontPlatformDataPrivate() argument 48 , oblique(oblique) in FontPlatformDataPrivate() 55 , oblique(false) in FontPlatformDataPrivate() 65 bool oblique : 1; variable 72 FontPlatformData(float size, bool bold, bool oblique);
|
/external/webkit/Source/WebCore/platform/graphics/haiku/ |
D | FontPlatformData.h | 48 FontPlatformData(float size, bool bold, bool oblique); 58 bool oblique() const { return m_oblique; } in oblique() function
|
/external/webkit/Source/WebCore/platform/graphics/win/ |
D | FontPlatformDataWin.cpp | 38 FontPlatformData::FontPlatformData(HFONT font, float size, bool bold, bool oblique, bool useGDI) in FontPlatformData() argument 51 , m_syntheticOblique(oblique) in FontPlatformData()
|
D | FontPlatformDataCairoWin.cpp | 59 FontPlatformData::FontPlatformData(cairo_font_face_t* fontFace, float size, bool bold, bool oblique) in FontPlatformData() argument 68 , m_syntheticOblique(oblique) in FontPlatformData()
|
D | FontPlatformDataCGWin.cpp | 117 FontPlatformData::FontPlatformData(HFONT hfont, CGFontRef font, float size, bool bold, bool oblique… in FontPlatformData() argument 119 , m_syntheticOblique(oblique) in FontPlatformData()
|
/external/clang/www/demo/ |
D | syntax.css | 3 .llvm_type { font-style: oblique; color: green }
|
/external/webkit/Source/WebCore/platform/graphics/android/fonts/ |
D | FontPlatformDataAndroid.cpp | 129 FontPlatformData::FontPlatformData(float size, bool bold, bool oblique) in FontPlatformData() argument 130 … : mTypeface(NULL), mTextSize(size), mEmSizeInFontUnits(0), mFakeBold(bold), mFakeItalic(oblique), in FontPlatformData()
|
/external/webkit/Tools/DumpRenderTree/gtk/fonts/ |
D | fonts.conf | 312 <!-- We need to enable simulated oblique to for DejaVu Serif to ensure that we interpret 313 this property correctly in: platform/gtk/fonts/fontconfig-synthetic-oblique.html --> 333 <const>oblique</const>
|
/external/webkit/Source/WebCore/platform/graphics/wince/ |
D | FontPlatformData.h | 46 FontPlatformData(float size, bool bold, bool oblique);
|
D | FontPlatformData.cpp | 358 FontPlatformData::FontPlatformData(float size, bool bold, bool oblique) in create() argument
|
/external/webkit/Source/WebCore/platform/graphics/chromium/ |
D | FontPlatformDataChromiumWin.h | 61 FontPlatformData(float size, bool bold, bool oblique);
|
D | FontPlatformDataChromiumWin.cpp | 69 FontPlatformData::FontPlatformData(float size, bool bold, bool oblique) in FontPlatformData() argument
|
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/css-values/ |
D | dillo | 54 oblique
|
D | webkit | 313 oblique
|
D | mozilla | 362 oblique
|
/external/webkit/Tools/iExploder/iexploder-1.3.2/htdocs/ |
D | cssvalues.in | 211 oblique
|
/external/llvm/docs/ |
D | llvm.css | 49 font-weight: bold; font-style: oblique;
|
/external/webkit/Source/WebCore/platform/graphics/cocoa/ |
D | FontPlatformDataCocoa.mm | 220 …theticBold ? " synthetic bold" : "") + (m_syntheticOblique ? " synthetic oblique" : "") + (m_orien…
|
/external/webkit/Source/WebCore/platform/graphics/mac/ |
D | FontCacheMac.mm | 110 // AppKit request is that it takes synthetic bold and oblique into account.
|
/external/webkit/Source/WebCore/css/ |
D | CSSValueKeywords.in | 47 oblique
|
/external/webkit/Source/WebCore/inspector/front-end/ |
D | SourceCSSTokenizer.re2js | 77 …"normal", "not-allowed", "nowrap", "ns-resize", "nw-resize", "nwse-resize", "oblique", "octal", "o…
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/fr-FR/ |
D | fr-FR_tpp_net.utf | 1667 8764 "oblique" 1671 8783 "oblique" 1677 8806 "oblique"
|
/external/webkit/Source/WebCore/platform/mac/ |
D | HTMLConverter.mm | 634 if ([@"italic" isEqualToString:fontStyle] || [@"oblique" isEqualToString:fontStyle]) {
|
/external/webkit/Source/WebKit/mac/ |
D | ChangeLog-2006-02-09 | 1953 …ATSUI code path should implement small caps, synthetic bold and oblique and correct metrics for fa… 1959 (initializeATSUStyle): Apply a skewing transform for synthetic oblique. 3131 …(drawGlyphs): Renamed to remove underscore prefix. Added code for synthetic oblique (14 degree sla… 3151 … * WebCoreSupport.subproj/WebTextRendererFactory.h: Added caches for synthesized font and oblique 3161 synthetic bold, synthetic oblique, and printer. Use WebCoreFont instead of NSFont. 3162 …(-[WebTextRendererFactory fontWithFamilies:traits:size:]): Set the synthetic bold and oblique flags
|