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