Searched refs:m_isAllASCII (Results 1 – 3 of 3) sorted by relevance
160 bool isAllASCII() const { return m_isAllASCII; } in isAllASCII()187 bool m_isAllASCII : 1; variable
139 , m_isAllASCII(m_text.containsOnlyASCII()) in RenderText()621 …if (f.isFixedPitch() && !f.isSmallCaps() && m_isAllASCII && (!glyphOverflow || !glyphOverflow->com… in widthFromCache()1191 m_isAllASCII = m_text.containsOnlyASCII(); in setTextInternal()
62229 m_allAscii flag to m_isAllASCII.62232 Initialize m_isAllASCII. Changed all occurrences of m_str->length() and62258 set the m_isAllASCII flag every time, in the more-efficient way we use elsewhere