Home
last modified time | relevance | path

Searched refs:oblique (Results 1 – 25 of 31) sorted by relevance

12

/external/webkit/Source/WebCore/platform/graphics/qt/
DFontPlatformDataQt.cpp51 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()
DFontPlatformData.h42 , 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/
DFontPlatformData.h48 FontPlatformData(float size, bool bold, bool oblique);
58 bool oblique() const { return m_oblique; } in oblique() function
/external/webkit/Source/WebCore/platform/graphics/win/
DFontPlatformDataWin.cpp38 FontPlatformData::FontPlatformData(HFONT font, float size, bool bold, bool oblique, bool useGDI) in FontPlatformData() argument
51 , m_syntheticOblique(oblique) in FontPlatformData()
DFontPlatformDataCairoWin.cpp59 FontPlatformData::FontPlatformData(cairo_font_face_t* fontFace, float size, bool bold, bool oblique) in FontPlatformData() argument
68 , m_syntheticOblique(oblique) in FontPlatformData()
DFontPlatformDataCGWin.cpp117 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/
Dsyntax.css3 .llvm_type { font-style: oblique; color: green }
/external/webkit/Source/WebCore/platform/graphics/android/fonts/
DFontPlatformDataAndroid.cpp129 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/
Dfonts.conf312 <!-- 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/
DFontPlatformData.h46 FontPlatformData(float size, bool bold, bool oblique);
DFontPlatformData.cpp358 FontPlatformData::FontPlatformData(float size, bool bold, bool oblique) in create() argument
/external/webkit/Source/WebCore/platform/graphics/chromium/
DFontPlatformDataChromiumWin.h61 FontPlatformData(float size, bool bold, bool oblique);
DFontPlatformDataChromiumWin.cpp69 FontPlatformData::FontPlatformData(float size, bool bold, bool oblique) in FontPlatformData() argument
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/css-values/
Ddillo54 oblique
Dwebkit313 oblique
Dmozilla362 oblique
/external/webkit/Tools/iExploder/iexploder-1.3.2/htdocs/
Dcssvalues.in211 oblique
/external/llvm/docs/
Dllvm.css49 font-weight: bold; font-style: oblique;
/external/webkit/Source/WebCore/platform/graphics/cocoa/
DFontPlatformDataCocoa.mm220 …theticBold ? " synthetic bold" : "") + (m_syntheticOblique ? " synthetic oblique" : "") + (m_orien…
/external/webkit/Source/WebCore/platform/graphics/mac/
DFontCacheMac.mm110 // AppKit request is that it takes synthetic bold and oblique into account.
/external/webkit/Source/WebCore/css/
DCSSValueKeywords.in47 oblique
/external/webkit/Source/WebCore/inspector/front-end/
DSourceCSSTokenizer.re2js77 …"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/
Dfr-FR_tpp_net.utf1667 8764 "oblique"
1671 8783 "oblique"
1677 8806 "oblique"
/external/webkit/Source/WebCore/platform/mac/
DHTMLConverter.mm634 if ([@"italic" isEqualToString:fontStyle] || [@"oblique" isEqualToString:fontStyle]) {
/external/webkit/Source/WebKit/mac/
DChangeLog-2006-02-091953 …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

12