Home | History | Annotate | Download | only in css

Lines Matching refs:currLayer

1636             for (const FillLayer* currLayer = layers; currLayer; currLayer = currLayer->next()) {
1637 if (currLayer->image())
1638 list->append(currLayer->image()->cssValue());
1652 for (const FillLayer* currLayer = layers; currLayer; currLayer = currLayer->next())
1653 list->append(fillSizeToCSSValue(currLayer->size(), style.get()));
1664 for (const FillLayer* currLayer = layers; currLayer; currLayer = currLayer->next())
1665 list->append(fillRepeatToCSSValue(currLayer->repeatX(), currLayer->repeatY()));
1676 for (const FillLayer* currLayer = layers; currLayer; currLayer = currLayer->next())
1677 list->append(cssValuePool().createValue(currLayer->composite()));
1687 for (const FillLayer* currLayer = layers; currLayer; currLayer = currLayer->next())
1688 list->append(cssValuePool().createValue(currLayer->attachment()));
1706 for (const FillLayer* currLayer = layers; currLayer; currLayer = currLayer->next()) {
1707 EFillBox box = isClip ? currLayer->clip() : currLayer->origin();
1720 for (const FillLayer* currLayer = layers; currLayer; currLayer = currLayer->next())
1721 list->append(createPositionListForLayer(propertyID, currLayer, style.get()));
1731 for (const FillLayer* currLayer = layers; currLayer; currLayer = currLayer->next())
1732 list->append(cssValuePool().createValue(currLayer->xPosition()));
1743 for (const FillLayer* currLayer = layers; currLayer; currLayer = currLayer->next())
1744 list->append(cssValuePool().createValue(currLayer->yPosition()));
2654 for (const FillLayer* currLayer = layers; currLayer; currLayer = currLayer->next())
2655 list->append(cssValuePool().createValue(currLayer->blendMode()));