Searched refs:m_formatScheme (Results 1 – 6 of 6) sorted by relevance
924 return m_impl ? m_impl->m_formatScheme : nullptr; in formatScheme()937 if (m_impl && m_impl->m_formatScheme) { in getBackground()947 if (m_impl && m_impl->m_formatScheme) { in getForeground()6758 QFormatScheme* scheme = m_formatScheme; in draw()7225 if ( m_formatScheme ) { in exportAsHtml()7228 result += m_formatScheme->exportAsCSS(simplifyCSS); in exportAsHtml()7654 bool updateFont = m_formatScheme != f && f; in setFormatScheme()7655 m_formatScheme = f; in setFormatScheme()7808 if ( !m_formatScheme ) in updateFormatCache()7815 const int end = m_formatScheme->formatCount(); in updateFormatCache()[all …]
308 static QFormatScheme *m_formatScheme; variable
202 QFormatScheme *m_formatScheme; variable
537 return m_impl ? m_impl->m_formatScheme : 0; in formatScheme()1296 if ( d->m_formatScheme == QDocumentPrivate::m_defaultFormatScheme ) in setDefaultFormatScheme()2922 if ( d->m_formatScheme ) in draw()2923 format = d->m_formatScheme->format(fmt & 0x0fff); in draw()3365 QFormat format = m_doc->impl()->m_formatScheme->format(m_composited[idx]); in draw()5173 m_formatScheme(0), in QDocumentPrivate()5797 m_formatScheme = f; in setFormatScheme()5820 if ( !m_formatScheme ) in updateFormatCache()5827 const int end = m_formatScheme->formatCount(); in updateFormatCache()5833 QFormat fmt = m_formatScheme->format(i); in updateFormatCache()