Searched defs:currLayer (Results 1 – 3 of 3) sorted by relevance
1614 …const FillLayer* currLayer = propertyID == CSSPropertyWebkitMaskImage ? &style->maskLayers() : &st… in getPropertyCSSValue() local1627 …const FillLayer* currLayer = propertyID == CSSPropertyWebkitMaskSize ? &style->maskLayers() : &sty… in getPropertyCSSValue() local1635 …const FillLayer* currLayer = propertyID == CSSPropertyWebkitMaskRepeat ? &style->maskLayers() : &s… in getPropertyCSSValue() local1642 … for (const FillLayer* currLayer = &style->maskLayers(); currLayer; currLayer = currLayer->next()) in getPropertyCSSValue() local1649 …const FillLayer* currLayer = propertyID == CSSPropertyWebkitMaskComposite ? &style->maskLayers() :… in getPropertyCSSValue() local1656 …for (const FillLayer* currLayer = &style->backgroundLayers(); currLayer; currLayer = currLayer->ne… in getPropertyCSSValue() local1668 …const FillLayer* currLayer = (propertyID == CSSPropertyWebkitMaskClip || propertyID == CSSProperty… in getPropertyCSSValue() local1678 …const FillLayer* currLayer = propertyID == CSSPropertyWebkitMaskPosition ? &style->maskLayers() : … in getPropertyCSSValue() local1686 …const FillLayer* currLayer = propertyID == CSSPropertyWebkitMaskPositionX ? &style->maskLayers() :… in getPropertyCSSValue() local1694 …const FillLayer* currLayer = propertyID == CSSPropertyWebkitMaskPositionY ? &style->maskLayers() :… in getPropertyCSSValue() local[all …]
1010 for (const FillLayer* currLayer = &layer; currLayer; currLayer = currLayer->next()) { in allLayersAreFixed() local
1371 for (RenderLayer* currLayer = layer->parent(); currLayer; currLayer = currLayer->parent()) { in accumulateOffsetTowardsAncestor() local1451 const RenderLayer* currLayer = this; in convertToLayerCoords() local