Searched refs:shadowB (Results 1 – 1 of 1) sorted by relevance
311 ShadowData* shadowB = (b->*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()324 shadowB = shadowB->next; in equals()333 ShadowData* shadowB = (b->*m_getter)(); in blend() local338 while (shadowA || shadowB) { in blend()340 ShadowData* dstShadow = shadowB ? shadowB : &defaultShadowData; in blend()348 shadowB = shadowB ? shadowB->next : 0; in blend()