Home | History | Annotate | Download | only in animation

Lines Matching refs:toLayer

526         const FillLayer* toLayer = (b->*m_layersGetter)();
528 while (fromLayer && toLayer) {
529 if (!m_fillLayerPropertyWrapper->equals(fromLayer, toLayer))
533 toLayer = toLayer->next();