Home | History | Annotate | Download | only in wince

Lines Matching refs:m_weight

105     unsigned m_weight;
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;
148 font.m_weight,
242 fontData->m_weight = weight;
370 FixedSizeFontDataKey key(m_private->m_family, m_private->m_rootFontData->m_weight, m_private->m_rootFontData->m_italic);