Searched refs:isBlendModeSet (Results 1 – 2 of 2) sorted by relevance
105 bool isBlendModeSet() const { return m_blendModeSet; } in isBlendModeSet() function
239 for (curr = this; curr && curr->isBlendModeSet(); curr = curr->next()) { } in fillUnsetProperties()