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

  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
FontTraits.h 50 enum FontStretch {
75 FontTraits(FontStyle style, FontVariant variant, FontWeight weight, FontStretch stretch)
93 FontStretch stretch() const { return static_cast<FontStretch>(m_traits.m_stretch); }
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSPrimitiveValueMappings.h     [all...]

Completed in 53 milliseconds