Searched refs:currLayer (Results 1 – 3 of 3) sorted by relevance
867 for (const FillLayer* currLayer = layers; currLayer; currLayer = currLayer->next()) { in getPropertyCSSValue() local868 if (currLayer->image()) in getPropertyCSSValue()869 list->append(currLayer->image()->cssValue()); in getPropertyCSSValue()883 for (const FillLayer* currLayer = layers; currLayer; currLayer = currLayer->next()) in getPropertyCSSValue() local884 list->append(fillSizeToCSSValue(currLayer->size(), primitiveValueCache)); in getPropertyCSSValue()895 for (const FillLayer* currLayer = layers; currLayer; currLayer = currLayer->next()) in getPropertyCSSValue() local896 …list->append(fillRepeatToCSSValue(currLayer->repeatX(), currLayer->repeatY(), primitiveValueCache)… in getPropertyCSSValue()907 for (const FillLayer* currLayer = layers; currLayer; currLayer = currLayer->next()) in getPropertyCSSValue() local908 list->append(primitiveValueCache->createValue(currLayer->composite())); in getPropertyCSSValue()919 for (const FillLayer* currLayer = layers; currLayer; currLayer = currLayer->next()) in getPropertyCSSValue() local[all …]
1034 PlatformCALayer* currLayer = it->second.get(); in updateAnchorPoint() local1035 currLayer->setAnchorPoint(m_anchorPoint); in updateAnchorPoint()1049 PlatformCALayer* currLayer = it->second.get(); in updateTransform() local1053 currLayer->setTransform(TransformationMatrix()); in updateTransform()1055 currLayer->setTransform(m_transform); in updateTransform()1195 PlatformCALayer* currLayer = it->second.get(); in ensureStructuralLayer() local1196 currLayer->setPosition(point); in ensureStructuralLayer()1197 currLayer->setAnchorPoint(anchorPoint); in ensureStructuralLayer()1198 currLayer->setTransform(TransformationMatrix()); in ensureStructuralLayer()1199 currLayer->setOpacity(1); in ensureStructuralLayer()[all …]
1174 for (RenderLayer* currLayer = parent(); currLayer; currLayer = currLayer->parent()) { in convertToLayerCoords() local1175 if (currLayer == ancestorLayer) in convertToLayerCoords()1178 if (isFixedPositionedContainer(currLayer)) { in convertToLayerCoords()1179 fixedPositionContainerLayer = currLayer; in convertToLayerCoords()