Searched refs:m_fontSize (Results 1 – 3 of 3) sorted by relevance
51 , m_fontSize(0) in FontCacheKey()55 , m_fontSize(fontSize * s_fontSizePrecisionMultiplier) in FontCacheKey()58 : m_fontSize(hashTableDeletedSize()) { } in FontCacheKey()64 m_fontSize, in hash()73 && m_fontSize == other.m_fontSize79 return m_fontSize == hashTableDeletedSize(); in isHashTableDeletedValue()94 unsigned m_fontSize; member
659 , m_fontSize(0) in MediaControlTextTrackContainerElement()771 if (fontSize != m_fontSize) { in updateSizes()772 m_fontSize = fontSize; in updateSizes()
268 float m_fontSize; variable