HomeSort by relevance Sort by last modified time
    Searched refs:oblique (Results 1 - 14 of 14) sorted by null

  /external/clang/www/demo/
syntax.css 3 .llvm_type { font-style: oblique; color: green }
  /external/webkit/Source/WebCore/platform/graphics/qt/
FontPlatformData.h 42 , oblique(false)
45 FontPlatformDataPrivate(const float size, const bool bold, const bool oblique)
48 , oblique(oblique)
55 , oblique(false)
65 bool oblique : 1;
72 FontPlatformData(float size, bool bold, bool oblique);
FontPlatformDataQt.cpp 51 static inline bool isEmptyValue(const float size, const bool bold, const bool oblique)
54 return !bold && !oblique && size == 0.f;
57 FontPlatformData::FontPlatformData(float size, bool bold, bool oblique)
59 if (!isEmptyValue(size, bold, oblique))
60 m_data = adoptRef(new FontPlatformDataPrivate(size, bold, oblique));
95 && m_data->oblique == other.m_data->oblique
109 ^ qHash(m_data->oblique);
  /external/webkit/Source/WebCore/platform/graphics/haiku/
FontPlatformData.h 48 FontPlatformData(float size, bool bold, bool oblique);
58 bool oblique() const { return m_oblique; } function in class:WebCore::FontPlatformData
  /external/webkit/Source/WebCore/platform/graphics/win/
FontPlatformDataWin.cpp 38 FontPlatformData::FontPlatformData(HFONT font, float size, bool bold, bool oblique, bool useGDI)
51 , m_syntheticOblique(oblique)
FontPlatformDataCairoWin.cpp 59 FontPlatformData::FontPlatformData(cairo_font_face_t* fontFace, float size, bool bold, bool oblique)
68 , m_syntheticOblique(oblique)
FontPlatformDataCGWin.cpp 117 FontPlatformData::FontPlatformData(HFONT hfont, CGFontRef font, float size, bool bold, bool oblique, bool useGDI)
119 , m_syntheticOblique(oblique)
  /external/webkit/Source/WebCore/platform/graphics/chromium/
FontPlatformDataChromiumWin.h 61 FontPlatformData(float size, bool bold, bool oblique);
FontPlatformDataChromiumWin.cpp 69 FontPlatformData::FontPlatformData(float size, bool bold, bool oblique)
  /external/webkit/Source/WebCore/platform/graphics/wince/
FontPlatformData.h 46 FontPlatformData(float size, bool bold, bool oblique);
FontPlatformData.cpp 358 FontPlatformData::FontPlatformData(float size, bool bold, bool oblique)
  /external/webkit/Source/WebCore/platform/graphics/android/
FontPlatformDataAndroid.cpp 128 FontPlatformData::FontPlatformData(float size, bool bold, bool oblique)
129 : mTypeface(NULL), mTextSize(size), mFakeBold(bold), mFakeItalic(oblique),
  /external/webkit/Tools/DumpRenderTree/gtk/fonts/
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/llvm/docs/
llvm.css 49 font-weight: bold; font-style: oblique;

Completed in 185 milliseconds