Searched refs:m_backgroundColorSet (Results 1 – 7 of 7) sorted by relevance
69 , m_backgroundColorSet(false) in GraphicsLayer()236 m_backgroundColorSet = true; in setBackgroundColor()242 m_backgroundColorSet = false; in clearBackgroundColor()471 if (m_backgroundColorSet) { in dumpProperties()
272 bool backgroundColorSet() const { return m_backgroundColorSet; } in backgroundColorSet()402 bool m_backgroundColorSet : 1; variable
251 if (m_backgroundColorSet && m_backgroundColor == color) in setBackgroundColor()262 if (!m_backgroundColorSet) in clearBackgroundColor()624 if (m_backgroundColorSet) in updateLayerBackgroundColor()
277 if (m_backgroundColorSet && m_backgroundColor == color) in setBackgroundColor()288 if (!m_backgroundColorSet) in clearBackgroundColor()653 if (m_backgroundColorSet) in updateLayerBackgroundColor()
281 stream->writeBool(layer->m_backgroundColorSet); in serializeLayer()362 layer->m_backgroundColorSet = stream->readBool(); in deserializeLayer()
310 bool m_backgroundColorSet; variable
509 if (m_backgroundColorSet && m_backgroundColor == color) in setBackgroundColor()520 if (!m_backgroundColorSet) in clearBackgroundColor()1253 if (m_backgroundColorSet) in updateLayerBackgroundColor()