Searched refs:currLayer (Results 1 – 3 of 3) sorted by relevance
855 for (const FillLayer* currLayer = layers; currLayer; currLayer = currLayer->next()) { in getPropertyCSSValue() local856 if (currLayer->image()) in getPropertyCSSValue()857 list->append(currLayer->image()->cssValue()); in getPropertyCSSValue()871 for (const FillLayer* currLayer = layers; currLayer; currLayer = currLayer->next()) in getPropertyCSSValue() local872 list->append(fillSizeToCSSValue(currLayer->size(), primitiveValueCache)); in getPropertyCSSValue()883 for (const FillLayer* currLayer = layers; currLayer; currLayer = currLayer->next()) in getPropertyCSSValue() local884 …list->append(fillRepeatToCSSValue(currLayer->repeatX(), currLayer->repeatY(), primitiveValueCache)… in getPropertyCSSValue()895 for (const FillLayer* currLayer = layers; currLayer; currLayer = currLayer->next()) in getPropertyCSSValue() local896 list->append(primitiveValueCache->createValue(currLayer->composite())); in getPropertyCSSValue()907 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 …]
1175 for (RenderLayer* currLayer = parent(); currLayer; currLayer = currLayer->parent()) { in convertToLayerCoords() local1176 if (currLayer == ancestorLayer) in convertToLayerCoords()1179 if (isFixedPositionedContainer(currLayer)) { in convertToLayerCoords()1180 fixedPositionContainerLayer = currLayer; in convertToLayerCoords()