Searched refs:shadowA (Results 1 – 1 of 1) sorted by relevance
310 ShadowData* shadowA = (a->*m_getter)(); in equals() local314 if (!shadowA && !shadowB) // end of both lists in equals()317 if (!shadowA || !shadowB) // end of just one of the lists in equals()320 if (*shadowA != *shadowB) in equals()323 shadowA = shadowA->next; in equals()332 ShadowData* shadowA = (a->*m_getter)(); in blend() local338 while (shadowA || shadowB) { in blend()339 ShadowData* srcShadow = shadowA ? shadowA : &defaultShadowData; in blend()347 shadowA = shadowA ? shadowA->next : 0; in blend()