HomeSort by relevance Sort by last modified time
    Searched defs:FontStyle (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/ui/gfx/
font.h 34 enum FontStyle {
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
FontTraits.h 62 enum FontStyle {
75 FontTraits(FontStyle style, FontVariant variant, FontWeight weight, FontStretch stretch)
90 FontStyle style() const { return static_cast<FontStyle>(m_traits.m_style); }
  /external/chromium_org/ui/base/resource/
resource_bundle.h 47 enum FontStyle {
117 virtual scoped_ptr<gfx::Font> GetFont(FontStyle style) = 0;
246 const gfx::FontList& GetFontList(FontStyle style);
249 const gfx::Font& GetFont(FontStyle style);
338 scoped_ptr<gfx::FontList> GetFontListFromDelegate(FontStyle style);
  /frameworks/minikin/include/minikin/
FontFamily.h 36 friend class FontStyle;
63 // FontStyle represents all style information needed to select an actual font
66 class FontStyle {
68 FontStyle(int weight = 4, bool italic = false) {
71 FontStyle(FontLanguage lang, int variant = 0, int weight = 4, bool italic = false) {
80 bool operator==(const FontStyle other) const { return bits == other.bits; }
98 inline hash_t hash_type(const FontStyle &style) {
133 void addFont(MinikinFont* typeface, FontStyle style);
134 FakedFont getClosestMatch(FontStyle style) const;
142 FontStyle getStyle(size_t index) const
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSPrimitiveValueMappings.h     [all...]
  /external/pdfium/core/src/fxge/Microsoft SDK/include/
GdiPlusEnums.h 425 // FontStyle: face types and common styles
436 enum FontStyle
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusenums.h 439 typedef enum FontStyle {
446 } FontStyle;

Completed in 179 milliseconds