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

  /external/webkit/Source/WebCore/platform/graphics/
FontDescription.cpp 39 switch (m_weight) {
69 switch (m_weight) {
97 | (FontWeight100Mask << (m_weight - FontWeight100)));
FontDescription.h 67 , m_weight(FontWeightNormal)
89 FontWeight weight() const { return static_cast<FontWeight>(m_weight); }
113 void setWeight(FontWeight w) { m_weight = w; }
145 unsigned m_weight : 8; // FontWeight
168 && m_weight == other.m_weight
FontCache.cpp 63 , m_weight(weight)
80 m_weight == other.m_weight && m_italic == other.m_italic && m_printerFont == other.m_printerFont &&
85 unsigned m_weight; member in struct:WebCore::FontPlatformDataCacheKey
103 fontKey.m_weight,
  /external/webkit/Source/WebCore/platform/graphics/wince/
FontPlatformData.cpp 105 unsigned m_weight; member in class:WebCore::FixedSizeFontData
112 , m_weight(0)
123 , m_weight(weight)
128 FixedSizeFontDataKey(WTF::HashTableDeletedValueType) : m_weight(-2) { }
129 bool isHashTableDeletedValue() const { return m_weight == -2; }
134 && m_weight == other.m_weight
139 unsigned m_weight; member in struct:WebCore::FixedSizeFontDataKey
148 font.m_weight,
242 fontData->m_weight = weight
    [all...]

Completed in 63 milliseconds