Home | History | Annotate | Download | only in style

Lines Matching refs:currLayer

976     for (const FillLayer* currLayer = layer; currLayer; currLayer = currLayer->next())
977 allFixed &= (currLayer->image() && currLayer->attachment() == FixedBackgroundAttachment);