Searched refs:hasWorkAround (Results 1 – 4 of 4) sorted by relevance
34 savedWorkAroundFPM = doc->hasWorkAround(QDocument::DisableFixedPitchMode); in initTestCase()35 savedWorkAroundFSCD = doc->hasWorkAround(QDocument::ForceSingleCharacterDrawing); in initTestCase()36 savedWorkAroundFQTL = doc->hasWorkAround(QDocument::ForceQTextLayout); in initTestCase()
187 static bool hasWorkAround(QDocument::WorkAroundFlag workAround);
353 static bool hasWorkAround(WorkAroundFlag workAround);
238 bool QDocument::hasWorkAround(QDocument::WorkAroundFlag workAround){ in hasWorkAround() function in QDocument239 return QDocumentPrivate::hasWorkAround(workAround); in hasWorkAround()7803 m_fixedPitch = !hasWorkAround(QDocument::DisableFixedPitchMode) && QFontInfo(*m_font).fixedPitch(); in updateFormatCache()8784 bool QDocumentPrivate::hasWorkAround(QDocument::WorkAroundFlag workAround){ in hasWorkAround() function in QDocumentPrivate