Searched refs:m_fontSize (Results 1 – 3 of 3) sorted by relevance
50 , m_fontSize(0) in FontCacheKey()54 , m_fontSize(fontSize * s_fontSizePrecisionMultiplier) in FontCacheKey()57 : m_fontSize(hashTableDeletedSize()) { } in FontCacheKey()63 m_fontSize, in hash()72 && m_fontSize == other.m_fontSize78 return m_fontSize == hashTableDeletedSize(); in isHashTableDeletedValue()93 unsigned m_fontSize; member
650 , m_fontSize(0) in MediaControlTextTrackContainerElement()768 if (fontSize != m_fontSize) { in updateSizes()769 m_fontSize = fontSize; in updateSizes()
265 float m_fontSize; variable